@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;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}


/* Body Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
}

button,
input {
  overflow: visible;
}

button:focus,
.form-control:focus,
.accordion-button:focus,
input:focus-visible,
.btn-close:focus {
  outline: none;
  box-shadow: none;
}


body {
  margin: 0px;
  padding: 0px;
    font-family: 'Poppins', sans-serif;
  background-color: #fff;
}

@font-face {
  font-family: hh;
  src: url(../font/h1.otf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Cormorant Garamond", serif;*/

}

@font-face {
  font-family: qq1;
  src: url(../font/heading.otf);
}

.vs_fs_50 {
  font-size: calc(1.1rem + 2vw);
}

.vs_fs_30 {
  font-size: calc(0.7rem + 1.4vw);
}

.vs_fs_40 {
  font-size: calc(0.8rem + 1.2vw);
  font-weight: 600;
  line-height: 46px;
}

.vs_fs_14 {
  font-size: 14px;
}

.text-justify {
  text-align: justify;
}

.vs_fc_orange {
  color: #f6961e;
}

.vs_fc_yellow {
  color: #ffe04e;
}

.vs_fc_sky {
  color: #00bcd4
}

.vs_fc_pink {
  color: #e91e63;
}

.vs_fc_purple {
  color: #9c27b0;
}

.vs_fc_red {
  color: #e71405
}

.vs_fc_blue {
  color: #126591;
}

.vs_fc_green {
  color: #4caf50;
}



.vs_heading h2 span{
  color: #83c114;
  font-style: italic;
}

.vs_heading h2{
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.vs_heading h2.light { color: #fff; }

.vs_heading h6 {
    font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #83c114;
  margin-bottom: 12px;

}
.vs_heading h6.light { color: rgba(255,255,255,0.7); }



/*.vs_heading h6:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);

}*/
.vs_heading p{
  color: #666;
    font-size: 0.95rem;
    line-height: 1.85;
    margin-bottom: 16px;
}

.vs_ctm_btn {
     background: #83c114;
  color: #fff;
      padding: 10px 26px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #83c114;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: center;
}

.vs_ctm_btn_outline{
  background: transparent;
  color: #fff;
  padding: 10px 26px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: inline-block;
  border: 2px solid rgba(255,255,255,0.5);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.vs_ctm_btn a {
  color: #fff;
}

.vs_ctm_btn:hover{
      background: transparent;
  color: #83c114;
      border: 2px solid #83c114;
}
.vs_ctm_btn_outline:hover{
  background: #fff;
  color: #1a1a1a;
  border-color: #fff;
}
.vs_ctm_btn i {
  transition: all 0.5s;
}

/*.vs_ctm_btn:hover i {
  padding-left: 10px;
}
*/
.vs_more_btn {
  position: relative;
  color: #000;
  font-size: 15px;
  transition: all 0.5s;
}

.vs_more_btn i {
  transition: all 0.5s;
}

.vs_more_btn:hover {
  color: #83c114;
}

.vs_more_btn:hover i {
  padding-left: 10px;
}


.vs_more_btn_w {
  color: #fff !important;
}

.vs_more_btn_w:hover {
  color: #fff !important;
}

.vs_overlay_clr {
  position: relative;
}


.vs_face:hover {
  color: #1877f2 !important;
}

.vs_twit:hover {
  color: #00b6f1 !important;
}

.vs_inst:hover {
  color: #cf3b8f !important;
}

.vs_linked:hover {
  color: #0077b5 !important;
}

.vs_yout:hover {
  color: #FF0000 !important;
}

.vs_fix_btn {
  position: fixed;
    bottom: 60px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: end;
    width: 100%;
    justify-content: space-between;
}
.vs_last_btn{
  padding-left: 10px;
}
.vs_fix_whatsup_btn{
    padding-right: 10px;

}
.vs_fix_whatsup_btn img {
  width: 45px;
  object-fit: contain;
}
.vs_last_btn button{
  display: none;
}
.vs_last_btn button.show{
  display: block;
}

