/* color variable */

:root{
    --red:#f42625;
    --white:#ffffff;
    --black:#000000;
    --green: #28a745;
}

/* navbar styling */
#navbar-items{
    gap: 30px;
}
#navbar{
    padding: 0px 10px;
}

#main-logo{
    width: 165px;
}
.nav-link{
    text-decoration: none;
}
#franchise{
    background-color: transparent;
    border: 1px solid white;
    padding: 15px 25px;
    cursor: pointer;
    border-radius: 30px;
}
#franchise:hover {
    box-shadow: 0px 0px 10px #fff;
}
#franchise2:hover {
    box-shadow: 0px 0px 10px #fff;
}
#franchise2 {
    background-color: transparent;
    border: 1px solid white;
    padding: 15px 25px;
    cursor: pointer;
    border-radius: 30px;
    margin-left: 100px;
}
#order-online{
    background-color: var(--red);
    border: 0px;
    padding: 15px 20px;
    cursor: pointer;
}
#order-online:hover {
    background-color: #f42625;
    box-shadow: 0px 0px 10px #f42625;
}

#red{
    color: var(--red);
}
#btn-icon{
    padding: 5px 7px; 
}

#children-images{
    gap: 30px;
}


.margin-right {
    margin-right: 100px;
}
.margin-left {
    margin-left: 100px;
}

.margin-top{
    margin-top: 8px;
}

.margin-top-sm {
    margin-top: 60px;
}

.font2 {
    font-family: Cambria;
    font-size: 40px;
}

.font3 {
    font-family: Cambria;
    font-size: 20px;
}
#font-light{
    font-weight: lighter;
}
.header-one img {
    width: 100%;
}

.img-pad {
    padding: 30px;
    margin: 12px;
    border-radius: 10px;
}

/* section3 start */

/* .sec-box {
    width: 100%;
    height:600px ;
    background-color: #0f0f0f;
} */
/* #Section3 {
    background-color: #0f0f0f;
    width: 100%;
    height: 1000px;
} */

.letter-space {
    letter-spacing: 8px;
}

.green {
    color: var(--green);
}    
/* section3 end */

/* section7 started */

.location-box {
    width: 350px;
    height: 275px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;

}

.location-box img {
    background-color: transparent;
}

/* section6 Ended */

/* section8 started */

.feedimages {
    width: 221px;
    height: 221px;
}

.margin-left2 {
    margin-left: 80px;
}
.margin-right2 {
    margin-right: 80px;
}
/* section8 Ended */

/* about section start */

#aboutbox {
    width: 350px;
    height: 440px;
    background-color: #0f0f0f;
}

.aboutimg {
    margin-left: -17px;
    margin-top: -14px;
    border-radius: 10px;
}

i:hover {
    color: #f42625;
    transition: 0.3s ease-in-out;
}

a:hover {
    color: #f42625;
    transition: 0.2s ease-in-out;
}

a {
   text-decoration: none; 
}

#book1 {
    border: 1px solid grey;
    margin-top: 80px;
}
#book2 {
    border: 1px solid grey;
    margin-top: 80px;
}
#book1:hover {
    box-shadow: 0px 0px 10px #fff;
    border: 1px solid #28a745;
    transition: 0.3s ease-in-out;
}
#book2:hover {
    box-shadow: 0px 0px 10px #ffffff;
    border: 1px solid #28a745;
    transition: 0.3s ease-in-out;
}

.star-icon {
    font-size: 15px;
}

#star-box {
    width: 600px;
    margin-left: 380px
}

input {
    width: 540px;
    height: 44px;
    background-color: #fff;
    border: none;
    color: #000000;
    border-radius: 5px;
}
select {
    width: 540px;
    height: 44px;
    background-color: #fff;
    border: none;
    color: #000000;
    border-radius: 5px;
}
#form-box {
    width: 600px;
    margin-left: 410px;
}


/* about section eneded */

