/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');*/

:root {
  --white: #fff;
  --black: #000;
  --orange: #FC6301;
}

html {
  overflow-x: hidden;

}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  color: var(--d-black);
}

a {
  text-decoration: none;
}

* {
  font-family: 'Poppins', sans-serif;
  border: none;
  outline: none;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

::selection {
  color: var(--white);
  background: var(--orange);
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--orange);
  outline: 1px solid var(--orange);
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

body span,
a,
li,
p {
  font-size: 15px;
  margin-bottom: 0;
}


.bg-white {
  background-color: var(--white);
}

.bg-black {
  background-color: var(--black);
}

.bg-orange {
  background-color: var(--orange);
}

.text-white {
  color: var(--white);
}

.text-orange {
  color: var(--orange);
}

.text-black {
  color: var(--black) !important;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.f-14 {
  font-size: 14px;
  line-height: 20px
}

.f-16 {
  font-size: 16px;
  line-height: 22px
}

.f-15 {
  font-size: 15px;
  line-height: 22px
}

.f-18 {
  font-size: 18px !important;
  line-height: 24px
}

.f-20 {
  font-size: 20px;
  line-height: 26px
}

.f-22 {
  font-size: 22px;
  line-height: 28px
}

.f-24 {
  font-size: 24px;
  line-height: 32px
}

.f-26 {
  font-size: 26px;
  line-height: 34px
}

.f-28 {
  font-size: 28px;
  line-height: 34px
}

.f-30 {
  font-size: 30px;
  line-height: 36px
}

.f-32 {
  font-size: 32px;
  line-height: 38px
}

.f-34 {
  font-size: 34px;
  line-height: 40px
}

.f-36 {
  font-size: 36px;
  line-height: 42px
}

.f-38 {
  font-size: 38px;
  line-height: 45px
}

.f-40 {
  font-size: 40px;
  line-height: 47px
}

.f-42 {
  font-size: 42px;
  line-height: 49px
}

.f-46 {
  font-size: 46px;
  line-height: 49px
}

.f-44 {
  font-size: 44px;
  line-height: 51px
}

.f-48 {
  font-size: 48px;
  line-height: 55px
}

.f-50 {
  font-size: 50px;
  line-height: 57px
}

.f-52 {
  font-size: 52px;
  line-height: 59px
}

.f-54 {
  font-size: 54px;
  line-height: 61px
}

.f-56 {
  font-size: 56px;
  line-height: 63px
}

.f-60 {
  font-size: 60px;
  line-height: 67px
}

.f-62 {
  font-size: 62px;
  line-height: 69px
}

.f-64 {
  font-size: 64px;
  line-height: 71px
}

.f-66 {
  font-size: 66px;
  line-height: 73px
}

.f-68 {
  font-size: 68px;
  line-height: 75px
}

.f-70 {
  font-size: 70px;
  line-height: 77px
}

.f-90 {
  font-size: 90px;
  line-height: 96px
}

.cover {
  background-size: cover;
  background-repeat: no-repeat
}

.conatin {
  background-size: contain;
}

;

.center {
  background-position: center;
}

.no-repeat {
  background-repeat: no-repeat;
}

section {
  padding: 60px 0;
}

.relative {
  position: relative;
}

ul,
p,
li {
  padding: 0;
  margin: 0;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  background-color: var(--black);
}

.slick-dots li:active {
  background-color: var(--balck);
}

.slick-dots li.slick-active button:before {
  background-color: var(--orange);
  width: 10px;
  height: 10px;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: transparent;
}