/* theme */

:root{
  --blue:#585958;
  --s-blue:#00C6E5;
  --l-blue:#D9D9D9;
  --bg:#F4F8FC;
  --text:#222222;
  /* --text:#292E3D; */
}

*, ::after, ::before {
  box-sizing: border-box;
  border-radius: unset !important;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #646464;
}

::selection {
color: #fff;
  background: #646464;
}

html {
  scroll-behavior: smooth;
}
/* Open-sans*/
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Custom';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/Listandsell/fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* Open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Custom';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/Listandsell/fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Custom';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/Listandsell/fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat Custom';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/Listandsell/fonts/montserrat-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html,body {
  margin:0;
  padding:0;
  font-family: "Open Custom";
  font-size:16px;
  font-weight:400;
}

/* body {
    background-image: url(/wp-content/uploads/2025/07/bg-main.svg);
     opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

body.loaded {
  opacity: 1;
} */

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url('/wp-content/uploads/2025/07/bg-main-1.svg');
  /* background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; */
  opacity: 0;
  pointer-events: none;
/*   transition: opacity 0.15s ease-in-out; */
  z-index: -1;
}
body.bg-loaded::before {
  opacity: 1;
}



.open{
  font-family:'Open Custom';
}
.mont{
  font-family:'Montserrat Custom';
}
.font-700{
  font-weight: 700;
}
.font-600{
  font-weight: 600;
}
.font-400{
  font-weight: 400;
}
.alignfull {
  max-width: 100vw;
  
}

.alignwide {
  max-width: 1350px;
  margin: auto;
}
.kb-row-layout-wrap.wp-block-kadence-rowlayout>.kt-row-column-wrap {
  padding-left: 0px;
  padding-right: 0px;
}
#content>.kb-row-layout-wrap {
  padding: 0px 15px;
}
div#header .header-desk>.kb-row-layout-wrap {
  padding: 0px 15px;
  left: 0;
  right: 0;
}
.kt-inside-inner-col h2:not(:first-of-type) {
  padding-top: 20px;
}
.kt-inside-inner-col h3:not(:first-of-type) {
  padding-top: 20px;
}

span.inner-h {
  display: inline-block;
}
p{
  font-size: 17px;
  line-height: 1.85rem;
  color: var(--text);
  margin: 13px 0px;
}

.kt-svg-icon-list-item-wrap {
  font-size: 17px;
line-height: 1.85rem ;
}

h1 {
  font-size: 2.3rem;
  line-height: 3rem;
}
h2 {
  font-size: 2.1rem;
  line-height: 2.7rem;
}
h3 {
  font-size: 1.9rem;
  line-height: 2.3rem;
}
h4 {
  font-size: 1.6rem;
  line-height: 2rem;
}
h5 {
  font-size: 1.3rem;
  line-height: 1.7rem;
}
h1,h2,h3,h4,h5{
  font-family: "Montserrat Custom";
  margin-bottom: 0px;
  margin-top: 0px;
  color: var(--text);
}
h1 a,h2 a,h3 a,h4 a,h5 a{
  color: var(--text);
}
span.inner-h {
  display: block;
}
.upper{
  color:var(--text);
}
.lower{
  color:var(--text);
  font-size: 28px;
  /* line-height: 38px; */
  margin-top: -2px;
}
a {
  color: var(--blue);
  font-weight:600;
  text-decoration: none;
}
u{
  text-decoration: none !important;
}
strong{
  font-weight: 600;
}
button {
  font-family: 'Open Custom' !important;
}
.mobile-hide{
  display:block;
}
.laptop-hide{
  display:block;
}
.bg-none-l .kt-inside-inner-col {
  background-color: transparent !important;
}
.desk-hide{
  display: none;
  }
/*NEWCSS*/
.top-phone{
 margin-top: -22px;
}
.top-bar-new {
    margin-bottom: -32px;
    margin-top: -8px;
}

@media only screen and (max-width:1024px){
  
  .laptop-hide{
    display:none;
  }
  h1 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  h2 {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  h3 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  p{
    margin:12px 0px;
  }
  /* .alignwide {
    padding: 0px 0px;
  } */
}


@media only screen and (max-width:767px){
  h1 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  h2 {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  h3 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  h4,h5 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  p{
    font-size: 1rem;
    line-height: 1.6rem;
}
.kt-svg-icon-list-item-wrap{
  font-size: 1rem;
  line-height: 1.6rem !important;
}
.mobile-hide{
  display:none;
}
.desk-hide{
  display: block;
  }
}





/* theme end */