:root{
    --black: #000000;
    --white: #ffffff;
    --red:   #ed1c24;
    --green: #28a745;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --secondary: #6c757d;
    --dark: #343a40;
}
html{
    font-size: 62.5%;
}
*{
    padding: 0!important;
    margin: 0!important;
    box-sizing: border-box!important;
}
body{
    background-color: var(--black)!important;
    color: var(--white)!important;
    font-family: 'Lato', sans-serif;
}
.notextdeco{
    text-decoration: none;
    color: inherit;
}
.listtypenone{
    list-style-type: none;
}
#logo{
    height: 7.5rem;
}
#bar{
    display: none;
}
#header{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 0px 2rem 0px;
}
.navbar{
    display: flex;
    gap: 4rem;
    font-size: 1.6rem;
    font-weight: 600;
    flex-wrap: wrap;
    justify-content: center;
}
.navbar-items{
    display: flex;
    gap: 3rem;
    align-items: center;
}
#buttons{
    display: flex;
    gap: 2rem;
    align-items: baseline;
}
#firstbutton{
    padding: 1.5rem 3rem 1.5rem 3rem!important;
    border: 1px solid var(--white);
    border-radius: 3.5rem;
}
#secondbutton{
    background-color: var(--red);
    color: var(--white);
    border: none;
    padding: 1.6rem 2.2rem 1.6rem 2.2rem!important;
    border-radius: 2.5rem;
}
.secondbutton-arrow{
    background-color: #fff;
    color: #dc3545;
    padding: 6px 7px!important;
    border-radius: 23px;
    margin-left: 7px!important;
}
#firstbutton:hover{
    color: var(--white);
    background-color: var(--red);
    border: none;
}
#secondbutton:hover{
    color: var(--white);
    background-color: var(--black);
    border: 1px solid var(--white);
}
#banner{
    width: 100%;
}
.hover{
}
.hover:hover{
    color: var(--red);
}
#welcome-outside{
    padding-top: 5%;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    padding-bottom: 10%;
}
#welcome-main{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}
#welcome-text{
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: 2px;
    display: block;
    line-height: 5rem;
}
.logo-text{
    font-size: 5.2rem;
    letter-spacing: 1px;
    line-height: 6.2rem;
    color: var(--red);
    font-family: 'Black Ops One', system-ui;
}
.order-now{
    font-size: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 17.4rem;
    margin: auto;
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
    border-radius: 37px;
    text-align: center;
}
.order-now:hover{
    border: none;
    background-color: var(--red);
}
.order-images-list{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
#product-brand{
    display: flex;
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
}
.order-images{
    background-color: var(--white);
    border-radius: 5px;
    padding: 5px 19px!important;
    width: 250px;
    height: 140px;
}
#product-brand-main{
    width: 80%;
    margin: auto;
    text-align: center;
}
#first-franchise-outside{
    background-color: rgba(255, 255, 255, 0.06);
    padding-top: 5%!important;
    padding-bottom: 5%!important;
    gap: 5rem!important;
}
#large-s{
    position: absolute;
    right: 32px;
    top: 32px;
    width: 23%;
}
.first-franchise-main-text{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
    width: 80%;
    margin: 0 auto!important;
    align-items: center;
}
.franchise-text{
    font-size: 5.2rem;
    font-family: 'Black Ops One', system-ui;
}
.franchise-text2{
    font-size: 4.8rem;
    font-family: 'Lato' , sans-serif;
}
.franchise-text3{
    font-family: 'Lato' , sans-serif;
    text-transform: capitalize;
    font-size: 2.6rem;
    line-height: 3.1rem;
    color: var(--white);
}
.welcome-description{
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.9rem;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.7);
}
#first-franchise-main{
    gap: 4.5rem;
    flex-direction: column;
    display: flex;
    width: 71.5%;
    margin: 0 auto;
    text-align: center;
}
.first-franchise-main-side-text-one{
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 0.48em;
    color: var(--red);
    margin-bottom: 8px;
    display: block;
}
.first-franchise-main-first{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4.5rem;
}
.first-franchise-main-side-text-two-a{
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 2.9rem;
    text-align: center;
    font-family: 'Black Ops One', system-ui;
}
.first-franchise-main-side-text-two{
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 3.8rem;
    margin-bottom: 24px;
    font-weight: 400;
    display: block;
}
.first-franchise-main-side{
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6rem;
}
.first-franchise-main-side-text-three{
    font-family: 'Lato' , sans-serif ;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.9rem;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
}
.first-franchise-main-side-text-four{
    font-family: 'Lato' , sans-serif ;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.9rem;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.7);
}
.fa-phone{
    transform: rotate(0deg);
}
.first-franchise-first-button{
    font-size: 1.4rem;
    padding: 1.5rem 3rem 1.5rem 3rem!important;
    border: 1px solid var(--white);
    border-radius: 35px;
}
.first-franchise-first-button:hover{
    color: var(--white);
    background-color: var(--red);
    border: none;
}
#first-franchise-img-one{
    width: 50%;
    border-radius: 10px;
}
#first-franchise-img-two{
    width: 50%;
    border-radius: 10px;
}
#first-franchise-img-three{
    width: 50%;
    border-radius: 10px;
}
#first-franchise-main-second{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4.5rem;
}
#second-franchise-outside{
    background-color: #000000;
    padding-top: 5%!important;
    padding-bottom: 5%!important;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
#large-p{
    position: absolute;
    left: 32px;
    top: 32px;
    width: 23%;
}
#large-blur{
    height: 900px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 29%;
    z-index: 0;
}
#second-franchise-main{
    z-index: 5;
    gap: 4.5rem;
    flex-direction: column;
    display: flex;
    width: 80%;
    margin: 0 auto !important;
    text-align: center;
}
.second-franchise-main-side-text-one{
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.5rem;
    letter-spacing: 0.48em;
    color: var(--red);
    margin-bottom: 8px;
    display: block;
}
.second-franchise-main-first-a{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}
#second-franchise-main-first{
    flex-wrap: wrap;
    column-gap: 4rem;
    row-gap: 3.9rem;
    display: flex;
    justify-content: center;
}
.second-franchise-one{
    height: 250px;
    width: 350px;
}
.second-franchise-main-side-text-two{
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-bottom: 18px;
    display: block;
}
.second-franchise-main-side-text-two-a{
    font-family: 'Black Ops One', system-ui;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;
}
.second-franchise-main-side-text-three{
    margin: 0 auto;
    font-family: 'Lato' , sans-serif ;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px;
}
.second-franchise-main-side-text-four{
    font-family: 'Lato' , sans-serif ;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px;
}
.fa37{
    transform: rotate(-37deg);
}
#promotion-section{
    background-color: #0f0f0f;
    padding-top: 5rem!important;
    padding-bottom: 5rem !important;
}
#promotion-section-head{
    padding-bottom: 3.5rem !important;
}
#promotion-section-main{
    gap: 4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
#promotion-section-side{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#promotion-section-side-text-one{
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 0.48em;
    color: #ED1C24;
    margin-bottom: 8px;
    display: block;
}
#promotion-section-side-text-two{
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 3.8rem;
    color: #FFFFFF;
    margin-bottom: 24px;
    display: block;
}
#promotion-section-side-text-two-a{
    font-family: 'Black Ops One', system-ui;
    font-style: normal;
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 2.9rem;
    text-align: center;
    color: #FFFFFF;
}
#promotion-section-side-text-three{
    font-family: 'Lato' , sans-serif ;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.9rem;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
}
#promotion-section-side-text-four{
    font-family: 'Lato' , sans-serif ;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.9rem;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
}
#promotion-section-first-button{
    font-size: 1.4rem;
    padding: 15px 30px 15px 30px !important;
    border-radius: 35px;
    background-color: var(--green);
}
#promotion-section-first-button:hover{
    color: var(--white);
    background-color: var(--red);
    border: none;
    border: 1px solid var(--white);
}
#promotion-section-first-button-arrow{
    background-color: #fff;
    color: var(--green);
    padding: 6px 7px !important;
    border-radius: 23px;
    margin-left: 7px !important;
}
#promotion-section-first-button-arrow:hover{
    color: #dc3545;
}
#franchise-express-section{
    padding-bottom: 5% !important;
    padding-top: 5% !important;
    width: 80%;
    margin: 0 auto;
}
.first-express-main-text{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
    align-items: center;
}
#franchise-express-section-main-in{
    display: flex;
    justify-content: space-between;
    row-gap: 3rem;
    flex-wrap: wrap;
}
#franchise-express-section-main{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.card{
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-content: center;
}
.franchise-express-card-text-one{
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2rem;
    letter-spacing: 0.48em;
    color: #ED1C24;
    margin-bottom: 8px!important;
    display: inline-block;
}
.franchise-express-card-text-two{
    font-family: 'Black Ops One', system-ui;
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 3rem;
    text-align: center;
    color: #000000;
    display: block;
}
.franchise-express-card-text-three{
    font-family: 'Lato' , sans-serif ;
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 3rem;
    text-align: center;
    color: #000000;
}
.franchise-express-card-text-four{
    font-family: 'Lato' , sans-serif ;
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 2.9rem;
    text-align: center;
    color: #000000;
    display: block;
}
.franchise-express-card-text-five{
    font-family: 'Lato' , sans-serif ;
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 2.9rem;
    text-align: center;
    color: #000000;
}
.card-location-img{
    display: block;
    margin: 0 auto !important;
}
.bg-white{
    background-color: var(--white);
    border-radius: 7px;
}
.card-inside{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.franchise-express-one{
    height: 25rem !important;
    width: 31%;
}
#insta-section{
    width: 100%;
    text-align: center;
    padding-bottom: 4% !important;
}
#insta-section-main{
    display: flex;
    flex-direction: column;
    gap: 4rem;

}
#insta-section-text-one{
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 5rem;
}
/* #insta-section-main-body{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 4rem;
    column-gap: 3rem;
} */
.insta-imgs{
    height: 250px;
    width: 250px;
}
#page-bottom{
    background-color: #0f0f0f;
    width: 100%;
    position: relative;
}
.footer{
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto !important;
    flex-wrap: wrap;
    padding: 4% 0 3% 0 !important;
}
#large-s-black{
    height: 33rem;
    position: absolute;
    bottom: 0rem;
    left: -4rem;
}
#logo-footer{
    width: fit-content;
    height: 7.5rem;
}
#para-footer{
    font-family: 'Lato' , sans-serif ;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.03em;
}
#logo-side{
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.pr-5{
    padding-right: 10px !important;
}
.site-links-top{
    font-family: 'Lato' , sans-serif ;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: rgb(255, 255, 255);
}
.site-links-top:hover{
    color: var(--red);
}
.site-links{
    width: 15%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.site-links-2{
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.noliststyle{
    list-style-type: none;
}
.d-flex-footer{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.footerlinks1{
    font-family: 'Lato' , sans-serif ;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: rgba(255, 255, 255,0.6);
}
.footerlinks1:hover{
    color: var(--white);
}
.footer-social-media-links{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.1rem;
    height: 4.1rem;
    background: #ED1C24;
    color: #fff;
    border-radius: 5.1rem;
}
.footer-social-media{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-social-media-links-i{
    color: #ffffff;
    font-size: 1.7rem;
}
.fab{
    font-family: Font Awesome\ 5 Brands;
    }
.block{
    display: block;
}
.follow-us{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-images{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.copyright-section{
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    width: 90%;
    margin: 0 auto !important;
    padding: 10px 0 !important;
}
.copyright-section-left-text-one{
    font-family: 'Lato' , sans-serif ;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.7);
}
.copyright-section-left-text-two{
    font-family: 'Lato' , sans-serif ;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.7);
}
.banner-mobile{
    display: none;
}

@media(max-width:1400px){
    #second-franchise-main{
        width: 90%;
    }
    #first-franchise-main{
        width: 80%;
    }
}
@media(min-width:1401px){
    #first-franchise-main{
        width: 75%;
    }
}
@media(min-width:1520px){
    #first-franchise-main{
        width: 71.5%;
    }
}
@media(max-width:1250px){
    #first-franchise-img-two{
        order: 2;
    }
    #first-franchise-main-second {
        justify-content: space-between;
    }
}

@media(max-width:1550px){
    html{
        font-size: 62.5%;
    }
    #promotion-section-img{
        width: 67.65rem;
        height: 39.48rem;
    }
}
@media(max-width:1500px){
    html{
        font-size: 61.5%;
    }
}
@media(max-width:1450px){
    html{
        font-size: 60.5%;
    }
}
@media(max-width:1400px){
    html{
        font-size: 59.5%;
    }
}
@media(max-width:1350px){
    html{
        font-size: 58.5%;
    }
}
@media(max-width:1300px){
    html{
        font-size: 58%;
    }
}
@media(max-width:1287px){
    html{
        font-size: 58%;
    }
    #second-franchise-main-first{
        row-gap: 5.9rem;
    }
}
@media(max-width:1250px){
    html{
        font-size: 57%;
    }
}
@media(max-width:1200px){
    html{
        font-size: 56%;
    }
}
@media(max-width:1150px){
    html{
        font-size: 55%;
    }
}
@media(max-width:1130px){
    html{
        font-size: 55%;
    }
    #promotion-section-img{
        width: 77.65rem;
        height: 44.48rem;
        margin: 0 auto !important;
    }
    #promotion-section-side{
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 60%;
        margin: 0 auto !important;
    }
    #promotion-section-side-main{
        text-align: center;
    }
}

@media(max-width:1100px){
    html{
        font-size: 54%;
    }
}
@media(max-width:950px){
    html{
        font-size: 50%;
    }
    #first-franchise-img-one{
        width: 90%;
        margin: 0 auto!important;
    }
    #first-franchise-img-two{
        width: 90%;
        margin: 0 auto!important;
    }
    #first-franchise-img-three{
        width: 90%;
        margin: 0 auto!important;
    }
    .first-franchise-main-side{
        margin: 0 auto!important;
        align-items: center;
        text-align: center;
    }
}
@media(max-width:900px){
    #firstbutton{
        display: none;
    }
    #buttons{
        align-items: center;
    }
    .navbar-items{
        display: none;
    }
    #header{
        margin: 0 auto!important;
        width: 92%;
        justify-content: space-between;
    }
    #bar{
        display: block;
        font-size: 2.5rem;
    }
}



@media(max-width:800px){
    html{
        font-size: 45%;
    }
    #first-franchise-img-one{
        width: 90%;
        margin: 0 auto!important;
    }
    #first-franchise-img-two{
        width: 90%;
        margin: 0 auto!important;
    }
    #first-franchise-img-three{
        width: 90%;
        margin: 0 auto!important;
    }
    .franchise-express-one{
        height: 25rem;
        width: 45%;
    }
}
@media(max-width:768px){
    .banner-pc{
        display: none;
    }
    .banner-mobile{
        display: block;
    }
}



@media(max-width:900px){
    .follow-us{
        width: 50%;
        justify-content: center;
        text-align: center;
        margin: 0 auto !important;
    }
    .footer-social-media {
        justify-content: center;
        gap: 10px;
    }
    .footer-images {
        align-items: center;
    }
    .footer{
        row-gap: 30px;
    }
    #logo-side {
        width: 35%;
    }
    .site-links-2 {
        width: 30%;
    }
}
@media(max-width:665px){
    #second-franchise-main-first {
        justify-content: center;
    }
}
@media(max-width:600px){
    html{
        font-size: 40%;
    }
    .order-images{
        padding: 5px 15px!important;
        width: 240px;
        height: 130px;
    }
    #first-franchise-img-one{
        width: 100%;
        margin: 0 auto!important;
    }
    #first-franchise-img-two{
        width: 100%;
        margin: 0 auto!important;
    }
    #first-franchise-img-three{
        width: 100%;
        margin: 0 auto!important;
    }
    .franchise-express-one{
        height: 25rem;
        width: 80%;
    }
    #franchise-express-section-main-in {
        justify-content: center;
    }
}
@media(max-width:510px){
    #promotion-section-img{
        width: 100%;
        margin: 0 auto !important;
    }
}
@media(max-width:400px){
    .second-franchise-one{
        width: 48rem;
        height: 32rem;
    }
}

@media(max-width:350px){
    .second-franchise-one{
        width: 45rem;
        height: 30rem;
    }
}