/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #222;
}
.flexrow{
  display: flex;
  flex-direction: row;

}
.flexcol{
  display: flex;
  flex-direction: column;
  
}
html {
  font-size: 1em;
  line-height: 1.4;
}

img {
  user-select: none;
}

::-moz-selection {
  background: unset;
  text-shadow: none;
}

::selection {
  background: unset;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f3db7b;
  opacity: 1; /* Firefox */
}


:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #f3db7b;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #f3db7b;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

input[type=text],
input[type=password],
textarea {
  -webkit-transition: all 0.60s ease-in-out;
  -moz-transition: all 0.60s ease-in-out;
  -ms-transition: all 0.60s ease-in-out;
  -o-transition: all 0.60s ease-in-out;
  outline: none;
  border: 1px solid transparent;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  box-shadow: 0 0 5px #92c8ff;
  border: 1px solid #92c8ff;
  color: #fff;
}

ul,
ol,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.60s ease-in-out;
}

/*body{ margin:0; padding:0; font-family: 'MyriadProRegular'; font-size:18px; color:#383838; background:#020913; overflow-x:hidden;
background-image: linear-gradient(to bottom, #020a14, #040e1a, #071120, #0a1326, #0d152c);}*/

body {
  margin: 0;
  padding: 0;
  font-family: 'MyriadProRegular';
  font-size: 18px;
  color: #383838;
  /*background:#020913;*/
  overflow-x: hidden;
  /* background-image: radial-gradient(#1f3055, #0d172c, #030915); */
  background: #162546;
}

body * {
  box-sizing: border-box;
}

h2 {
  font-weight: 900;
}

.mainContainer {
  width: 100%;
  float: left;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

header {
  width: 100%;
  float: left;
  position: fixed;
  z-index: 2;
  /* position: fixed;*/
  z-index: 999;
  left: 0;
  top: 0;
  height: 82px;
  border-bottom: 1px solid #353a43;
  background: url(img/headborder.png) center top no-repeat;
}

header.fixed {
  background: #020913;
}

/* .logo{width:150px; position: absolute; top: 20px; left: 5px; right: 0; margin: auto; transition-duration:1s;} */

.logo {
  width: 111px;
  position: absolute;
  top: 20px;
  left: 11px;
  right: 0;
  margin: auto;
  /* transition-duration: 0.11s; */
  z-index: 999;
}


.logo.activeLogo {
  transform: scale(0.6);
  top: -15px;
  left: 40px;
  opacity: 1;
}

.logo img {
  width: 100%;
}
a{
  /*color: #b98b2b;*/
      color: #f3db7b;
}
a:hover{
  color: #5e4a1e;
}
nav {
  width: 100%;
  float: left;
  padding: 18px 0 0;
  text-align: center;
  transition: all 0.5s ease 0s;
  opacity: 1;
}

nav ul {
  position: relative;
  width: auto;
  left: -51px;
}

/* 
nav ul{position: relative; width: auto; left: 0;} */




nav ul li {
  width: auto;
  position: relative;
  display: inline-block;
  padding: 14px 12px 14px 8px;
  color: #f3db7b;
  list-style: none;
}

nav ul li a {
  display: inline-block;
  text-decoration: none;
  color: #f3db7b;
  font-size: 14px;
  font-family: 'PlayfairDisplayRegular';
  font-weight: normal;
  position: relative;
  background: #f3db7b -webkit-gradient(linear, left top, right bottom,
      from(#b98b2b), to(#b98b2b), color-stop(0.5, #f3db7b)) 0 0 no-repeat;
  -webkit-background-size: 150px;
  color: rgba(243, 219, 123, 0.1);
  -webkit-background-clip: text;
  -webkit-animation-name: shine;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  text-shadow: 0 0px 10px rgba(243, 219, 123, 0.1);
}

nav ul li a:hover,
nav ul li a.active {
  color: #f3db7b;
  /*background: #b98b2b -webkit-gradient(linear, left top, right bottom, 
  from(#b98b2b), to(#b98b2b), color-stop(0.5, #f3db7b)) 0 0 no-repeat;
  -webkit-background-size: 150px;
  color: rgba(243, 219, 123, 0.1);
  -webkit-background-clip: text;
  -webkit-animation-name: shine;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  text-shadow: 0 0px 10px rgba(243, 219, 123, 0.1);*/
}

nav ul li a span {
  width: 0px;
  height: 1px;
  position: absolute;
  background: #f3db7b;
  transition: all 0.5s ease 0s;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: -5px;
}

nav ul li a:hover span,
nav ul li a.active span {
  width: 100%;
  transition: all 0.5s ease 0s;
}

nav ul li:nth-child(5) {
  padding-left: 120px;
}

nav ul li:after {
  content: "|";
  display: inline-block;
  position: absolute;
  right: 0;
}

nav ul li:last-child:after,
nav ul li:nth-child(4):after {
  display: none;
}

section {
  width: 100%;
  float: left;
}

.indiaFinestSection {
  width: 100%;
  float: left;
  text-align: center;
  position: absolute;
  top: 220px;
}

.indiaFinestSection p {
  font-size: 18px;
  color: #f3db7b;
  font-family: 'PlayfairDisplayRegular';
  font-weight: normal;
}

/*.indiaFinestSection h3{
font-size: 70px;
    font-family: 'PlayfairDisplayRegular';
     font-weight: normal; 
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    color: #e2c465;
}*/


.indiaFinestSection .commanHeading h2 {
  font-size: 65px;
  display: block;
  margin-top: 1px;
}

.indiaFinestSection h3 {
  font-size: 70px;
  /*line-height: 50px;*/
  margin-top: -50px;
  text-transform: uppercase;
  font-family: 'PlayfairDisplayRegular';
  font-weight: normal;
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  background: #C1922D;
  background: -webkit-linear-gradient(to right, #C1922D 40%, #F3DB7A 50%, #F3DB7A 40%);
  background: -moz-linear-gradient(to right, #C1922D 40%, #F3DB7A 50%, #F3DB7A 40%);
  background: linear-gradient(to right, #C1922D 40%, #F3DB7A 50%, #F3DB7A 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.indiaFinestSection h3:after {
  width: 343px;
  height: 27px;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  background: url(../img/line.png) no-repeat top center;
  margin: auto;
  /*background:url(../img/blendHeadingArrow.png) center bottom no-repeat; display: none;*/
}

/*.indiaFinestSection h2{z-index: 1; position: relative; margin-top: 10px;}*/
/*.indiaFinestSection h2{z-index: 1; position: relative; margin-top: 10px; 
font-family: 'PlayfairDisplayRegular'; 
font-weight: normal;
color: transparent; 
text-transform: uppercase; 
font-size: 130px; 
line-height: 110px;
-webkit-text-stroke-width: 2px; 
font-weight: normal;
-webkit-text-stroke-color: #f3db7b; 
display: inline-block;
}
*/
/*.indiaFinestSection h2.active{
-webkit-text-fill-color:transparent;  
stroke-opacity:1;
stroke-width:5px;
-webkit-text-stroke-color: #b4862f; 
fill-opacity:0;
color: transparent !important;
fill: antiquewhite;
}*/


/*.indiaFinestSection p, .indiaFinestSection h2{
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  transform: translateY(-50px);
  transition-delay:.6s;
  transition-duration:1s;
  opacity:0;
}


.indiaFinestSection p.active, .indiaFinestSection h2.active{
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  transition-delay:.6s;
  transition-duration:1s;
  opacity:1;
}
.indiaFinestSection p.active{transition-delay:0.6s;}
.indiaFinestSection h2.active{transition-delay:1s;}*/

.indiaFinestSection img.bottleImg {
  position: relative;
  z-index: 2;
  /* margin-top: -55px; */
  left: 46px;
}

img.leaf-img1 {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 9;
}

img.leaf-img2 {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 9;
}

.videoSection {
  width: 100%;
  position: relative;
  top: -150px;
  left: 0;
  text-align: center;
}

#section1 .indiaFinestSection p br {
  display: none;
}

.videoSection video,
.videoSection img {
  width: 100%;
  height: 880px;
}

.videoSection video.mobileVideo {
  display: none;
}

.videoSection img.mobileVideo {
  display: none;
}

.aboutus_Section {
  width: 100%;
  float: left;
  position: relative;
  margin: 80px 0 100px;
}

img.about-left-img1 {
  position: absolute;
  left: 0;
  top: 140px;
  z-index: 9;
}

img.about-left-img2 {
  position: absolute;
  left: 0;
  top: 280px;
  z-index: 9;
}

img.about-right-img1 {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 9;
}

img.about-right-img2 {
  position: absolute;
  right: 0;
  top: 240px;
  z-index: 9;
}

img.royal-left-img1 {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 9;
}

img.royal-left-img2 {
  position: absolute;
  left: 0;
  top: 147px;
  z-index: 9;
}

img.royal-left-img3 {
  position: absolute;
  left: 0;
  top: 142px;
  z-index: 9;
}

img.royal-right-img1 {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 9;
}

img.royal-right-img2 {
  position: absolute;
  right: 0;
  top: 65px;
  z-index: 9;
}

img.royal-right-img3 {
  position: absolute;
  right: 0;
  top: 250px;
  z-index: 9;
}

img.royal-right-img4 {
  position: absolute;
  right: 0;
  top: 265px;
  z-index: 9;
}

.aboutBox {
  width: 100%;
  float: left;
  border: 1px solid #f3db7b;
  color: #fff;
  position: relative;
}

.aboutBox h4 {
  width: 100%;
  text-align: center;
  position: relative;
  top: -20px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 38px;

  font-family: 'PlayfairDisplayRegular';
  color: #f3db7b;
  font-weight: normal;
}

.aboutContent {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  padding: 70px 80px 60px;
  font-weight: normal;
  font-family: 'PlayfairDisplayRegular';
  color: #f3db7b;
}

.aboutContent a {
  color: #f3db7b;
}

.qouteLeft {
  position: absolute;
  left: -37px;
  top: 73px;
}

.qouteLeft:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(to right, #091223, #091223, #0a1324, #0a1324, #0a1325);
}

.qouteLeft img {
  position: relative;
  z-index: 2;
}

.qouteRight {
  position: absolute;
  right: -37px;
  bottom: 73px;
}

.qouteRight:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(to right, #0a1326, #0a1325, #0a1325, #0a1224, #0a1224);
}

.qouteRight img {
  position: relative;
  z-index: 2;
}


.aboutftrImg {
  width: 280px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -68px;
  margin: auto;
}

.aboutHeading {
  text-align: center;
  position: absolute;
  top: -50px;
  padding: 0 10px;
  left: 50%;
  transform: translateX(-50%);
}

.aboutHeading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 47px;
  width: 100%;
  height: 4px;
  z-index: 1;
  background-image: linear-gradient(to right, #0c1529, #0c1529, #0c1529, #0b1529, #0b1529);
}

.aboutHeading img {
  position: relative;
  z-index: 2;
}

.roaylSection {
  width: 100%;
  float: left;
  margin: 100px 0 0;
  position: relative;
}

.estableContentSection {
  top: -50px;
  width: 100%;
  float: left;
  position: relative;
}

.roaylSection .estableimg {
  width: 100%;
  text-align: center;
}

.roaylSection .royalHeadingImg {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 40px;
}

.roaylSection .royalContent {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 117px;
  margin-top: -150px;
}

.roaylSection .royalContent p {
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  font-family: 'PlayfairDisplayRegular';
  font-weight: normal;
  color: #f3db7b;
  margin-bottom:20px;
}

.roaylSection .royalContent a {
  color: #f3db7b;
  text-decoration: underline;
}

.roaylSection .royalContent .commanHeading h2 {
  margin-bottom: 10px;
}

.roaylSection .royalBgSection {
  width: 100%;
  float: left;
  position: relative;
  height: 1000px;
  padding: 100px 0;
  background-size: 100%;
  /*background:url(../img/royal-bg.png) center top / 100% 100% no-repeat;*/
}

.roaylSection .royalBgSection img.royal-bottle1 {
  position: absolute;
  left: 35%;
  bottom: 44%;
}

.roaylSection .royalBgSection img.royal-bottle2 {
  position: absolute;
  left: 45%;
  bottom: 34%;
}

.roaylSection .royalBgSection img.royal-bottle3 {
  position: absolute;
  right: 31%;
  bottom: 49%;
}


/* .royalBlendSection{width: 100%; float: left; position: relative; margin-top: -100px;} */
.royalBlendSection {
  width: 100%;
  position: relative;

}

.royalBlendSection .commanHeading h2 {
  margin-bottom: 50px;
}

.royalBlendSection .commanHeading h2:after {
  width: 80%;
  height: 9px;
  content: "";
  position: absolute;
  bottom: -16px;
  left: 10%;
  border-bottom: 1px solid #f3db7b;
  /*background:url(../img/blendHeadingArrow.png) age-bg11 center bottom no-repeat; display: none;*/
}



.royalBlendContent {
  width: 100%;
  display: flex;
  float: left;
  position: relative;
  margin: 30px 0 50px;
}

.blendDramSec {
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
  margin-top: -40px;
}

.blendDramSec img.blendNewImg {
  width: 600px;
}

.blendDramSec img.blend-dramActive {
  position: absolute;
  left: 199px;
  top: 60px;
}

.blendDramSec img.blend-glass {
  position: absolute;
  left: 267px;
  bottom: -20px;
  z-index: 9;
}

.blendDramSec img.blend-bottle {
  position: absolute;
  left: 400px;
  top: 60px;
}

.blendPointSec {
  width: 38%;
  float: left;
  position: relative;
  margin-left: -140px;
}

.blendPointSec ul li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  list-style: none;
  padding-left: 55px;
  position: relative;
}

.blendPointSec ul li h3 {
  font-size: 31px;
  font-family: 'PlayfairDisplayRegular';
  font-weight: normal;
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  background: #C1922D;
  background: -webkit-linear-gradient(to right, #C1922D 40%, #F3DB7A 50%, #F3DB7A 40%);
  background: -moz-linear-gradient(to right, #C1922D 40%, #F3DB7A 50%, #F3DB7A 40%);
  background: linear-gradient(to right, #C1922D 40%, #F3DB7A 50%, #F3DB7A 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blendPointSec ul li span {
  width: 20px;
  height: 20px;
  top: 4px;
  display: inline-block;
  position: absolute;
  left: 0;
  background: url(../img/blend-arrow.png) left top no-repeat;
  background-size: 100%;
  color: #000;
}

.blendPointSec ul li p {
  font-size: 16px;
  line-height: 26px;
  font-family: 'PlayfairDisplayRegular';
  font-weight: normal;
  color: #f3db7b;
}

.blendPointSec.blendHomePoints ul li span {
  top: 16px;
}

.commanHeading {
  width: 100%;
  float: left;
  text-align: center;
}

.commanHeading p {
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  font-family: 'PlayfairDisplayRegular';
  font-weight: normal;
  color: #f3db7b;
}

.commanHeading h2 {
  font-weight: normal;
  font-size: 48px;
  padding: 0 40px;
  position: relative;
  font-family: 'Blacksword';
  display: inline-block;
  margin-bottom: 20px;
  background: #C1922D;
  background: -webkit-linear-gradient(to right, #C1922D 40%, #F3DB7A 50%, #F3DB7A 40%);
  background: -moz-linear-gradient(to right, #C1922D 40%, #F3DB7A 50%, #F3DB7A 40%);
  background: linear-gradient(to right, #C1922D 40%, #F3DB7A 50%, #F3DB7A 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.commanHeading span {
  background: #C1922D;
  background: -webkit-linear-gradient(to right, #C1922D 30%, #F3DB7A 50%, #F3DB7A 30%);
  background: -moz-linear-gradient(to right, #C1922D 30%, #F3DB7A 50%, #F3DB7A 30%);
  background: linear-gradient(to right, #C1922D 30%, #F3DB7A 50%, #F3DB7A 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.royalty_section {
  background: transparent;
  padding: 170px 0 80px;
}

.royalty_section .container {
  max-width: 1160px;
  position: relative;
}

.royalty_section h1 {
  position: absolute;
  pointer-events: none;
}

.royalty_section h2 {
  padding: 0 0 20px;
  font-family: 'Blacksword';
  font-size: 60px;
  display: inline-block;
  text-align: center;
  position: relative;
  background: #c1922d;
  background: -moz-linear-gradient(-45deg, #c1922d 0%, #b1812a 7%, #f3db7b 25%, #c79f43 82%, #af802a 100%);
  background: -webkit-linear-gradient(-45deg, #c1922d 0%, #b1812a 7%, #f3db7b 25%, #c79f43 82%, #af802a 100%);
  background: linear-gradient(135deg, #c1922d 0%, #b1812a 7%, #f3db7b 25%, #c79f43 82%, #af802a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1922d', endColorstr='#af802a', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.royalty_section h2 span {
  display: block;
  font-family: 'PlayfairDisplayRegular';
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  top: -10px;
}

/*.royalty_section h2 img{ position: relative; left: 50%; bottom: 20px; transform: translateX(-50%);}*/
.royalty_section .inner {
  display: flex;
}

.royalty_section .copy_block {
  width: 350px;
}

.royalty_section .copy_block p {
  color: #f3db7b;
  font-size: 16px;
  line-height: 26px;
  font-family: 'PlayfairDisplayRegular';
  padding-bottom: 20px;
  font-weight: normal;
}

.royalty_section .copy_block p span {
  color: #f3db7b;
  display: block;
}

.video_link {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.video_link img {
  padding-right: 10px;
}

.video_link span {
  position: relative;
}

.video_link span:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  transition: all 0.25s ease-in 0s;
  -webkit-transition: all 0.25s ease-in 0s;
  background-color: #fff;
}

.video_link:hover span:before {
  width: 100%;
  left: 0;
  right: auto;
}

.wine_block {
  position: relative;
  padding-top: 50px;
}

.wine_block .top {
  position: absolute;
  left: 27px;
  ;
  top: 0;
  z-index: -1;
  width: 111px;
}

.wine_block .top>img {
  width: 100%;
}

.wine_block .glass {
  position: absolute;
  left: -170px;
  bottom: -45px;
  width: 219px;
}

.wine_block .glass>img {
  width: 100%;
}

.rr_section {
  /*padding: 230px 0 120px; padding: 100px 0 150px;*/
  padding: 190px 0 70px;
}

.rr_section .container {
  max-width: 1210px;
  position: relative;
}

.readmore {
  color: #f3db7b;
  font-size: 18px;
  position: relative;
}

.readmore:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  transition: all 0.25s ease-in 0s;
  -webkit-transition: all 0.25s ease-in 0s;
  background-color: #f3db7b;
}

.readmore:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}

.rr_section .back_img {
  position: absolute;
  left: -130px;
  top: -120px;
  pointer-events: none;
  z-index: -1;
}

.rr_section .map_block {
  position: absolute;
  left: 20px;
  top: -133px;
  z-index: 3;
  width: 70%;
}

.map_carousel {
  max-width: 725px;
  width: 100%;
}

.rr_section .map_block .bottle_wrap {
  position: absolute;
  right: 10px;
  bottom: 36px;
}

.rr_section .map_block .bottle {
  position: absolute;
  left: 60px;
  bottom: 60px;
  z-index: 2;
}

.rr_section .inner {
  position: relative;
  border-radius: 5px;
  /* padding: 0 30px 40px 68%; */
  padding: 0 77px 40px 68%;
  z-index: 2;
  margin-top: 140px;
  border: 1px solid transparent;
  border-image: linear-gradient(135deg, #c1922d 0%, #b1812a 7%, #d0ab4d 12%, #f3db7b 26%, #c79f43 61%, #af802a 100%);
  border-image: -webkit-linear-gradient(135deg, #c1922d 0%, #b1812a 7%, #d0ab4d 12%, #f3db7b 26%, #c79f43 61%, #af802a 100%);
  border-image-slice: 1;
}

.rr_section .inner .copy_block h2 {
  display: inline-block;
  margin-top: -35%;
  position: relative;
  text-align: center;
  padding: 0 15px
}

.rr_section .inner .copy_block h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 61px;
  width: 100%;
  height: 3px;
  z-index: 1;
  background-image: linear-gradient(to right, #15223e, #131f3a, #111d36, #101a32, #0e182e);
}

.rr_section .inner .copy_block h2 img {
  position: relative;
  z-index: 3;
}

.rr_section .inner .copy_block h3 {
  color: #f3db7b;
  font-size: 42px;
  font-family: 'Blacksword';
  font-weight: normal;
  padding: 20px 0;
}

.rr_section .inner .copy_block p {
  color: #f3db7b;
  font-family: 'PlayfairDisplayRegular';
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 10px;
}

.inside_out_bg {
  float: left;
  width: 100%;
}

.inside_out_bg .img_block {
  width: 100%;
  max-width: 80%;
  margin: auto;
}

.inside_out_bg img {
  width: 100%;
}

img.img_parallax {
  opacity: 1;
  /*transform: translate(0,0);*/
  pointer-events: none
}


.shine {
  /*font-size: 28px !important;*/
  background: #b98b2b -webkit-gradient(linear, left top, right bottom,
      from(#b98b2b), to(#b98b2b), color-stop(0.5, #f3db7b)) 0 0 no-repeat;
  -webkit-background-size: 150px;
  color: rgba(243, 219, 123, 0.1);
  -webkit-background-clip: text;
  -webkit-animation-name: shine;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  text-shadow: 0 0px 10px rgba(243, 219, 123, 0.1);
}


.shine2 {
  background: #c1922d -webkit-gradient(linear, left top, right top,
      from(#c1922d), to(#c1922d), color-stop(0.1, #c1922d)) 0 0 no-repeat;
  -webkit-background-size: 150px;
  color: rgba(193, 146, 93, 0.1);
  -webkit-background-clip: text;
  -webkit-animation-name: shine;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  text-shadow: 0 0px 0px rgba(193, 146, 93, 0.1);
}










footer {
  background: #030812;
  padding: 60px 0 100px;
  text-align: center;
  width: 100%;
  float: left;
}

.footer-inner p {
  color: #debf61;
  font-size: 14px;
  line-height: 24px;
  font-family: 'PlayfairDisplayRegular';
  padding: 0 0;
}

.footer-inner h4 {
  text-transform: uppercase;
  color: #debf61;
  font-size: 14px;
  line-height: 24px;
  padding: 0 0;
  font-family: 'PlayfairDisplayRegular';
}

.footer-social {
  background: #040c1b;
  padding: 200px 0 0;
  text-align: center;
}

.footer-social-main ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.footer-social-main ul li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 58px;
  color: #000;
  background: #e2c466;
  border: 1px solid #e2c466;
  margin: 10px;
  display: block;
  text-align: center;
}

.footer-social-main ul li a .fa {
  font-size: 30px;
  color: #000;
}

.footer-social-main ul li a:hover {
  background: none;
}

.footer-social-main ul li a:hover .fa {
  color: #e2c466;
}


.footer-social {
  text-align: center;
}

.bg-heading {
  font-size: 89px;
  color: rgba(255, 255, 255, 0.08);
  font-family: 'PlayfairDisplayRegular';
  font-weight: bold;
}

.footer-social p {
  font-size: 16px;
  font-family: 'PlayfairDisplayRegular';
  color: #debf61;
}

.heading-overlap {
  position: relative;
  top: 0;
}

.homenews {
  background: url(../img/home-news-bg.jpg) no-repeat top center;
  height: 760px;
  background-size: cover;
  width: 100%;
  padding: 60px 0 0;
}
.homenews_style {
   height: 826px !important;
}
.blankcolor{
  /* height: 150px; */
  height: 0px;
  width: 100%;
  background-color: #051021 !important;

}

.clearfix {
  clear: both;
}

.section-heading {
  font-family: 'Blacksword';
  font-size: 60px;
  color: #dab95c;
  text-align: center;
}

.secdes {
  text-align: center;
  color: #f1d979;
  font-family: 'PlayfairDisplayRegular';
  font-size: 18px;
  max-width: 880px;
  margin: 0 auto;
  width: 100%;
}

.new-slider-cap img {
  width: auto !important;
  display: block;
  margin: 0 auto;
}

.newssliderth {
  position: relative;
}

.new-slider-cap {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
}

.newsslider {
  border: 1px solid #1e375f;
  border-radius: 0 0 6px 6px;
}

.newssliderdes {
  background: #051021;
  padding: 20px 20px 40px;
  text-align: center;
  border-radius: 0 0 6px 6px;
  min-height: 315px;
}

.newssliderdes h4 {
  font-size: 18px;
  color: #e9c362;
  text-transform: uppercase;
  margin: 20px 0;
  font-family: 'PlayfairDisplayRegular';
}

.newssliderdes p {
  font-size: 16px;
  color: #e9c362;
  line-height: 26px;
  font-family: 'PlayfairDisplayRegular';
}

.newssliderdes .source {
    font-size: 14px;
    color: #e9c362;
    line-height: 26px;
    font-family: 'PlayfairDisplayRegular';
}

.readmoreBtn {
  margin-top: 20px;
  margin-bottom:20px;
}

.readmoreBtn a {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.7s;
  display: inline-block;
}

.readmoreBtn a:hover {
  color: #dab95c;
  border-bottom: 1px solid #dab95c;
}
/* round corner button */
.readmoreBtn1 {
  margin-top: -35px;
  margin-left: 23px;
  margin-bottom:20px;
}

.readmoreBtn1 a {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.7s;
  display: inline-block;
}

.readmoreBtn1 a:hover {
  color: #dab95c;
  border-bottom: 1px solid #dab95c;
}

.readmoreBtn1 a{
  background: #e9c362;
  padding:10px 20px;
  display: inline-block;
  text-decoration: none;
  border:1px solid #e9c362;
  border-radius: 26px;
  position: relative;
  z-index: 4;
}
.readmoreBtn1 a:hover{
  background: none;
}
/*  */

.news-sliderth img {
  border-radius: 5px 5px 0 0;
}



.newslidermain {
  margin-top: 40px;
}

.from-royal-haritage {
  /*background: url(../img/heritage-top-bg.jpg) no-repeat top center, url(../img/heritage-bottom-bg.jpg) no-repeat bottom center;*/
  background: url("../img/heritage-bottom-bg.webp") no-repeat bottom 100px center;
  /* height: 950px; */
  /*background-size: 100%;*/
  /* height:830px; */
  height:1050px;
  padding-top: 50px;
}

.royal-heritage-inner {
  text-align: center;
}

.heritag-botal img {
  /*margin-top: -16%;*/
  /*margin-right: -20%;*/
}

.stoke-heading .commanHeading h2 {
  margin-bottom: 0;
}

.heritageHeading {
  width: 100%;
  /*float: left;*/
  font-size: 70px;
  font-family: 'PlayfairDisplayRegular';
  /*font-weight: normal;*/
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  color: #e2c465;
}

.hrritage-content {
  /* max-width: 880px; */
  max-width: 1060px;
  padding:0 15px;
  width: 100%;
  margin: 50px auto 0;
}

.hrritage-content p {
  text-align: center;
  color: #f1d979;
  font-family: 'PlayfairDisplayRegular';
  font-size: 16px;
  line-height: 26px;
  margin-bottom:20px;
}



/*animation*/


/* .sa_01{
  position: absolute;
  top:21px;
  left:0;
  animation: leaf2 8s linear infinite;
  animation-fill-mode: both;
}
.sa_02{
  position: absolute;
  top: 26px;
  left: 13px; 
}

.sa_03{
  position: absolute;
  top: 48px;
  left: 6px;
} */

/* .home-banner .active .home-banner-caption h1{
  animation-name: slide2Txt1;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
  opacity: 1;
} */




.seeds-animation1 {
  position: absolute;
}

.sa_04 {
  animation: leaf1 8s linear infinite;
  animation-fill-mode: both;
}

.leaf-img1 {
  animation: leaf1 8s linear infinite;
  animation-fill-mode: both;
}

.leaf-img2 {
  animation: leaf1 8s linear infinite;
  animation-fill-mode: both;
}

.about-left-img1 {
  animation: leaf1 8s linear infinite;
  animation-fill-mode: both;
}

.about-left-img2 {
  animation: leaf1 5s linear infinite;
  animation-fill-mode: both;
}


.about-right-img2 {
  animation: leaf2 8s linear infinite;
  animation-fill-mode: both;
}

.about-right-img1 {
  animation: leaf2 5s linear infinite;
  animation-fill-mode: both;
}





@keyframes leaf1 {

  0%,
  100% {
    transform: translateY(0) translateX(-10px);
  }

  50% {
    transform: translateY(-10px) translateX(0);
  }
}

@keyframes leaf2 {

  0%,
  100% {
    transform: translateY(0) translateX(10px);
  }

  50% {
    transform: translateY(10px) translateX(0);
  }
}



.royal-left-img1 {
  animation: leaf3 8s linear infinite;
  animation-fill-mode: both;
}

@keyframes leaf3 {

  0%,
  100% {
    transform: translateY(0) translateX(-10px);
  }

  50% {
    transform: translateY(10px) translateX(0);
  }
}

.royal-left-img3 {
  animation: leaf3 10s linear infinite;
  animation-fill-mode: both;
}

@keyframes leaf3 {

  0%,
  100% {
    transform: translateY(-10px) translateX(-20px);
  }

  50% {
    transform: translateY(10px) translateX(0);
  }
}


.royal-right-img1 {
  animation: leaf4 8s linear infinite;
  animation-fill-mode: both;
}

@keyframes leaf4 {

  0%,
  100% {
    transform: translateY(0) translateX(10px);
  }

  50% {
    transform: translateY(-10px) translateX(0);
  }
}


.royal-right-img2 {
  animation: leaf5 8s linear infinite;
  animation-fill-mode: both;
}


@keyframes leaf5 {

  0%,
  100% {
    transform: translateY(0) translateX(-10px);
  }

  50% {
    transform: translateY(-10px) translateX(0);
  }
}

.royal-right-img4 {
  animation: leaf6 5s linear infinite;
  animation-fill-mode: both;
}


@keyframes leaf6 {

  0%,
  100% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(0) translateX(10px);
  }
}

.royal-right-img3 {
  animation: leaf7 8s linear infinite;
  animation-fill-mode: both;
}

@keyframes leaf7 {

  0%,
  100% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(0) translateX(10px);
  }
}



#section4 {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}

img.royal-blend1 {
  position: absolute;
  left: -166px;
  top: 50px;
  z-index: 9;
}


/*end animation*/


/*over right css*/

img.leaf-img1 {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 9;
}


img.leaf-img2 {
  position: absolute;
  left: 0;
  top: 103px;
  z-index: 9;
}

img.about-left-img1 {
  position: absolute;
  left: 0;
  top: 140px;
  z-index: 9;
}

img.about-right-img1 {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 9;
}

img.about-right-img2 {
  position: absolute;
  right: 0;
  top: 227px;
  z-index: 9;
}

img.royal-left-img1 {
  position: absolute;
  left: -191px;
  top: -39px;
  z-index: 9;
}


img.royal-left-img2 {
  position: absolute;
  left: -37px;
  top: 147px;
  z-index: 9;
  animation: leaf6 6s linear infinite;
  animation-fill-mode: both;
}

@keyframes leaf8 {

  0%,
  100% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(0) translateX(10px);
  }
}


.royal-blend1 {
  animation: leaf6 3s linear infinite;
  animation-fill-mode: both;
}

@keyframes leaf8 {

  0%,
  100% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(10px) translateX(20px);
  }
}

img.royal-left-img3 {
  position: absolute;
  left: -45px;
  top: 156px;
  z-index: 9;
}





img.royal-blend2 {
  position: absolute;
  right: -45px;
  top: 0;
  z-index: 9;
  animation: leaf9 5s linear infinite;
  animation-fill-mode: both;
}


@keyframes leaf9 {

  0%,
  100% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(10px) translateX(20px);
  }
}


img.royal-blend3 {
  position: absolute;
  right: -110px;
  top: 210px;
  z-index: 9;
  animation: leaf10 3s linear infinite;
  animation-fill-mode: both;
}


@keyframes leaf10 {

  0%,
  100% {
    transform: translateY(0) translateX(10px);
  }

  50% {
    transform: translateY(0) translateX(20px);
  }
}

img.royal-blend4 {
  position: absolute;
  right: -110px;
  top: 235px;
  z-index: 9;
  animation: leaf10 3s linear infinite;
  animation-fill-mode: both;
}




img.royal-blend5 {
  position: absolute;
  right: -50px;
  top: 56px;
  z-index: 9;
  animation: leaf12 8s linear infinite;
  animation-fill-mode: both;
}

@keyframes leaf12 {

  0%,
  100% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(10px) translateX(-10px);
  }
}





/*end overright css*/


/*start age page*/

.age-page {
  background: url(../img/age-bg.jpg) no-repeat center 0;
  background-size: 100%;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.age-page-container {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.age-page-container h1 {
  font-size: 33px;
  color: #f3db7b;
  font-family: 'PlayfairDisplayRegular';
  font-weight: 500;
}

.age_form_field {
  margin: 30px 0 10px;
}

.age_form_field input {
  width: 250px;
  font-size: 35px;
  background: transparent;
  border: 1px solid #f3db7b;
  color: #f3db7b;
  text-align: center;
  font-family: 'PlayfairDisplayRegular';
  letter-spacing: 10px;
  border-radius: 3px;
}

.age_form_field input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f3db7b;
}

.age_form_field input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f3db7b;
}

.age_form_field input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f3db7b;
}

.age_tc label {
  color: #f3db7b;
  font-size: 18px;
}


.age-form {
  margin: 40px 0;
}

.age-form a {
  display: inline-block;
  margin: 0 10px;
  width: 110px;
  padding: 10px;
  text-align: center;
  color: #ebc35e;
  font-size: 34px;
  border: 1px solid #ebc35e;
  border-radius: 4px;
  text-transform: uppercase;
}

.age-form a.active,
.age-form a:hover {
  background: #ebc35e;
  color: #000;
}


.age-form button {
  background: url(../img/gradient-file.png) no-repeat top center;
  background-size: 100% 100%;
  border: none;
  width: 200px;
  height: 52px;
  line-height: 48px;
  font-size: 20px;
  color: #162546;
  font-weight: bold;
  font-family: 'PlayfairDisplayRegular';
  text-transform: uppercase;
  border-radius: 5px;
  margin: 20px 0 40px;
  cursor: pointer;
}




.age-page-container p {
  font-size: 14px;
  color: #f3db7b;
  font-family: 'PlayfairDisplayRegular';
  line-height: 18px;
}

.age-page-container h4 {
  font-size: 18px;
  line-height: 22px;
  color: #f3db7b;
  text-transform: uppercase;
  font-family: 'PlayfairDisplayRegular';
  font-weight: 500;
}


.age_tc label {
  position: relative;
  cursor: pointer;
}

.age_tc span:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #f3db7b;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.age_tc input {
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
  border-radius: 0 !important;
}

.age_tc input:checked+span:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 6px;
  height: 11px;
  border: solid #f3db7b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-appearance: none;
  border-radius: 0 !important;
}


/*end age page*/


/*start disclaimer*/

.page-static-banner {
  padding-top: 80px;
}

.page-static-banner img {
  width: 100%;
}

.ss_heading {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top:-30px;
}

.ss_heading h1 {
  font-size: 102px;
  color: rgba(255, 255, 255, 0.08);
  font-family: 'PlayfairDisplayRegular';
  font-weight: bold;
  text-transform: uppercase;
}

.ss_heading h4 {
  font-size: 32px;
  color: #f3db7b;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.static-container {
  width: 100%;
  max-width: 1035px;
  padding: 0 15px;
  margin: 0 auto;
  float: none;
}

.static-page-description {
  text-align: center;
}

.static-page-outer {
  background: url(../img/static-page-bg.html) no-repeat top center;
  background-size: 100% 100%;
}

.static-page-outer .footer-social {
  background: none;
  padding: 30px 0 50px;
}

.static-page-description {
  padding: 30px 0 0;
}

.static-page-description p {
  font-size: 16px;
  color: #f3db7b;
  line-height: 26px;
  margin-bottom: 30px;
  font-family: 'PlayfairDisplayRegular';
  line-height: 28px;
}


/*end disclaimer*/

/*start privacy*/

.static-list .blendPointSec {
  float: none;
  margin-left: 0;
  width: 100%;
  margin-top: 40px;
}

.static-list .blendPointSec ul li {
  text-align: left;
}

.static-list .blendPointSec ul li p {
  margin-bottom: 0;
  color: #f3db7b;
}

/*end privacy*/





.mobile-trigger {
  display: none;
}

.heritag-botal-mobile {
  display: none;
}

.inside_out_bg-mobile {
  display: none;
}

.news-slider {
  margin-top: 50px;
}

@media screen and (max-width:767px) {
  .videoSection video.desktopVideo {
    display: none;
  }

  .videoSection video.mobileVideo {
    display: block;
  }

  .videoSection img.desktopVideo {
    display: none;
  }

  .videoSection img.mobileVideo {
    display: block;
  }

  .indiaFinestSection img.bottleImg {
    left: 10px;
  }
}


@font-face {
  font-family: 'PlayfairDisplayRegular';
  src: url('../fonts/PlayfairDisplayRegular.eot');
  src: url('../fonts/PlayfairDisplayRegular.eot') format('embedded-opentype'),
    url('../fonts/PlayfairDisplayRegular.woff2') format('woff2'),
    url('../fonts/PlayfairDisplayRegular.woff') format('woff'),
    url('../fonts/PlayfairDisplayRegular.ttf') format('truetype'),
    url('../fonts/PlayfairDisplayRegular.svg#PlayfairDisplayRegular') format('svg');
}

@font-face {
  font-family: 'DancingintheRainbow';
  src: url('../fonts/DancingintheRainbow.eot');
  src: url('../fonts/DancingintheRainbow.eot') format('embedded-opentype'),
    url('../fonts/DancingintheRainbow.woff2') format('woff2'),
    url('../fonts/DancingintheRainbow.woff') format('woff'),
    url('../fonts/DancingintheRainbow.ttf') format('truetype'),
    url('../fonts/DancingintheRainbow.svg#DancingintheRainbow') format('svg');
}

@font-face {
  font-family: 'Blacksword';
  src: url('../fonts/Blacksword.eot');
  src: url('../fonts/Blacksword.eot') format('embedded-opentype'),
    url('../fonts/Blacksword.woff2') format('woff2'),
    url('../fonts/Blacksword.woff') format('woff'),
    url('../fonts/Blacksword.ttf') format('truetype'),
    url('../fonts/Blacksword.svg#Blacksword') format('svg');
}

@font-face {
  font-family: 'MyriadProRegular';
  src: url('../fonts/MyriadProRegular.eot');
  src: url('../fonts/MyriadProRegular.eot') format('embedded-opentype'),
    url('../fonts/MyriadProRegular.woff2') format('woff2'),
    url('../fonts/MyriadProRegular.woff') format('woff'),
    url('../fonts/MyriadProRegular.ttf') format('truetype'),

}

@font-face {
  font-family: 'PerpetuaTitlingMTLight';
  src: url('../fonts/PerpetuaTitlingMTLight.eot');
  src: url('../fonts/PerpetuaTitlingMTLight.eot') format('embedded-opentype'),
    url('../fonts/PerpetuaTitlingMTLight.woff2') format('woff2'),
    url('../fonts/PerpetuaTitlingMTLight.woff') format('woff'),
    url('../fonts/PerpetuaTitlingMTLight.ttf') format('truetype'),
    url('../fonts/PerpetuaTitlingMTLight.svg#PerpetuaTitlingMTLight') format('svg');
}



/*new css*/
.commanHeading h2 {
  padding: 0 !important;
}

footer {
  padding: 20px 0;
  overflow: hidden;
}

.footer-menu {
  padding-bottom: 20px;
  border-bottom: 1px solid #1c222e;
  margin-bottom: 20px;
}

.footer-menu-inner ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-menu-inner ul li {
  list-style: none;
  padding: 0 10px;
  border-right: 1px solid #dec871;
  line-height: 16px;
}

.footer-menu-inner ul li:last-child {
  border: none;
}

.footer-menu-inner ul li a {
  font-size: 14px;
  line-height: 16px;
  color: #dec871;
  font-family: 'PlayfairDisplayRegular';
}

.footer-menu-inner ul li a:hover {
  color: #967904;
}


img.leaf-img1 {
  position: absolute;
  left: -30px;
  top: 20px;
  z-index: 9;
}

img.leaf-img2 {
  position: absolute;
  left: 10px;
  top: 140px;
  z-index: 9;
}

img.leaf-img3 {
  position: absolute;
  right: -130px;
  top: 140px;
  z-index: 9;
  animation: leaf2 5s linear infinite;
  animation-fill-mode: both;
}

img.leaf-img4 {
  position: absolute;
  right: -70px;
  top: 20px;
  z-index: 9;
  animation: leaf2 4s linear infinite;
  animation-fill-mode: both;
}


.aboutBox h4 {
  top: 0;
  padding-top: 0;
  margin-top: -40px;
}

.aboutContent {
  padding-top: 30px;
}

.cs-new-hd {
  text-align: center;
}

.cs-new-hd .hd-inline {
  font-size: 70px;
  display: inline-block;
  position: relative;
  font-family: 'Blacksword';
  padding: 0;
  background: #162546;
  top: -52px;
}

.cs-new-hd .hd-inline span {
  font-size: 48px;
  font-family: 'Blacksword';
  display: inline-block;
  padding: 0 38px;
}

.qouteLeft:before {
  background: #162546;
}

.qouteRight:before {
  background: #162546;
}

.from-royal-haritage-desktop {
  /* border: 1px solid transparent;
  border-image: linear-gradient(135deg, #c1922d 0%, #b1812a 7%, #d0ab4d 12%, #f3db7b 26%, #c79f43 61%, #af802a 100%);
  border-image: -webkit-linear-gradient(135deg, #c1922d 0%, #b1812a 7%, #d0ab4d 12%, #f3db7b 26%, #c79f43 61%, #af802a 100%);
  border-image-slice: 1; */
  border: 1px solid #d0ab4d;
  margin-bottom: 100px;
  border-top:none;
}

.hrritage-content-new {
  padding: 50px 15px;
}

.commanHeading .m-haritage-hd {
  /* display: inline-block; */
  /* background: #111c34; */
  /* background:url(../img/from-the-royal-bg.jpg) no-repeat center center !important; */
  /* background: #162546 !important; */
  position: relative;
  top: -35px;
  padding: 0 0;
  display: block;
}

.m-haritage-hd:before {
  content: '';
  position: absolute;
  top: 34px;
  left: 0;
  background: #d0ab4d;
  width: 30%;
  height: 1px;
}

.m-haritage-hd:after {
  content: '';
  position: absolute;
  top: 34px;
  right: -1px;
  background: #d0ab4d;
  width: 30%;
  height: 1px;
}

.m-haritage-hd span {
  padding: 0 30px;
  font-size: 48px;
}

.margin-haritage {
  margin-top: -50px;
  padding-bottom: 50px;
}

.cs-news-hd span {
  font-size: 48px;
}


#home_news {
  margin-top: 100px;
  background: url(../img/home-news-bg.jpg) no-repeat top center;
  background-size: cover;
}

.newslidermain {
  padding: 0 100px;
}

.custom-cs-border {
  position: relative;
}

.custom-cs-border:after {
  position: absolute;
  border: 1px solid #d0ab4d;
  /* border-image: linear-gradient(135deg, #c1922d 0%,#b1812a 7%,#d0ab4d 12%,#f3db7b 26%,#c79f43 61%,#af802a 100%);
  border-image: -webkit-linear-gradient(135deg, #c1922d 0%,#b1812a 7%,#d0ab4d 12%,#f3db7b 26%,#c79f43 61%,#af802a 100%);
  border-image-slice: 1; */
  border-top: none;
  width: 100%;
  height: 82%;
  content: '';
  top: 46px;
  left: 0;
}

.cs-news-hd {
  position: relative;
  width: 100%;
  top:15px;
}

.cs-news-hd:after {
  content: '';
  position: absolute;
  top: 30px;
  right: -1px;
  background: #d0ab4d;
  width: 30%;
  height: 1px;
}

.cs-news-hd:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  background: #d0ab4d;
  width: 30%;
  height: 1px;
}

.royalty_section-innaperpage {
  padding: 0 50px 0;
  background: url(../img/border-bg-new.png) no-repeat top center;
  /* background: url(../img/border-bg.png) no-repeat top center; */
  /* background: #162546; */
  background-size: 100% 100%;
}

.wine_block {
  bottom: -50px;
}

.royalty_section .copy_block p {
  text-align: center;
}

.royalty_section_logo_outer {
  position: relative;
  top: -38px;
  left: 4.5%;
}

.royalty_section_logo_outer img {
  max-width: 210px;
  margin-left: 11%;
  width: 100%;
}
.royalty_section-innaperpage .royalty_section_banner img{
  position: absolute;
  top: -103px;
  left: 134px;

}
.copy_block_new {
  margin-top: -30px;
}


.royalBlendSection-inner {
  padding: 0 50px 0;
  border: 1px solid transparent;
  border-image: linear-gradient(135deg, #c1922d 0%, #b1812a 7%, #d0ab4d 12%, #f3db7b 26%, #c79f43 61%, #af802a 100%);
  border-image: -webkit-linear-gradient(135deg, #c1922d 0%, #b1812a 7%, #d0ab4d 12%, #f3db7b 26%, #c79f43 61%, #af802a 100%);
  border-image-slice: 1;
}

#section4 {
  margin-bottom: 100px;
  padding-top: 100px;
}

.cs-hd-royal-bld {
  display: inline-block;
  /* background: url(../img/royal-bld-hd.png) no-repeat center center !important; */
  background: #162546 !important;
  background-size: 100% 100%;
  position: relative;
  top: -35px;
  border: none;
}

.cs-hd-royal-bld span {
  padding: 0 30px;
  font-size: 48px;
}

.royalBlendSection .commanHeading h2:after {
  display: none;
}

.margin-blend {
  margin-top: -70px;
}

.royalBlendContent {
  margin-bottom: 0;
}

.blendPointSec {
  width: 45%;
  margin-left: 0%;
}

.padding-bottom-fill {
  padding-bottom: 180px;
}
.padding-bottom-fill-map {
  padding-bottom: 40vh;
}

.tee_realy {
  position: relative;
  top: -10px;
  /* background: url(../img/rbl-bg.png) no-repeat center center; */
  background: #162546 !important;
}

.tee_realy span {
  font-size: 42px;
  font-family: 'Blacksword';
  display: inline-block;
  font-weight: 400;
  /* padding: 0 15px; */
}

.rr_section .inner .copy_block h2:before {
  display: none;
}

/* #building-bg{
  background: url(../img/inside-out-bg.webp) no-repeat top center;
} */


#section3 {
  background: url(../img/tample-bg.png) no-repeat center center;
}

.royal-inside-container {
  margin-top: 100px;
  padding: 0 0 0;
  /* padding:0 50px 0; */
  border: 1px solid transparent;
  border-image: linear-gradient(135deg, #c1922d 0%, #b1812a 7%, #d0ab4d 12%, #f3db7b 26%, #c79f43 61%, #af802a 100%);
  border-image: -webkit-linear-gradient(135deg, #c1922d 0%, #b1812a 7%, #d0ab4d 12%, #f3db7b 26%, #c79f43 61%, #af802a 100%);
  border-image-slice: 1;
}

.royal-inside-container .inside_out_bg {
  float: none;
}

.roaylSection .royalContent {
  margin-top: 0;
}

.cs-royal-inside {
  position: relative;
  top: -35px;
  /* background: url(../img/royal-bld-hd.png) no-repeat center center !important; */
  background: #162546 !important;
  padding: 0 30px;
  background-size: 100% 100%;
}

.cs-royal-inside span {
  padding: 0 50px;
  display: inline-block;
  font-size: 48px;
}

/* .royal-content-margin{
  margin-top:-100px;
} */


/* .newssliderdes{
  padding: 60px 20px 20px;
} */
.heritag-botal.desktop-show {
  padding-top: 60px;
}

/* .footer-social {
  padding: 120px 0 0;
} */


@media screen and (max-width: 1440px) {
  .blendPointSec.blendHomePoints {
    width: 45%;
    margin-left: 0%;
  }
}

@media screen and (max-width: 1370px) {
  img.about-right-img1 {
    width: 76px;
  }

  img.about-right-img2 {
    width: 90px;
  }

  img.about-left-img1 {
    width: 75px;
  }

  img.royal-left-img1 {
    width: 274px;
  }

  img.royal-left-img3 {
    width: 100px;
  }

  img.royal-left-img2 {
    width: 100px;
  }

  img.royal-right-img2 {
    width: 79px;
  }

  img.royal-right-img4 {
    width: 74px;
  }

  img.royal-right-img3 {
    width: 87px;
  }

  img.royal-blend5 {
    width: 120px;
  }

  img.royal-blend3 {
    width: 205px;
  }

  img.royal-blend4 {
    width: 200px;
  }

  img.royal-blend1 {
    width: 253px;
  }

}

/*end new css*/




/*new design css*/

.bg-heading-new {
  font-family: 'Blacksword';
  font-size: 48px;
  padding-bottom: 20px;
}

.bg-heading-new span {
  padding-right: 20px;
}

.heading-overlap {
  padding-bottom: 40px;
}

.newsslider {
  border-radius: 6px;
}

/* .royal-inside-container .royalContent .commanHeading{
  float:none;
} */
#section3 {
  background: url(../img/royal-bg-new1.png) no-repeat center center;
}

.inside_out_bg .img_block {
  width: 100%;
  max-width: 100%;
}

img.royal-left-img1 {
  top: 25%;
}

img.royal-right-img1 {
  top: 25%;
}

img.royal-right-img2 {
  top: 36%;
}

img.royal-right-img3 {
  top: 48%;
}

img.royal-right-img4 {
  top: 50%;
}

.new-sub-heading-heritageHeading {
  font-size: 30px;
  font-family: 'PlayfairDisplayRegular';
  text-transform: uppercase;
  position: relative;
  top: -10px;
  letter-spacing: -1px;
}

.margin-haritage {
  padding: 0;
}

.heritag-botal.desktop-show {
  padding-top: 30px;
}

.from-royal-haritage {
  /* background: url(../img/heritage-bottom-bg.webp) no-repeat bottom 134px center; */
  background: url(../img/heritage-bottom-bg.webp) no-repeat bottom 100px center;
}

.rr_section .inner .copy_block p {
  text-align: center;
  padding-top:15px;
}

img.royal-left-img1.royal-left-img11 {
  width: 100px;
  left: -27px;
  top: 54%;
}

img.royal-right-img2.royal-right-img12 {
  top: 62%;
  right: -32px;
}

img.royal-right-img1.royal-right-img11 {
  top: 50%;
  right: -10px;
}

img.royal-blend1 {
  width: 100px;
  left: -53px;
  top: 168px;
}

img.royal-blend2 {
  left: -53px;
  right: auto;
  top: 242px;
}


img.royal-blend3 {
  width: 47px;
  right: 0;
  top: 73px;
}

img.royal-blend4 {
  width: 100px;
  right: -30px;
  top: 130px;
}

.wine_block .glass {
  bottom: -48px;
}

.wine_block {
  bottom: -12px;
}

.shinehover{
  color:#f3db7b; !important;
}
.shinehover:hover {
  color: #ddb02f !important;
}

/* .heritag-botal img {
  position: relative;
  bottom: -43px;
} */
.heritag-botal img {
  position: relative;
  bottom: 0;
}
.aboutContent p {
  margin-bottom: 20px;
}

.aboutContent p:last-child {
  margin-bottom: 0;
}

.static-page-main-ct-center {
  padding: 50px 0 0;
  text-align: center;
}

.static-page-main-ct-center .bg-heading-new span {
  font-size: 48px;
  text-transform: capitalize;
}

.static-page-main-ct-center .ss_heading span {
  font-size: 30px;
  font-family: 'PlayfairDisplayRegular';
  text-transform: uppercase;
  position: relative;
  top: -20px;
}

.logo img {
  margin-left: 0;
}

header.fixed .logo img {
  margin-left: -26px;
}

.indiaFinestSection {
  overflow: hidden;
}

.inside_out_bg img {
  margin-top: 63px;
}

.mobi {
  display: none;
}


.royal-inside-container .royalContent .commanHeading {
  float: none;
}




.newslidermain .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -80px;
  top: 40%;
}

.newslidermain .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  outline: none;
}
.newslidermain .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -80px;
  top: 40%;
}

.newslidermain .owl-carousel .owl-nav button.owl-next span {
  background: url(../img/right-slide.png) no-repeat top center;
  width: 45px;
  height: 45px;
  font-size: 0;
  display: block;
  transition: all 0.7s;
  border-radius: 50%;
  box-shadow: 4px 13px 21px rgb(0 0 0 / 10%);
}

.newslidermain .owl-carousel .owl-nav button.owl-prev span {
  background: url(../img/left-slide.png) no-repeat top center;
  width: 45px;
  height: 45px;
  font-size: 0;
  display: block;
  transition: all 0.7s;
  border-radius: 50%;
  box-shadow: 4px 13px 21px rgb(0 0 0 / 10%);
}

.inside_out_bg img {
  width: 112%;
  margin-left: -9%;
  margin-top:-12px;
}

#section3{
  overflow-x: hidden;
}


.readmoreBtn a{
  background: #e9c362;
  padding:10px 20px;
  display: inline-block;
  text-decoration: none;
  border:1px solid #e9c362;
  border-radius: 5px;
 
}
.readmoreBtn a:hover{
  background: none;
}

.readmoreBtn span{
  background: #e9c362;
  padding:10px 20px;
  display: inline-block;
  text-decoration: none;
  border:1px solid #e9c362;
  border-radius: 5px;
  color: #000 !important;
  -webkit-text-fill-color: black;
}


.internal-header{
  background: #020913;
}

.static-page-main{
  border: 1px solid #d0ab4d;
  margin-top:100px;
  padding:0 50px 30px;
  border-top:none;
}

.static-page-main-ct-center{
  padding-top: 0 !important;
}

.static-page-main-ct-center .bg-heading-new{
  position: relative;
  top:-30px;
}

.static-page-main-ct-center .bg-heading-new:before {
  content: '';
  position: absolute;
  top: 30px;
  left: -50px;
  background: #d0ab4d;
  width: 25%;
  height: 1px;
}
.static-page-main-ct-center .bg-heading-new:after {
  content: '';
  position: absolute;
  top: 30px;
  right: -50px;
  background: #d0ab4d;
  width: 25%;
  height: 1px;
}
.static-page-main-ct-center .bg-heading-new.privacy-policy-hd:before {
  content: '';
  position: absolute;
  top: 30px;
  left: -50px;
  background: #d0ab4d;
  width: 30%;
  height: 1px;
}
.static-page-main-ct-center .bg-heading-new.privacy-policy-hd:after {
  content: '';
  position: absolute;
  top: 30px;
  right: -50px;
  background: #d0ab4d;
  width: 30%;
  height: 1px;
}
.static-page-description{
  padding-top:0;
}

.static-page-description h4{
  font-size: 20px;
    color: #e9c362;
    text-transform: uppercase;
    margin: 20px 0;
    font-family: 'PlayfairDisplayRegular';
    text-align: center;
    letter-spacing: 1px;
}

.static-page-main-ct-center .bg-heading-new.linit-lab span{
  font-size: 39px;
}
.static-page-main-ct-center .bg-heading-new.linit-lab:before {
  content: '';
  position: absolute;
  top: 30px;
  left: -50px;
  background: #d0ab4d;
  width: 30%;
  height: 1px;
}

.static-page-main-ct-center .bg-heading-new.linit-lab:after {
  content: '';
  position: absolute;
  top: 30px;
  right: -50px;
  background: #d0ab4d;
  width: 30%;
  height: 1px;
}

/* .llb{
  margin-bottom:30px;
} */

.inner-social-tec{
  background: #040c1b !important;
  /* margin-top:50px; */
}
.static-page-outer .footer-social.inner-social-tec{
  padding: 30px 0 0;
}


#section2{
  padding-top:50px;
}
#section3{
  margin-bottom: -50px;
}
#section4{
  padding-top: 150px;
  margin-bottom: 0;;
}
#homefrom-royal-haritage{
  padding-top:150px;
}
.index-logo{
  width: 67%;
  margin-top: -76px;
}

.age-page-container1 {
  /* max-width: 450px; */
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.h2addon{
  height: 6px;
  top: -1px;
  background: #071021 !important;

}
.age-page1 {
  background: url(../img/age-bg.jpg) no-repeat center 0;
  background-size: 100%;
  width: 100%;
  height: 140vh;
  display: flex;
  align-items: none; 
  justify-content: center;
  background-size: cover;
  background-color: #030810;
}
.age-page-container1 h1 {
  margin-top: 30px;
  font-size: 33px;
  color: #f3db7b;
  font-family: 'PlayfairDisplayRegular';
  font-weight: 500;
  letter-spacing: 3px;
}
.cs-hd-pera{
  font-family: 'PlayfairDisplayRegular';
  color: #f3db7b;
  letter-spacing: 3px;
  margin: 30px 0;

}
.fontset{
  font-family: 'PlayfairDisplayRegular';
}
input[type=text], select {
  width: 10%;
  padding: 12px 20px;
  background-color: #132644;
  margin: 8px -3px;
  display: inline-block;
  box-sizing: border-box;
  border:2px solid #f3db7b;
  color: #f3db7b;
  font-family: 'PlayfairDisplayRegular';
  -webkit-appearance: none;
}
.fmclass{
  padding: 0 5%;
  margin-top: 30px;

}
.fmclass1{
   
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap ;
  justify-content: space-evenly;
}
.inp-text{
  width: 30% !important;
}

input[type=submit] {

  background-image: linear-gradient(to right, #dfc77e , #c0a56b, #dfc77e , #c0a56b, #dfc77e);
  color: #000;
  -webkit-appearance: none;
  border-radius: 10px !important;
  font-size: 20px;
  font-weight: 800;
  padding: 10px 54px;
  font-family: 'PlayfairDisplayRegular';
  border: none;
  border-radius: 10px;
  cursor: pointer;
  margin: 30px 0 80px;
  text-transform: uppercase;
}
#section4 {
  padding: 150px 0;

}
.tabclass{
  display: flex;
  width: 60%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 30px auto; 
}
  

.tabclass a
{
  font-size: 14px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-decoration: none;
  transition: all 0.7s ease 0s;
  display: inline-block;
  background: #e9c362;
  padding: 10px 40px;
  color: #000;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #e9c362;
  border-radius: 30px;
}
/*end new design css*/
.submitbuttuncontainer{
  width: 100%;
  margin: 0 auto; 
  display: flex;
  justify-content: center;
}

.concent {
  color: #f3db7b;
  display: flex;
  justify-content: center;
  font-family: 'PlayfairDisplayRegular';
  font-size: 12px;
  letter-spacing: 1px;
  margin: 15px 0 -10px 0px;
}
.termsncond{
  color: #f3db7b;
  display: flex;
  justify-content: center;
  font-family: 'PlayfairDisplayRegular';
  font-size: 12px;
  letter-spacing: 1px;
     margin-top: -50px;
    margin-bottom: 50px;

}

.dropdown-content .submenu-container{
  display: flex;
    flex-direction:column;
    color: #f3db7b;
    list-style: none;
    text-align: left;  
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;

}
.dropdown-content .submenu-container a
{
  border-bottom: 1px solid #f3db7b;
  width: 100%;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-decoration: none;
    color: #f3db7b;
    font-size: 14px;
    font-family: 'PlayfairDisplayRegular';
    font-weight: normal;
    text-align: left;
    position: relative;
    background: #f3db7b -webkit-gradient(linear, left top, right bottom, from(#b98b2b), to(#b98b2b), color-stop(0.5, #f3db7b)) 0 0 no-repeat;
    -webkit-background-size: 150px;
    color: rgba(243, 219, 123, 0.1);
    -webkit-background-clip: text;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    text-shadow: 0 0px 10px rgba(243, 219, 123, 0.1);

}


.dropdown-content .submenu-container .no-bod{
  border-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
  nav ul li:nth-child(4) {
    padding-left: 0px !important;
  }
.dropdown-content {
    top:0 !important;
    position: relative !important;
    background-color: #010103 !important;
}
  .dropdown-content {
    margin-right: 151px;
  
  }
  
  }
  @media screen and (max-width: 380px) {
  .mobisec2{
      margin-top: 50px !important;
  }
  .mobisecheri{
    padding-top: 50px !important;
  }
  .mobisec3{
    padding-top: 50px !important;
  }
  .mobisec4{
    padding-top: 0 !important;
    margin-top: -73px !important;
    margin-bottom: -50px;
  }
  .footer-social {
    padding: 70px 0 0 !important;
}
}

#rblend{
  padding-top: 150px;
  position: relative;
  top:-50px;
}

.concentyesorno{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.cyes,.cno{
  display: flex;
  flex-direction: row;
  gap: 5px;
  font-size: 17px;
  color: #f3db7b;
  font-family: 'PlayfairDisplayRegular';
  border: 2px solid #f3db7b;
  padding: 10px 80px;
  text-align: center;
  cursor: pointer;

}
.cyes:hover, .cno:hover{
  background-image: linear-gradient(to right, #dfc77e , #c0a56b, #dfc77e , #c0a56b, #dfc77e);
  color: #000;
}

  @media screen and (max-width: 440px) {

.cyes,.cno{
  
  padding: 10px 40px;
  
}
}

.flexi-mid{
    padding: 20px 0 0 0;
    display: flex;
    flex-direction: column;
 
    align-items: center;
}

