:root{
    --light-blue : #12e0c0;
    --black : #181617;
    --white : #fff;
    --blue: #00b6d2;
    --yellow:#fed207;
}

input:focus , textarea:focus{
    outline: none; border: none
  }
  
.bg-light-blue{
    background-color: var(--light-blue);
}
.bg-black{
    background-color: var(--black);
}
.bg-white{
    background-color: var(--white);
}
.bg-blue{
    background-color: var(--blue);
}
.background-white{
    background-color: var(--white);
}
.bg-gradients{
    background: linear-gradient(180deg, rgba(209,209,209,1) 42%, rgba(251,251,251,1) 96%);
}
.background-transparent{
    background: transparent;
}
.txt-black{
    color: var(--black);
}
.txt-white{
    color: var(--white);
}
.txt-yellow{
    color: var(--yellow);
}
.txt-blue{
    color: var(--blue);
}
html {
    overflow-x: hidden;
}
img{
    max-width: 100%;
}
.container {
    max-width: 1160px;
}
section {
    padding: 5rem 0;
}
.bacground-white{
    background-color: white;
}
.f40{
    font-size: 4rem;
}
.f38{
    font-size: 3.8rem;
}
.f32 {
    font-size: 3.2rem;
}
.f30{
    font-size: 3rem;
}
.f26{
    font-size: 2.6rem;
}
.f26{
    font-size: 2.6rem;
}
.f24{
    font-size: 2.4rem;
}
.f22{
    font-size: 2.2rem;
}
.f20{
    font-size: 2rem;
}
.f16{
    font-size: 1.6rem;
}
.f12{
    font-size: 1.2rem;
}
.f44{
    font-size: 4.4rem;
}
.f46{
    font-size: 4.6rem;
}
.semi-bold{
    font-weight: 600;
}
.medium{
    font-weight: 500;
}
a {
    text-decoration: none;
}
.f18{
    font-size: 1.8rem;
}
.f14 {
    font-size: 1.4rem;
}
.f12{
    font-size: 1.2rem;
}
ul{
    padding: 0;
    margin: 0;
}
.order-now {
    font-size: 1.4rem;
    padding: 8px 22px;
    font-weight: 600;
    transition:all 0.6s  linear ;
    border: 2px solid var(--light-blue);
    border-radius: 2rem;
}
.live-chat {
    font-size: 1.4rem;
    padding: 10px 32px;
    font-weight: 600;
    transition:all 0.6s  linear ;
    border-radius: 2rem;
}
.whatsapp {
    border-radius: 0.4rem;
    font-weight: 600;
    transition:all 0.6s  linear;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.phone {
    background: var(--brown);
    color: var(--white);
    padding: 10px 42px;
    border-radius: 0.4rem;
    font-weight: 600;
    transition:all 0.6s  linear;
}