/**
Theme Name: JAYY VIBES
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jayy-vibes
Template: astra
*/

/* LPS - FONT */
@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Text:wght@200..700&display=swap');

/* LPS - USAGE */
.stack-sans-text {
  font-family: "Stack Sans Text", sans-serif !important;
  font-optical-sizing: auto;
/*   font-weight: 500; */
  font-style: normal;
}

.stack-sans-text span.elementor-icon-list-text {
	font-family: "Stack Sans Text", sans-serif !important;
}

.stack-sans-text h2, .stack-sans-text h3, .stack-sans-text H3, .stack-sans-text H4, .stack-sans-text H5, .stack-sans-text H6 {
	font-family: "Stack Sans Text", sans-serif !important;
}

/* body */
html {
    scroll-behavior: smooth !important;
}

body {
    overflow-y: scroll; /* Always show scrollbar to prevent shift */
}

body.is-scrolling canvas#particles-js {
    pointer-events: none; /* Disable particle interference during scroll */
}

/* LPS - Contact form CSS */
.two-by-two {
    display: flex;
    gap: 28px;
}
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    background: transparent !important;
	border-radius: 0px !important;
	border-width: 0 0 0.5px !important;
}
.Contact-wrap {
    padding: 40px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    max-height: 120px !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-weight: 400;
    fill: #929CAE;
    color: #929CAE;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #929CAE;
    border-radius: 2px 2px 2px 2px;
    padding: 10px 30px 10px 30px;
    font-family: "Oxanium", Sans-serif !important;
    background: #01080e;
    font-size: 10px !important;
	width: 20% !important;
}
.wpcf7 form>div, .wpcf7 form>p {
    margin-bottom: 0em !important;
}
.one-by-one.center p {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-content: center;
    align-items: center !important;
}
body {
  overflow-x: hidden;
}

#ast-scroll-top {
    border: 1px solid #20b1cf !important;
    border-radius: 5px !important;
	background: transparent !important;
    color: #20b1cf !important;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  /* CSS */
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  /* CSS */
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  /* CSS */
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  /* CSS */
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  .two-by-two {
    flex-direction: column;
  }
  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100% !important;
  }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  .two-by-two {
    flex-direction: column;
  }
  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100% !important;
  }
  
}