*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
    text-transform: capitalize;
}
a{
    color: var(--white);
    text-decoration: none;
}
:root{
    --black:#000000;
    --white:#ffffff;
    --red:#ed1c24;
    --green:#28a745;
    --gray:#131212;
}
span{
    font-family: 'Courier New', Courier, monospace;
}
@font-face {
    font-family:futurck ;
    src: url();
}
body{
background-color: var(--black);
color: var(--white);
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* navbar :start */
.min-logo{
    width: 145px;;
    height: 125px;
    padding: px 0px;
    margin-right: 100px;
}
.nav-items > a {
color: var(--white);
font-size: 1.9rem;
text-decoration: none;


}
nav{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 10px opx;
    align-items: center;
}
.nav-items{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;

}
.frenchise-btn{
    background-color: transparent;
    color: var(--white);
    border: 1px solid #585353;
    border-radius: 30px;
    padding: 10px 15px;
    text-transform: capitalize;
}
.oredr-btn{
background-color: var(--red);
color: var(--white);
border: 1px solid #2e2d2d;
padding: 15px 10px;
border-radius: 30px;
text-transform: capitalize;
}
/* navbar endded */

/* main strat  */
.main-1{
    font-size: 2.7rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 50px;
    display: flex;
    justify-content: center;
}
.main-2{
display: flex;
justify-content: center;
    
}
.form-container {
    width: 80%;
    max-width: 1000px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    position: relative;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #ccc;
}

input {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

input.error {
    border: 2px solid #a00;
}

.error-icon {
    position: absolute;
    right: 10px;
    top: 42px;
    color: red;
    font-size: 16px;
}

button[type="submit"] {
    background-color: gold;
    color: black;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
}
/* main endded  */
/* foter strat  */
.sa-2{
    font-size: 2.7rem;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 80px ;
}

.last{
    margin: 50px 100px;
    display: flex;
    gap: 40px;
    
    
}
.last-1{
    width: 450px;
    font-size: 1.6rem;
    color:  #585353;
   
}
.last-2{
    width: 300px;
    font-size: 1.6rem;
    
   
}
.last-2>a{
    color: #585353;
    text-decoration: none;
    font-size: 1.6rem;
}
.last-3{
    width: 250px;
    font-size: 1.3rem;
    
   
}
.last-3>p{
    color: #585353;
    text-decoration: none;
}
.footer_socail_links {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
    }

    .footer_socail_links a {
        display: flex;
        align-items: center;
        margin-right: 8px;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: #ED1C24;
        color: #fff;
        border-radius: 50px;
    }

    .footer_socail_links a i {
        color: #ffffff;
        font-size: 17px;
    }
/* foter endded  */




