body {
    background-color: #f5ebdc;
    /* font-family: flame-bold; */
}


p {
    margin-bottom: 0px;
}

@font-face {
    font-family: flame-bold;
    src: url(fonts/FlameBold.otf);
}

@font-face {
    font-family: flame-regular;
    src: url(fonts/FlameRegular.otf);
}

@font-face {
    font-family: flame-regularSans;
    src: url(fonts/FlameSans.otf);
}

.nav {
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5ebdc;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
}

.nav>i {
    width: 33.3333333333%;
}

.nav>i>a {
    width: 33.3333333333%;
}

.menu>a>img {
    width: 5%;
}

.menu-l>a>img {
    width: 8%;
}

.btn-sign {
    background-color: #d62300 !important;
    border-radius: 50px;
    scale: 10px;
    font-size: 0.8em;
    color: #ffffff;
    font-family: flame-regular;
}

.btn-cal {
    background-color: #502314 !important;
    border-radius: 50px;
    scale: 10px;
    font-size: 0.8em;
    color: #ffffff;
    font-family: flame-regular;
}

/* hero section started */
.hero {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 80px;
}

.hero-text {
    /* width: 50%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-text>h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 68px;
    font-family: flame-bold;

}

.hero-img {
    /* width: 50%; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.hero-img>img {
    width: 85%;
}

.hero-btn1 {
    width: 300px;
    background-color: #d62300;
    border-radius: 50px;
    height: 50px;
    color: #ffffff;
    font-family: flame-regular;
}

.hero-btn1:hover {
    background-color: #d62300;
    color: #ffffff;
    transform: scale(1.05);
    transition: 0.5s;
}

.hero-btn2 {
    width: 300px;
    background-color: #f5ebdc;
    border-radius: 50px;
    height: 50px;
    color: #000;
    border: 1px solid #d62300;
    font-family: flame-regular;

}

.hero-btn2:hover {
    background-color: #f8ecd9;
    color: #000;
    transform: scale(1.05);
    transition: 0.5s;
    border: 1px solid #d62300;
}

.hero-m {
    display: none;
}

/* hero section ended */

/* card section started */

.card {
    border-radius: 20px !important;
}

.card-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
    margin-bottom: 200px;

}

.card-body>h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    font-family: flame-regular;

}

.card-body>p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    font-family: flame-regularSans;

}

.card-link {
    color: #000 !important;
    font-size: 11px;
}

.card-l-b {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;

}

.btn-card {
    width: fit-content;
    border: 1px solid #d62300;
    border-radius: 50px;
    font-size: 13px;
}

.btn-card:hover {
    width: fit-content;
    border: 1px solid #d62300;
    background-color: #f8ecd9;
    border-radius: 50px;
    font-size: 13px;
}

/* card section ended */

/* footer top started */

.footer-top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EBE2D3;
}

.f-img {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.f-img>img {
    margin-top: -60px;
    width: 70%;
}


.f-content {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.f-content>h1 {
    font-size: 36px;
    font-weight: 900;
    line-height: 35px;
    font-family: flame-bold;
}

.f-t-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
}

.f-content>p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: flame-regularSans;
}

.footer-top-m {
    display: none;
}

/* footer top ended */

/* footer mid started */

.footer-mid-m {
    display: none;
}


.footer-mid {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #502314 !important;
    height: 50px;
    font-family: flame-regularSans;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 60px;
}

.footer-mid>p {
    margin-bottom: 0px !important;
    color: #ffffff;
}

.footer-mid>p>a {
    color: #ffffff !important;

}


/* footer mid ended */

/* footer end started */

.footer-end {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #F5EBDC;
    height: 60px;
    border-top: 1px solid #d3d3d3;
    font-family: flame-regularSans;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;

}

.f-e-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.f-e-img>img {
    width: 20px;
}

/* footer end ended */


@media only screen and (max-width: 600px) {
    .nav{
        margin-left: 2%;
        margin-right: 2%;
    }
    
    
    .btn-cal {
        display: none;
    }

    .menu>a>img {
        width: 20px;
    }

    .menu-l>a>img {
        width: 30px;
    }

    .hero {
        display: none;
    }

    .hero-m {
        margin-top: 65px;
        display: block;
        width: 100%;
        text-align: center;
        font-family: flame-bold;
    }

    .hero-img-m>img {
        width: 100%;
    }

    .hero-m>button {
        width: 95%;
        margin-top: 15px;
    }


    .card-s {
        margin-top: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card-sec {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-top: 30px;
        flex-wrap: wrap;
        margin-bottom: 200px;
        width: 95%;
    }

    .footer-top {
        display: none;
    }

    .footer-top-m {
        display: block;
        background-color: #EBE2D3;
    }

    .f-t-i-h {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .f-t-h {
        width: 60%;
    }

    .f-t-h>h1 {
        font-family: flame-bold;
    }

    .f-img-m {
        width: 30%;
    }

    .f-img-m>img {
        width: 100%;
        margin-top: -40px;
    }

    .f-t-btn-m {
        display: flex;
        justify-content: center;
        flex-direction: row;
        gap: 20px;
        margin-top: 20px;
        width: 100%;
    }

    .f-t-btn-m>a>img {
        width: 130px !important;
    }

    .f-content-m>p {
        width: 95%;
        text-align: center;
        font-family: flame-regularSans;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .f-content-m {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .footer-mid {
        display: none !important;
    }

    .footer-mid-m {
        height: 70px !important;
        display: block;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        background-color: #502314 !important;
        height: 50px;
        font-family: flame-regularSans;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 60px;
    }

    .footer-mid-m>p {
        margin-bottom: 0px !important;
        color: #ffffff;
        text-align: center;
    }

    .footer-mid-m>p>a {
        color: #ffffff !important;

    }
}