
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

.fa-solid{
    font-size: 40px;
}

.nav-item {
    padding: 0.9em;
}
.navbar{
    position:fixed;
    width:100%;
    z-index: 1000000;
    top:0;
    background-color:#f1f1f1 !important;
}



.navbar-brand {
    padding-left: 8rem;
    font-family: "Lobster", serif;
    font-size: 2rem;
    color: black;
}
.navbar-brand:hover{
    color:purple;
}
.nav-link{
    margin-right: 10px;
    margin-left: 10px;
    color: black;
    font-size: 20px;
    font-family:'Rubik',sans-serif;
    text-transform: uppercase;
}

.nav-link:hover {
    color:blue;
}

.main{
    background-image: url(../images/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    width: 100%;
    background-position: 50% 50%;
    margin-top:60px;

}
.main h1{
    font-size: 4rem;
    font-weight: 700;
}
.main h3{
    font-size: 2rem;
    font-weight: 500;
}
.btn{
    height: 45px;
    width: 35%;
    border: none;
    outline: none;
    background-color: rgb(248,26,92);
    color: white;
    font-weight: 700;
    border-radius: 60px;

}
.main-2{
    display: flex;
    flex-direction: row;
    justify-content: space-around;


}
.main-2 h6{
    font-size: 3rem;
    font-weight: 800;
    font-family: 'Rubik',sans-serif;
    padding-left: 100px;
    margin-top: 100px;

}
.main-2 h2{
    font-size: 2rem;
    font-weight: 300px;
    padding-left: 100px;
    font-family: "Lobster", serif;;
}
.main-2 p{
    padding-left: 100px;
    text-align: justify;

}
.image img{
    height: auto;
    width: 700px;
    margin-left: 200px;
}
.card:hover{
    box-shadow: -2px -3px 25px -4px rgba(0,0,0,0.75);
-webkit-box-shadow: -2px -3px 25px -4px rgba(0,0,0,0.75);
-moz-box-shadow: -2px -3px 25px -4px rgba(0,0,0,0.75);
transition: 0.5s;
}
.image-2 img{
    height: 450px;
    width: 400px;
}


.text-2 h6{
    font-size: 2rem;
    font-weight: 600;
}
.text-2 p{
    font-size: 1.5rem;
    font-weight: 400;
}
.text h3{
    margin-top: 100px;
    font-size: 2rem;
    font-weight: 800;
}
.text h6{
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Patua One", serif;
}
.chef h1{
    margin-top: 100px;
    font-size: 2rem;
    font-weight: 800;
}
.chef p{
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Patua One", serif;

}

.new-4{
    background-color: rgba(0,0,0,0.815);
    overflow-x: hidden;
    margin-top: 100px;
}
.column{
    color:#dd2476;
    font-size:20px;
    }
.column i+i{
    padding: 0 0.5em;

}
.pad{
    margin-top: 27px;

}


.testimonial-section {
    text-align: center;
    padding: 50px 20px;
}

.testimonial-section h1 {
    font-size: 2.5em;
    color: royalblue;
    margin-bottom: 20px;
}

.testimonial-carousel {
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    scroll-behavior: smooth;
    flex-wrap: nowrap; 
}

.testimonial-card {
    min-width: 300px;
    margin: 0 10px;
    padding: 20px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: center;
}

.testimonial-card:hover {
    transform: scale(1.05);
}

.client-image {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid royalblue;
}

.client-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-text {
    font-size: 1.2em;
    font-style: italic;
    margin-bottom: 15px;
}

h3 {
    font-size: 1.3em;
    margin: 10px 0 5px 0;
    color: #333;
}

.client-role {
    font-size: 0.9em;
    color: gray;
}

.contact-form{
    background: #fff;
    margin-top: 100px;
    margin-bottom:100px;
    width: 70%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 0.5rem;
    padding: 2%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}
.contact{
    background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
}




@media screen and (max-width:600px) {

    .main h1{
        font-size:2rem;
        font-weight:600;
    }
    .main h3{
        font-size: 1rem;
        font-weight:400;
    }
    .btn{
        height: 45px;
        width: 45%;
        border: none;
        outline: none;
        background-color: rgb(248,26,92);
        color: white;
        font-weight: 500;
        border-radius: 50px;
}
.navbar-brand {
    padding-left: 0rem;
    font-family: "Lobster", serif;
    font-size: 2rem;
    color: black;
}
 

.main-2 h6{
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Rubik',sans-serif;
    padding-left: 20px;
    margin-top: 100px;

}
.main-2 h2{
    font-size: 1.5rem;
    font-weight: 300px;
    padding-left: 20px;
    font-family: "Lobster", serif;;
}
.main-2 p{
      text-align:justify;
      padding-left: 10px;
      padding-right: 10px;
}

.main{
    background-image: url(../images/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height:auto;
    width: 100%;
    background-position: 50% 50%;
}
.testimonial-carousel {
    flex-wrap: wrap; 
    justify-content: center; 
}

.testimonial-card {
    flex: 1 1 90%; 
    margin: 10px 0; 
}
.contact-form .btnContact {
    width: 60%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.navbar{
    position:fixed;
    width:100%;
    z-index: 1000000;
    top:0;
}


}
@media only screen and (max-width:768px){
    .main h1{
        font-size:2rem;
        font-weight:600;
    }
    .main h3{
        font-size: 1rem;
        font-weight:400;
    }
    .btn{
        height: 45px;
        width: 55%;
        border: none;
        outline: none;
        background-color: rgb(248,26,92);
        color: white;
        font-weight: 500;
        border-radius: 50px;
}
.navbar-brand {
    padding-left: 0rem;
    font-family: "Lobster", serif;
    font-size: 2rem;
    color: black;
}

.main-2{
    display: flex;
    flex-direction:column;
    
}
.main-2 h6{
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Rubik',sans-serif;
    padding-left: 20px;
    margin-top: 100px;

}
.main-2 h2{
    font-size: 1.5rem;
    font-weight: 300px;
    padding-left: 20px;
    font-family: "Lobster", serif;;
}
.main-2 p{
      text-align:justify;
      padding-left: 10px;
      padding-right: 10px;
}

.image img{
    height:auto;
    width: 500px;
    margin-left:200px;
    padding-right: 100px;


}
.main{
    background-image: url(../images/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height:auto;
    width: 100%;
    background-position: 50% 50%;
}
.testimonial-carousel {
    flex-wrap: wrap; 
    justify-content: center; 
}

.testimonial-card {
    flex: 1 1 90%; 
    margin: 10px 0; 
}
.contact-form .btnContact {
    width: 60%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.navbar{
    position:fixed;
    width:100%;
    z-index: 1000000;
    top:0;
}
.image-2 img{
    height:auto;
    width: 200px;
}
.contact-form .btnContact {
    width: 70%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.column{
    color:#dd2476;
    font-size:11px;
    }
}
@media only screen and (max-width:425px){
    .image img{
        padding-left: 10px;
        margin-left:0px;
    }
    .image-2 img{
        height: 450px;
        width: 400px;
    }


}

@media only screen and (max-width:375px){
    .image img{
        margin-right: 400px;
        padding-right: 130px;

    }
}
@media only screen and (max-width:320px){
    .image img {
        padding-right:180px;
    }
}

    
 