@font-face {
    font-family: "Bebas-Regular";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Bebas-Regular.otf") format("opentype");
  }

  @font-face {
    font-family: "Dubai-Regular";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Dubai-Regular.ttf") format("truetype");
  }

  @font-face {
    font-family: "Dubai-Bold";
    font-style: bold;
    font-weight: 500;
    src: url("../fonts/Dubai-Bold.ttf") format("truetype");
  }

body{
    overflow-x:hidden;
}

.main{
    display: flex;
    flex-direction: column;
    background-color: #57a286;
    height: 100vh;
    margin:0;
    padding:0;
    justify-content: center;
    align-items: center;

}

.logo1{
    max-width: 32%;
}

.h1{
    color: white;
    margin: 0;
    font-size: 4.8rem;
    font-weight: 400;
    font-family:  'Bebas-Regular';
}

.h2{
    color: white;
    margin: 0;
    font-size: 6.8rem;
    font-family:  'Bebas-Regular';
}

.header-div{
    display: flex;
    flex-direction: row;
    gap:20px;
    position: relative;
    justify-content:center;
}

.animation-bounce{
    animation: bounce;
    animation-duration: 1.2s;
}

.animation-fade{
    animation:fadeIn;
    animation-duration: 1.5s;
}

.animation-down{
    animation: backInDown;
    animation-duration: 1.2s;
}

.animation-left{
    animation: backInLeft;
    animation-duration: 1.2s;
}

.animation-right{
    animation: backInRight;
    animation-duration: 1.2s;
}

.header-div2{
    display: flex;
    flex-direction: column;
    width:50%;
    margin-top:10%;
}

.f1 {
    position: absolute;
    width: 23%;
    top:0;
    left:0;

}

.f2{
    position: absolute;
    right: 0;
    width: 23%;
}

.f3{
    position: absolute;
    bottom:0;
    right:65%;
    width: 28%;
}


.div2-h{
    font-size: 3.5rem;
    color:#3c2313;
    font-family:  'Bebas-Regular'
}

.ftext-img{
    width: 25%;
}

.div2-p{
    color: #57a286;
    font-weight: 700;
    max-width: 60%;
    font-family: "Dubai-Bold";

}

.div4-p{
    color: #57a286;
    font-weight: 700;
    max-width: 80%;
    font-family: "Dubai-Bold";
}

.div4-ul{
    color: #57a286;
    font-size: x-large;
    font-weight: 600;
    font-family: "Dubai-Bold";
}


.div2-bh{
    color: #57a286;
    font-size: 45px;
    border: 1px solid #57a286;
    padding:10px;
    font-family:  'Bebas-Regular';
    width:83%;
}

.div4-bh{
    color: black;
    font-size: 15px;
    border: 1px solid #57a286;
    padding:10px
}

.div4-bh span{
    font-size: 18px;
    font-family: "Dubai-Bold";
}

.fullbg{
    height: 80vh;
    background-image: url(../img/franchise/fullbg.png);
    background-size: cover;
}

.mv{
    color: white;
}

.mission-p{
    font-size: 20px;
    font-family: "Dubai-Bold";
}

.journey-div{
    background-color: #57a286;
    font-family:  'Bebas-Regular'
}

.journey-img{
    width: 50%;
}

.journey-p{
    color: white;
    width: 50%;
    font-family: "Dubai-Bold";
}
.journey-p span{
    font-size: larger;
    font-family: "Dubai-Bold";
}

.container-fluid{
    padding:0;
}

.partners-img{
    width: 60%;
}

.join-div{
    height: 100vh;
    background-image: url(../img/franchise/joinus.png);
    background-size: cover;
    background-blend-mode: color-burn;
    background-color: rgba(0, 0, 0, 0.5);
    font-family:  'Bebas-Regular'
}

.join-div h1 {
    color: white;
    font-size: 5rem;
    text-align: center;
}

.join-div h2 {
    color: white;
    font-size: 1.4rem;
    width: 35%;
    text-align: center;
}

.stores img{
    max-height: 300px;
    min-width: 220px;
}

.big-h{
    font-size: 200px;
    line-height: 156px;
}

.big2-h{
    font-size: 120px;
    line-height: 156px;
}

.mobile-img{
    width: 300px;
    height: 600px;
}

.INVESTMENT h2,
.INVESTMENT h4,
.INVESTMENT h6 {
    color: #57a286;
    font-size:1.2rem;
}

.INVESTMENT p{
    color:#3c2313;
    font-family: "Dubai-Regular";
}

.price{
    color:#3c2313 !important;

}

.inner-p{
    font-size: 15px;
    font-family: "Dubai-Regular";
}

.franchise{
    max-width: 70%;
}

.OFFER h4{
    color: #3c2313;

}

.offer-row{
    width: 70%;
}

.offer-row h5{
    color:#57a286 ;
}

.elg h6{
    color: #57a286;
    font-size: 18px;
}

.training h5{
    color: #3c2313;
    font-weight: 600;
}

.training h4{
    color: #57a286;
}

.training h6{
    color: #3c2313;
}

.steps{
    width: 35%;
    text-align: center;
    align-self: center;
    color: #57a286;
}
.steps2 h3{
    color: white;
  background-color: white;
  text-shadow: -1px -1px 0 #57a286, 1px -1px 0 #57a286, -1px 1px 0 #57a286, 1px 1px 0 #57a286;
}

.steps2 h4{
    color: #57a286;
}
.steps2 h4 span{
    color: #3c2313;
    font-size: 16px;
    font-family: "Dubai-Bold";
}

.fh-form{
    border-radius: 20px;
    padding:30px;
    background-color: #b7d8cf;
    display: flex;
    flex-direction: row;
}

.fh-form h3{
    margin-top: 50%;
    color: #4d9f89;
    font-size:3rem;
    font-family:  'Bebas-Regular';
    display:flex;
    text-align:center;
}

.input-franchise{
    border: 0px;
    width: 50%;
}

.button-franchise{
    width: 50%;
    border: 0px;
    padding:10px;
    text-align: center;
    font-weight: 600;
    background-color: #8ac0b1;
    font-family: "Dubai-Bold";
}
.ml-l{
margin-left:-25px;
}


@media (max-width: 900px) {
.big2-h{
    font-size: 100px;
    line-height: 90px;
}

.ml-l{
margin-left:auto;
margin-right:auto;
}
.f1{
    width:50%
}

.logo1{
    max-width: 72%;
}

.h1{
    font-size: 15vw;
}

.h2{
    font-size: 15vw;
}

.f2{
    display: none;
}

.f3{
    width: 70%;
    right: 0%;
}

.div2-h{
    font-size: 40px;

}

.div2-p{
    max-width: 100%;
}

.main2{
    height: auto;
}

.div2-bh{
    font-size: 30px;
    margin-top: 70%;
    font-family:  'Bebas-Regular';
}

.ftext-img{
    width: 40%;
}

.stores img{
    height: auto;

}

.big-h{
    font-size: 120px;
    line-height: 88px;
}
div{
    max-width: 100%;
}

.ms{
    text-align: center;
}

.journey-img{
    width: auto;
    margin-left: 30px;
}

.div4-p{
    max-width: 100%;
}

.why-div{
    flex-direction: column !important;
}

.partners-img{
    width: auto;
}

.tech{
    flex-direction: column !important;
}

.steps{
    width: 100%;
}

.fh-form{
    border-radius: 20px;
    padding:30px;
    background-color: #b7d8cf;
    display: flex;
    flex-direction: column;
}

.input-franchise{
    border: 0px;
    width: 100%;
}

.button-franchise{
    width: 100%;
    border: 0px;
    padding:10px;
    text-align: center;
    font-weight: 600;
    background-color: #8ac0b1;
}
.fh-form h3{
    margin-top: 10%;
    text-align: center;
    color: #4d9f89;
}

.stores-img{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

}