* {
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
}
body{
    background-color: #F5F5F5;
}

.franchise_main{ 
    height: 100vh;
} 

.franchise_inner{
   min-height: 100vh;
}

.franchise_nav{
    background: rgba(0, 0, 0, 0.12);
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    gap:50px;
    padding-top: 50px;
    position: fixed;     
    top: 0;              
    left: 0;
    width: 100%;
    z-index: 1000; 
    width: 100vw;
}

.franchise_nav img{
    display: flex;
    margin-right:50rem;
    height: 6vh ;
    cursor: pointer;
}

.a{
    display: flex;
    text-decoration: none;
    font-size: large;
    gap:2rem;
    color:rgba(255, 255, 255, 0.781);
    list-style: none;
    font-family: sans-serif;
}

.a a{
    text-decoration: none;
    color:rgba(255, 255, 255, 0.781);
    justify-content: space-around;
    font-weight: 300;
    font-size: 20px;
}

.franchise-conttent {
    text-align: center;
    color: white;
    font-family: cursive;
    align-content: center;
    position: relative;
    height: 100vh;
    overflow: hidden;
    padding-top: 90px;

}
.franchise-content {
    position: relative;
    height: 100vh;
    overflow: hidden;
    padding-top: 90px;

}

.franchise-conttent video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    object-fit: cover;
    z-index: 1;

}
.franchise-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
}

.franchise-inner-content{
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: white;
}

.franchise-content::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}

.franchise-conttent h3{
    text-align: center;
    color: white;
    font-family: cursive;
    font-weight: bolder;
    align-content: center;
    font-size:20px;
    
}

.franchise-inner-content h1{
    text-align: center;
    color: white;
    font-family: cursive;
    font-weight:bolder;
    align-content: center;
    font-size:40px;
    text-transform: uppercase;
    width: 100%;
}

button{
    border:none;
    border-radius: 50px;
    background-color: #FF5672;
    font-size: medium;
    text-decoration: none;
    width: 10vw;
    padding: 5px;
    margin: 10vh 0 1vh 0;
}
button a{
    font-size:20px;
    color: white;
    text-align: center;
    font-family: sans-serif;
    text-decoration: none;
}

button::view-transition-new{
    transition: all 2s;
}
.vedioplay a{
    color:white;
    font-family: sans-serif;
    text-decoration: none;
    font-size: medium;

}

/* secttion 2 */

.f-conttent{
    padding: 0px 50px ;
    margin: 0 10px;
    text-align: center;
    display:block;
    font-family: sans-serif;
}

hr{
    margin: 50px;
    border: solid 2px;
    color:#c77bf4;
}

.f-conttent h1:nth-child(1){
    margin-top:50px 0;
    font-weight:700px;
    margin-top: 170px;
    font-size: 34px;
}

.f-conttent .f{
    margin-top:50px 0;
    font-weight:700px;
    margin: 70px;
    font-size: 34px;
}


.cp1{
    font-weight: 300px;
    font-size: 22px;
    width: 500px;
    margin: 20px auto;
    align-content: center;
    text-align: center;
}
.cp2{
    font-weight: 300px;
    font-size: 22px;
    width: 600px;
    margin: 20px auto;
    align-content: center;
    text-align: center;
}

.keybenifits{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    justify-content: center;
    align-content: space-evenly;
    column-gap: 1px;
}

.keyconttent p{
    margin: 22px;
    font-size: small;
    text-align: justify;
    font-weight: 1vw;
}

.keyconttent h3{
    margin: 22px;
    color: darkslategray;
    font-size:medium;
    font-weight: lighter;
}


/* form section */

.formh5{
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 40px;
    color: #333;
    font-weight: 400;
}
.f-conttent h2{
    text-align: center;
    font-size: 2.8em;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
}
.formcontent{
    display: flex;
    justify-content: space-between;
    padding: 60px 80px;
    gap:60px;
    align-items: center;

}

.formcontent img{
    width: 100%;
    max-width: 900px;
    height: auto;

}

form {
    background-color:#ebeaea;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
}

/* Input Fields */
input[type="text"],
input[type="tel"],
input[type="email"] {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 15px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    background-color: #ffffff;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

input::placeholder {
    color: #999;
    font-size: 14px;
}

input:focus {
    outline: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/* Checkbox Container */
form span {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #333;
    font-size: 13px;
}

/* Checkbox Styling */
input[type="checkbox"] {
    /* margin-right: 2px; */
    display: grid;
    grid-template-rows: auto;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
form,input p{
    font-size:10px;
    align-items: center;
}

/* Submit Button */
input[type="submit"] {
    width: 50%;
    margin: 22px;
    padding: 15px;
    background: linear-gradient(135deg, #ff6b9d 0%, #ff5e8a 100%);
    border: none;
    border-radius: 25px;
    font-size: 1vh;
    font-weight:lighter;
    cursor: pointer;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(255, 107, 157, 0.3);
}

.fq h2{
    margin-bottom: 30px;
   font-size:bold;
   text-align: center;
   justify-content: center;
}
.fq {
    margin-bottom: auto;
    height: 20vh;
    align-content: center;
    justify-content: space-evenly;
}
.fq {
    
    align-items: center;
    margin-bottom: 100px;
}
.fq-conttent{
    display: grid;
    grid-template-columns: 22vw 20vw 20vw;
    margin:0;
    padding: 2vw;
    justify-content: center;
    align-items: center;
    justify-items: center;
    column-gap: 50px;
    font-size:22;

}
.fq-conttent span{
   width: 200%;
   margin: 5px;
}
.fq-conttent img{
    width:20%;
    align-items: center;
}
.fq-conttent div:nth-child(1){
    display: flex;
    align-items: center;
    
}
.fq-conttent div:nth-child(2){
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fq-conttent div:nth-child(3){
    display: flex;
    align-items: center;
}
/* footer section */

.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #C77BF4 0%, #FF5672 100%);
    box-shadow: -5px -5px 19px rgba(0, 0, 0, 0.23);
    height: 50px;
    width: 100%;
    color: white;
    font-size: 15px;
}
