
body {
    background-color: #cde5e6db;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}


@font-face {
  font-family: Poppins-SemiBold;
  src: url(../font/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: Poppins-Regular;
  src: url(../font/Poppins-Regular.ttf);
}

h1 {
  font-family: Poppins-SemiBold;
  color: #2A2A2A;
}

p {
  font-family: Poppins-Regular;
}
a, a:hover{
  text-decoration: none;
}
button:focus, 
.btn:focus,
.form-control:focus{
  box-shadow: none;
  outline: none;
}

.vs_font_13 p {
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 0;
}

.vs_white {
  color: #FBFBFB;
}



.vs_gray {
    color: #434343;
}

.vs_choco_text{
  color:#077f81;
}

.vs_green_text {
    color: #02c5cc;
}


.vs_heading h2 {
    color: #077f81;
    font-size: 36px
}

.vs_heading h1 {
    font-size: 60px;
    line-height: 70px;
}


/*head_menu_start*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.vs_navbar {
  position: fixed;
  /*  background: gray;*/
  width: 100%;
  z-index: 2;
  padding: 65px 0px 15px 0;
  transition: all 0.3s ease;
}

.vs_navbar.sticky {
    position: fixed;
    background: #077f81;
    padding: 40px 0;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 10%);
}

.vs_navbar .vs_content {
  display: flex;
  justify-content: center;
 align-items: center;
}


nav.vs_navbar.sticky img {
  width: 115px;
  object-fit: cover;
}

/*nav.vs_navbar.sticky .vs_content {
  justify-content: space-between;
}*/
.vs_navbar .vs_logo {
    position: absolute;
    left: 0;
    margin-left: 100px;
}
/*nav.vs_navbar.sticky .vs_logo {
    position: static;
    left: 0;
    margin-left: 0px;
}*/

.vs_logo img {
  width: 140px;
}

.vs_navbar .vs_menu-list {
  display: inline-flex;
  margin-bottom: 0;
}

.vs_menu-list li {
  list-style: none;
}

.vs_menu-list li a {
    color: #FBFBFB;
    letter-spacing: 2px;
    font-weight: 300;
    margin-left: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 13px;
}

.vs_menu-list li a:hover {
    color: #c0946d;
}


.vs_banner {
  background: url("../img/tumblr_lmdm8o9HBd1qe9cono1_1280.png") no-repeat;
  height: 100vh;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
}

.vs_banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: -1;
}

.vs_icon {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.vs_menu-list .vs_cancel-btn {
  position: absolute;
  right: 30px;
  top: 20px;
}

.vs_banner p {
  font-size: 15px;
  color: #d3d0d0;
}

.vs_play_img img {
    width: 240px;
    margin: 5px;
    object-fit: cover;
}

@media (max-width:991px) {
  .vs_navbar .vs_logo img {
    width: 100px;
  }
  .vs_menu-list li a {
    font-size: 13px;
  }
  .vs_navbar .vs_logo {
    /*margin-left: 65px;*/
    margin-left: 30px;
}

.vs_feature_center .vs_feature_center_img{
  width: 100% !important;
}

.vs_feature_center .vs_feature_center_img_p{
  width: 100% !important;
}
}

@media (max-width: 767px) {
  body.disabled {
    overflow: hidden;
  }
  .vs_navbar {
    padding: 34px 0;
  }
  .vs_icon {
    display: block;
  }
  .vs_icon.hide {
    display: none;
  }
  .vs_navbar .vs_menu-list {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    right: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: center;
    background: #9F625C;
    transition: all 0.3s ease;
}

  .vs_navbar.show .vs_menu-list {
    right: 0%;
  }
  .vs_navbar .vs_menu-list li {
    margin-top: 45px;
  }
  .vs_navbar .vs_menu-list li a {
    font-size: 23px;
    margin-right: -100%;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .vs_navbar.show .vs_menu-list li a {
    margin-right: 0px;
  }
  nav.vs_navbar.sticky img {
    width: 80px;
  }


  .vs_navbar .vs_content {
    justify-content: space-between;
  }

  .vs_navbar .vs_logo {
      position: static;
      left: 0;
      margin-left: 0px;
  }

  .vs_feature_center .vs_feature_center_img_p{
  width: 215px !important;
}

.vs_feature_center .vs_feature_center_img {
    width: 325px !important;
}
.vs_navbar.sticky{
  padding: 15px 0px;
}
}


/*head_menu_end*/
/*.vs_about img {
  height: 300px;
  width: 100%;
  object-fit: contain;
}*/

.vs_video_section{
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/banner.png);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.vs_video_section img{
  width: 150px;
    object-fit: contain;
    height: auto;
}


/*app feature css S*/
.vs_feature_center .vs_feature_center_img{
  width: 400px;
}
.vs_feature_center .vs_feature_center_img_p{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    object-fit: contain;
}
.vs_feature_img img {
  width: 80px;
  object-fit: contain;
}







/*app feature css E*/


/*App screenshots css S*/

.vs_app_screen_shot {
  background-image: url("../img/lesbians.png");
  background-size: cover;
  position: relative;
  z-index: 1;
}


.vs_app_screen_shot:before ,.vs_available:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #077f81;
    z-index: -1;
    opacity: 0.7;
}

.vs_section_space {
  padding: 80px 0px;
}

.vs_screenshot_img {
  transition: 0.5s ease all;
}

.vs_screen_slider{
  position: relative;
}
.vs_screen_slider .owl-item.active.center .vs_screenshot_img {
  transform: scale(1.1);
  text-align: center;
}


.vs_screen_slider .owl-stage-outer {
  padding: 0px 0px 30px;
}

.vs_screen_slider .owl-nav button {
  position: absolute;
  top: 50%;
  border: none;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  outline: none;
  transform: translate(-50%, -50%);
}

.vs_screen_slider .owl-nav button.owl-prev span,
.vs_screen_slider .owl-nav button.owl-next span {
  display: none;
}

.vs_screen_slider .owl-nav button.owl-prev {
  background: url(../img/Group_55.png);
  background-size: cover;
  left: 0px;
  margin-left: -45px;
}

.vs_screen_slider .owl-nav button.owl-next {
  background: url(../img/Group_54.png);
  background-size: cover;
  right: 0px;
  margin-right: -90px;
}



.vs_screenshot_img img {
  width: 100%;
  margin: auto;
  display: block;
  object-fit: cover;
}


/*App screenshots css E*/





/*<!-- Available start -->*/

.vs_available {
  background-image: url("../img/a6245f00c90dd5390cddf065380a3181.png");
  background-size: cover;
  position: relative;
  z-index: 1;
  background-position: center;
}

.vs_available h3 {
    line-height: 1.2;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1.6px;
}

.vs_available_img_right img {
  width: 100%;
  object-fit: contain;
}

.vs_available .vs_logo img {
    width: 189px;
    object-fit: cover;
}

.vs_available .vs_play_img img {
    width: 200px;
    margin: 5px;
    object-fit: contain;
}


/*<!-- Available end -->*/


/*<!-- contact start -->*/



.vs_contact form {
  width: 50%;
  margin: auto;
  font-size: 14px;
}

.vs_contact form .form-control {
    font-size: 14px;
    resize: none;
    border-radius: 10px;
    border: 2px solid #aaa;
}


.vs_contact form input.form-control {
    height: 68px;
    border: 2px solid #aaa;
}

 .vs_contact_btn {
  background: #077f81;
  color: #fff;
  width: 160px;
  padding: 20px 50px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  border-radius: 100px;
  font-weight: 600;
}

.vs_contact_btn:hover {
  color: #000;

}

.vs_contact_btn:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 0%;
  height: 100%;
  left: 0px;
  background: #FBFBFB;
  z-index: -1;
  right: 0px;
  margin: auto;
  transition: 0.4s ease all;
  color: black;
  border-radius: 100px;
}

 .vs_contact_btn:hover:before {
  width: 100%;
  color: black;
}


/*<!-- contact end -->*/

footer {
  text-align: center;
  padding: 1.7rem 0;
}


@media only screen and (max-width: 991px) {
  .vs_available h3 {
    font-size: 20px;
  }

  .vs_heading h1 {
    font-size: 46px;
    line-height: 50px;
}
.vs_banner p br{
display: none;
}
}
@media only screen and (max-width:835px){
     .vs_screen_slider .owl-nav button.owl-next {
       margin-right: -52px;
     }
     .vs_screen_slider .owl-nav button.owl-prev {
      margin-left: -20px;
     }
     .vs_screen_slider .owl-nav button {
       width: 32px;
       height: 32px;
     }
 }  

@media screen and (max-width: 767px) {
  .vs_screen_slider .owl-stage-outer {
    padding: 40px 0px;
  }
  .vs_banner h1 {
    font-size: 26px;
    line-height: 26px
  }
  .vs_play_img img {
    width: 280px;
  }
  .vs_available {
    text-align: center;
  }
  .vs_available_img_right img {
    width: 50%;
  }
  .vs_contact form {
    width: 100%;
  }
  .vs_top_link_btn {
    margin-bottom: 2.3rem;
    margin-right: 2rem;
  }

  .vs_available .vs_play_img img {
    width: 130px;
    
}

.vs_heading h2 {
    font-size: 24px;
}

.vs_banner p{
  font-size: 13px;
}
}

@media (max-width: 610px) {
  .vs_screen_slider .owl-nav button {
    display: none;
  }
}

@media (max-width: 575px) {
  .vs_feature_center .vs_feature_center_img{
  width: 285px !important;
}

.vs_feature_center .vs_feature_center_img_p{
  width: 200px!important;
}
}


/*head_menu_end*/