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

:root{
    --black: #272727;
    --perpal :#9f3bf4;
    --cream : #fdd7cc;
    --white : #fff;
    --light-grey : #f8f8f8;
    --grey : #757171; 
    --green : #25d366;
}

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

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

body , html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body::-webkit-scrollbar , .box-mobile::-webkit-scrollbar {
    width: 7px;
}
   
body::-webkit-scrollbar-track  , .box-mobile::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px #fff;
}
   
body::-webkit-scrollbar-thumb , .box-mobile::-webkit-scrollbar-thumb  {
    background-color:  var(--perpal);
    outline: 1px solid var(--perpal);
}

a:hover{
    text-decoration: none;
}

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

span,a,li,p { 
    font-size: 16px; 
    font-weight: 400;
    color: var(--grey);
}

.text-perpal{
  color: var(--perpal);
}
.text-white{
  color: var(--white);
}
.text-black{
  color: var(--black);
}
.text-cream{
  color: var(--cream);
}
.text-grey{
  color: var(--grey);
}

.bg-white{
  background-color: var(--white);
}
.bg-cream{
  background-color: var(--cream);
}
.bg-perpal{
  background-color: var(--perpal);
}
.bg-grey{
  background-color: var(--grey);
}
.bg-black{
  background-color: var(--black);
}
.bg-light-grey{
  background-color: var(--light-grey);
}

.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-size: 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: 80px 0;
}
.container{
  max-width: 1515px;
}

.relative{
  position: relative;
}

/* whatsapp button  */

.whatsapp-btn {
  width: 230px;
  height: 50px;
  background-color: var(--black);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  text-decoration: none;
  font-size: 20px;
  color: var(--white);
  font-weight: 700;
  position: relative;
  z-index: 9999;
}
.whatsapp-btn:hover{
  color: var(--white);
}
.whatsapp-btn svg {
  font-size: 20px;
  background-color: var(--white);
  color: var(--green);
  padding: 4px;
  border-radius: 5px;
  margin-right: 13px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.whatsapp-btn::before {
  content: '';
  position: absolute;
  width: 26%;
  height: 50px;
  background-color: var(--green);
  left: 0;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  transition: all .4s linear ;
  z-index: -1;
}
.whatsapp-btn:hover::before{
  width: 100%;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  transition: all .4s linear ;
}

/* chat button  */

.chat-btn {
  width: 180px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--perpal);
  border-radius: 40px;
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  gap: 10px;
  border: 2px solid transparent;
  
}
.chat-btn:hover {
  background: transparent;
  border: 2px solid var(--perpal);
  color: var(--perpal);
}

/* order button  */
.order-btn {
  width: 180px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #d9acf6;
  border-radius: 40px;
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  gap: 10px; 
  border: 2px solid transparent;
  
}
.order-btn:hover {
  background: transparent;
  border: 2px solid var(--perpal);
  color: var(--perpal);
}

/* title animation  */
@keyframes title-animate{
 0%{width: 185%};
 100%{width: 185%};
}

@keyframes red-hover{
  0%{ color: red;}
  100%{ color: var(--black);};
}

@keyframes rotate {
  from{ background-position: 0px;}
  to{ background-position: 350px;}
}

/* pre loader styling */
.loader {
  background: #ffffff;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  z-index: 9999999;
}
.loader span {
  position: absolute;
  width: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  text-transform: uppercase;
}
.loader span::before,
.loader span::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: var(--perpal);
  position: absolute;
  animation: load 0.7s infinite alternate ease-in-out;
}
.loader span::before {
  top: 0;
}
.loader span::after {
  bottom: 0;
}
@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}







