@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
:root{
  --white : #fff;
  --black: #000;
  --camel : #FFE486;
}


body{
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.text-black{
  color : black !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}

a{
  text-decoration: none;
}

*{
  font-family: 'Lato', sans-serif;
  border: none;  outline: none;
  list-style: none;
  text-decoration: none;
  box-sizing:  border-box;
  /* text-transform: capitalize; */
}


.contentSec span{
  font-family: 'Lato', sans-serif;
}

::selection {
  color: var(--white);
  background: #4598FF;
}
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: #4598FF;
  outline: 1px solid #4598FF;
}
html {
  scrollbar-color: #000 #fff;
  scrollbar-width: thin;
}


.Perpetua{
  font-family: 'Perpetua';
}

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

a:hover{
    text-decoration: none;
}

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

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

.text-white{
  color: var(--white);
}
.text-camel{
  color: var(--camel-);
}
.bg-camel{
  background-color: var(--camel);
}
.bg-white{
  background-color: var(--white);
}
.bg-black{
  background-color: var(--black);
}
.bg-light-sky{
  background-color: var(--light-sky);
}
.bg-dark-sky{
  background-color: var(--dark-sky);
}

.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-12 { font-size: 12px; line-height: 18px}
.f-10 { font-size: 10px; line-height: 16px}
.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;}
.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-33 { font-size: 33px; 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: 56px}
.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}

section {
    padding: 60px 0;
}

/* .container{
  max-width: 1240px;
} */

.relative{
  position: relative;
}

ul , li{
  padding: 0;
  margin: 0;
}
.f48{
  font-size: 48px;
}
.fs14{
  font-size: 14px;
}
.f19{
  font-size: 19px;
}
.ratingstar{
  background: var(--white);
  border-radius: 30px;
  padding: 0 15px;
}
.ratingstar svg , .ratingstar i{
  color: #FFD700;
  font-size: 14px;
}
.fs16{
  font-size: 16px;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 900 !important;
}
.fw900{
  font-weight: 900;
}
.fs35{
  font-size: 35px;
  line-height: inherit;
}
.bestlaw .swiper-pagination-bullet-active , .service-card  .swiper-pagination-bullet-active , .writer-profile .swiper-pagination-bullet-active {
  background: var(--black);
}