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

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: Perpetua;
  src: url(/assets/font/Perpetua.ttf);
}
:root{
  --white : #fff;
  --black: #000;
  --green : #aac73b;
  --grey : #201f1f;
}


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

a{
  text-decoration: none;
}

*{
  font-family: 'Inter', sans-serif;
  border: none;  outline: none;
  list-style: none;
  text-decoration: none;
  box-sizing:  border-box;
  text-transform: capitalize;
  /* transition: all .4s linear; */
}

::selection {
  color: var(--black);
  background: var(--green);
}
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(--green);
  outline: 1px solid var(--green);
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Raleway', sans-serif;
}
.Perpetua{
  font-family: 'Perpetua';
}

.orange{
  color: var(--orange);
}
.green{
  color: var(--green);
}
.black{
  color: var(--black);
}
.white{
  color: var(--white);
}


.font-nunito{
  font-family: 'Nunito', sans-serif;
}

a:hover{
    text-decoration: none;
}

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

span,a,li,p { 
    font-size: 14px; 
}


.bg-white{
  background-color: var(--white);
}
.bg-green{
  background-color: var(--green);
}
.bg-black{
  background-color: var(--black);
}
.bg-grey{
  background-color: var(--grey);
}
.text-green{
  color: var(--green);
}
.text-white{
  color: var(--white);
}
.text-grey{
  color: var(--grey);
}
.text-black{
  color: var(--black);
}

.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;
}
p{
  margin-bottom: 0;
}
.container{
  max-width: 1170px;
}

.relative{
  position: relative;
}

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