* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

.no-scroll {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
  
}
section{
  scroll-margin-top: 150px;
}
main {
  padding-top: 81px;
}

@media screen and (min-width:1024px) {
  main {
    padding-top: 141px;
  }
}


body {
  font-size: 1rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.swiper-button-disabled {
  opacity: .4;
  cursor: not-allowed !important;
}