/* theme */
:root {
  --brown: #4f2615;
  --yellow: #faa41a;
}
body {
  overflow-x: hidden;
  overflow-y: hidden;
}

*, ::after, ::before {
  box-sizing: border-box;
}


/* inter-regular - 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: 'inter Custom';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/Listandsell/fonts/inter-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - 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: 'inter Custom';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/Listandsell/fonts/inter-v13-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Helvetical-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: 'Helvetical Custom';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/Listandsell/fonts/HelveticaLTStd-Blk.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html,body {
  margin:0;
  padding:0;
  overflow-x: hidden;
  font-family: "inter Custom";
  font-size:16px;
  color: #353535;
  word-break: break-word;
}
.alignfull {
  max-width: 100vw;
  
}
.font-helv{
  font-family: "Helvetical Custom";
}
.font-inter{
  font-family: "inter Custom";
}
.alignfull .alignwide{
  padding:0px;
}
.alignwide {
  max-width: 1350px;
  margin: auto;
  padding: 0px 15px;
}
.kt-inside-inner-col h2:not(:first-of-type) {
  padding-top: 20px;
}
.kb-buttons-wrap {
  font-family: "Helvetical Custom";
  letter-spacing: 0.5px;
  /* font-weight: bold; */
}
span.inner-h {
  display: block;
}
.upper{
  color:#4f2615;
}
.lower{
  color:#faa41a;
  font-size: 28px;
  /* line-height: 38px; */
  margin-top: -2px;
}
p{
  font-size: 1.1rem;
  line-height: 1.85rem;
  color: #353535;
  margin: 15px 0px;
}
.img-radius img{
  border-radius: 82% 18% 81% 19% / 16% 81% 19% 84%;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 24px 50px 0px
}

.kt-svg-icon-list-item-wrap {
  font-size: 1.1rem;
line-height: 1.75rem ;
}
.list-style .kb-svg-icon-wrap {
  margin-top: -2px;
}
strong{
  font-weight: 600;
}

h1 {
  font-size: 2.5rem;
  line-height: 2.9rem;
}
h2 {
  font-size: 2rem;
  line-height: 2.6rem;
}
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: "Helvetical Custom";
  margin-bottom: 0px;
  margin-top: 0px;
  color : #faa41a;
}
h1 a,h2 a,h3 a,h4 a,h5 a{
  color : #faa41a ;
}

a {
  text-decoration: none;
  color: #faa41a ;
  font-weight: bold;
  transition: all 0.2s linear;
}
a:hover{
  color:  #4f2615;
}

button {
  font-family: 'inter Custom' !important;
}
.mobile-hide{
  display:block;
}
.bg-none-l .kt-inside-inner-col {
  background-color: transparent !important;
}
.desk-hide{
  display: none;
  }
@media only screen and (max-width:1024px){
  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:15px 0px;
  }
  .alignwide {
    padding: 0px 0px;
  }
}


@media only screen and (max-width:766px){
  h1 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  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;
    color: #353535;
}
.kt-svg-icon-list-item-wrap{
  font-size: 1rem;
  line-height: 1.6rem !important;
}
.mobile-hide{
  display:none;
}
.desk-hide{
  display: block;
  }
}





/* theme end */