@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,500&display=swap");
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fff5ec;
}

::-webkit-scrollbar-thumb {
  background: #dc965a;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #ca7d39;
}

.website-wrapper {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
}

p {
  margin: 0;
  padding: 0;
}

.mt-100 {
  margin-top: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.py-100 {
  padding: 100px 0;
}

.primary-color {
  color: #dc965a;
}

.grey-color {
  color: #5e6472;
}

.primary-bg {
  background-color: #dc965a;
}

.primary-light-bg {
  background-color: #fff5ec;
}

.dark-bg {
  background-color: #1c1d24;
}

.page__title {
  font-family: 'Montserrat', sans-serif;
}

h2,
h3,
h4,
h5,
h5 {
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-size: 70px;
  font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 550px) {
  h1 {
    font-size: 35px;
  }
}

@media screen and (max-width: 370px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 45px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 39px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 34px;
  }
}

@media screen and (max-width: 550px) {
  h2 {
    font-size: 29px;
  }
}

@media screen and (max-width: 370px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  h3 {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 550px) {
  h3 {
    font-size: 27px;
  }
}

@media screen and (max-width: 370px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 370px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
}

h6 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}

.desc-md {
  font-family: 'Poppins', sans-serif;
  font-size: 400;
  font-size: 19px;
}

.desc-sm {
  font-family: 'Poppins', sans-serif;
  font-size: 400;
  font-size: 16px;
}

.desc-sm-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-size: 400;
}

.desc-xs {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-size: 400;
}

.primary-btn {
  font-family: 'Poppins', sans-serif;
  color: white;
  background-color: #dc965a;
  border: #dc965a;
  font-weight: 500;
  padding: 12px 30px;
  border: 2px solid #dc965a;
}

.primary-btn:hover {
  background-color: transparent;
  color: #dc965a;
  border: 2px solid #dc965a;
}

.primary-btn:focus {
  -webkit-box-shadow: 0 0 0 0.25rem #dc975a30;
          box-shadow: 0 0 0 0.25rem #dc975a30;
}

.ul-center {
  position: relative;
}

.ul-center:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background: #dc965a;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
}

.ul-start {
  position: relative;
}

.ul-start:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background: #dc965a;
  left: 0;
  right: 0;
  bottom: -10px;
}
/*# sourceMappingURL=global.css.map */