@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&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, .form-select:focus,
.accordion-button:focus,
input:focus-visible {
  outline: none;
  box-shadow: none;
}


body {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  /*font-family: "Roboto", sans-serif;*/
  background-color: #fff;
}

 
h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: "Roboto", sans-serif;

}


.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_20 {
     font-size: calc(10px + 0.7vw);
}


.vs_fs_14 {
  font-size: 14px;
}
.vs_fs_15 {
  font-size: 15px;
}


.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: #3f51b5;
}
.vs_fc_green {
  color:#fba115;
}
.vs_heading h2 {
          font-size: calc(10px + 1.2vw);
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
}


.vs_ctm_btn {
    background: linear-gradient(-45deg, #614099, #614099, #fba115, #fba115);
     background-size: 400% 400%;
  animation: btn_h 3s ease infinite, rocking_h 3s ease infinite;
    padding: 10px 20px;
    width: auto;
    border: 1px solid transparent;
    position: relative;
    transition: all 0.5s;
    z-index: 1;
    overflow: hidden;
    font-size: 16px;
    border-radius: 3px;
    color: #fff;
}
@keyframes btn_h {

  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}
@keyframes rocking_h {

  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(2deg);
  }

  75% {
    transform: rotate(-2deg);
  }

  100% {
    transform: rotate(0);
  }
}

.vs_ctm_btn.bg-white, .vs_ctm_btn.bg-white a{
  color: #000;
}
.vs_ctm_btn:after {
    background: #000;
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.5s;
    height: 100%;
    left: 0%;
    top: 0;
    transform: rotateY(31deg); 
    transition-duration: 0.6s;
    transform-origin: top;
    height: 0;
}

.vs_ctm_btn:hover:after {
    height: 100%;
    width: 135%;
}

.vs_ctm_btn:hover a {
    color: #fff !important;
}


.vs_ctm_btn a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.vs_more_btn{
  position: relative;
  color: #fba115;
  font-size: 18px;
  transition: all 0.5s;
      padding-right: 50px;
}

.vs_more_btn:hover {
  color: #000;
}

.vs_more_btn::after {
     content: "\F138";
    position: absolute;
    font-family: bootstrap-icons !important;
    color: #fba115;
    font-size: 20px;
    padding-left: 9px;
    transition: all 0.5s;
}
.vs_more_btn:hover::after{
  padding-left: 20px;
}
.vs_more_btn.text-white:hover{
  color: #7ba1b3 !important;
}
.vs_more_btn.text-white::after {
 color: #fff !important;
}

.vs_face:hover {
  color: #1877f2 !important;
}

.vs_twit:hover {
  color: #00b6f1 !important;
}

.vs_inst:hover .bi-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

.vs_linked:hover {
  color: #0077b5 !important;
}

.vs_yout:hover {
  color: #FF0000 !important;
}

