@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
html{
    /* overflow-x: hidden; */
    scroll-behavior: smooth;
    /* overflow-y: auto; */
}
body {
    /* background: #fff ; */
    /* color: #263238; */
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;

}
blockquote, body, h1, h2, h3, h4, h5, ol, p, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5 {
    /* font-family: 'Poppins', sans-serif; */
}
h2 {
    font-size: 16px;
}
h2 span {
    font-size:  3em;
    font-weight: normal;
}
h2 b {
    font-size: 5.62em;
    font-weight: 600;
    /* font-family: 'Poppins-bold', sans-serif; */
font-family: var(--zf-primary-bold),sans-serif;
}

  h3 {
      font-size: 22px;
      font-weight: 500;
  }

h4 {
    font-size: 20px;
    font-weight: 500;
}
h6 {
    font-size:  1.62em;
}
b {
}
button {
    cursor: pointer;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #5969ca;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
a:focus {
    color: #5969ca;
}
*:focus {
    outline: none;
}
p {
    line-height: 36px;
}
img {
    padding: 0;
    margin: 0;
    border: 0;
    transform: translateZ(0);   /* For performance improvement - img tag uses GPU instead of CPU */
    vertical-align: middle;
}
button:focus {
    outline: none;
}

/*** Form elements overwritten styles ***/
::placeholder {
  color: red;
}
input[type="text"],
input[type="password"],
textarea {
    /* border: 1px solid #e8e8e8; */
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    caret-color: #000;
    /* background: #fffeff; */
    /* border-radius: 5px; */
    color: #263238;
    text-align: left;
    padding-left: 30px;
   /* font-family: 'Poppins', sans-serif; */
font-family: var(--zf-primary-regular),sans-serif;
}
textarea {
    resize: none;
    padding: 7px;
    box-sizing: border-box;
}
input[type="text"],
input[type="password"] {
    resize: none;
    outline: 0;
    text-indent: 2px;
}
input[type="text"]:hover,
textarea:hover {
    /* border-color: rgba(98, 55, 255, 0.7); */
}
input[type="text"]:focus {
    /* border-color: rgba(98, 55, 255, 0.7); */
}
input[type="password"]:focus,
input[type="file"]:focus,
textarea:focus,
textarea:active,
select:focus {
    box-shadow: 0 0 3px rgba(98, 55, 255, .8);
    border-color: rgba(98, 55, 255, 0.5);
}
fieldset {
    border-color: #d7dfe3;
    border-radius: 2px;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 0 5px 0 0;

}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*** Placeholder styles ***/
::-webkit-input-placeholder {
    color: rgba(0,0,0,1);
    font-size: 18px;
}
::-moz-placeholder {
    color: rgba(0,0,0,1);
    font-size: 18px;
}
:-ms-input-placeholder {
    color: rgba(0,0,0,1);
    font-size: 18px;
}
input:-moz-placeholder {
    color: rgba(0,0,0,1);
    font-size: 18px;
}
::placeholder {
    color: rgba(0,0,0,1);
    font-size: 18px;
    text-align: left;
}



.pos_r{
  position: relative;
}
.vi_marginTopBottom_medium {
  margin: 80px 0;
}
.padding_btm_small{
 padding-bottom: 20px;
}
.vi_marginTopBottom_large {
  margin: 90px 0;
}
.vi_marginTop_large {
  margin-top: 100px;
}
.vi_paddingTop_medium{
  padding-top: 70px;
}
.vi_paddingTopBottom_medium {
  padding: 80px 0;
}
.vi_paddingTopBottom_large {
  padding: 90px 0;
}

.vi_section_container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.vi_gradient_text {
  background: -webkit-linear-gradient(-45deg, #ef5941 30%, #7546a5 90%);
  background: linear-gradient(-45deg, #ef5941 30%, #7546a5 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color:  transparent;
}
.vani_logo img{
  width: 112px;
  padding: 15px 0;
}
.header_bar{
  position: fixed;
}
.vi_section_custom{

}
.main_content{
  width: 65%;
  margin: 10px auto;
  padding: 120px 0 80px;
}
.vani_content{
  width: 100%;
  margin: 0px auto;
  border-top: 2px dashed #eee;
  padding: 50px 0;
  box-sizing: border-box;
}
.vani_content h1{
  font-size: 28px;
}
.vani_content h4 {
    padding: 40px 0 0;
}
.vani_privacy_policy{
  font-size: 32px;
  color: #000;
  display: inline-block;
  font-weight: 500;
  padding: 0px;
}
.sticky_cont{
  background: #fff;
  position: sticky;
  padding: 10px 0;
  margin: 0 0 40px;
  top: 0px;
  box-shadow: 0px 10px 20px 20px #fff;
}
.last_update {
  text-align: right;
  width: 100%;
  display: block;
  transform: translateY(-50px);
  opacity: 0.6;
}
.vani_privacy_policy_title{
  font-size: 52px;
  color: #363636;
  font-weight: 500;
  display: inline-block;
  transition: 0.5s all;
  transform-origin: left center;
}
.vani_privacy_policy_subtitle{
  padding: 0px 0 40px !important;
  font-size: 18px !important;
}
.vi_section_container p{
  font-size: 18px;
  color: #3f3d48;
  /* color: #363636; */
  padding: 15px 0 10px;
  list-style-type: none;
  margin: auto;
}
.vi_section_container ul, .vi_section_container li{
  font-size: 20px;
  color: #3f3d48;
  z-index: -1;
  /* color: #363636; */
  padding: 5px 0 20px 40px;
  position: relative;
  list-style-type: none;
  margin: auto;
}
.vani_bullets{
  font-size: 28px;
  position: absolute;
  left: -20px;
  top: -4px;
  vertical-align: middle;
}


.vi_footer_text{
  font-size: 16px;
  font-weight: 300;
}
.vi_footer_text, .footer_icon {
  /* transform: translate(0, 80px); */
  padding: 12vh 0 5vh;
}

.vi_footer_container{
  width: 85%;
  margin: auto;
  justify-content: center;
}

.vi_footer_privacy {
  text-align: left;
  cursor: pointer;
  color: #626262;
  margin-right: 20px;
  position: relative;
  display: inline-block;
}

.vi_footer_privacy:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #747381;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.vi_footer_privacy:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.footer_icon{
  justify-content: flex-start !important;
  display: flex;
  align-items: center;
}
.footer_icon a{
  margin: 0px 12px;
}
.flex_vani{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex_vani_01{
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_vani_cstm{
  display: flex;
  justify-content: end;
  align-items: center;
  width: 96%;
}
.vi_heart_emoji img{
  width: 30px;
  height: 20px;
  transform: translateY(-2px);
}
.vi_icon_share{
  width: 24px;
  height: 24px;
  margin-right: 10px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background: url(/sites/vanihq/files/vanihq/home/vi_footer_social_icon.png);
}
.vi_icon_youtube {
  background-position: -59px 0px;
  background-size: 172px;
}
.vi_icon_twitter {
background-position: 0px 0px;
background-size: 172px;
}
.vi_icon_insta {
 background-position: 54px 0px;
 background-size: 172px;
}
.vi_icon_facebook {
 background-position: 83px 0px;
 background-size: 172px;
}
.vi_icon_linkedin{
 background-position: -96px 0px;
 background-size: 172px;
 display: none;
}
.vi_footer{
  background: #fff;
}
@media only screen and (max-width: 1280px){
  .vani_privacy_policy_title {
      font-size: 42px;
  }
  .vani_privacy_policy_subtitle {
    font-size: 18px !important;
  }
  .vani_privacy_policy {
    font-size: 24px;
  }
  .vi_section_container ul, .vi_section_container li {
    font-size: 16px;
    padding: 5px 0 20px 20px;
  }
  .vi_section_container p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 960px){
  .vi_footer .flex_vani {
    flex-direction: column;
    align-items: baseline;
    font-size: 14px;
  }
  .vi_footer_text, .footer_icon {
    padding: 0 0 30px;
    font-size: 14px;
  }
  .footer_icon a {
    margin: 0px 12px 0 0;
  }
}

@media only screen and (max-width: 780px){
  .main_content{
    width: 100%;
  }
}
