* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.top-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.kitchen-logo img {
    width: 100px;
}

.kitchen-btn .btn {
    background-color: #ba1c1d;
    font-family: 'Open Sans', sans-serif;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: none;
    outline: none;
    font-weight: 600;
}

.kitchen-btn .btn:hover {
    background-color: #ba1c1d;
}

.top-head-name h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #051838;
}

.carousel {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.carousel-inner .carousel-item {
    transition: -webkit-transform 4s ease;
    transition: transform 4s ease;
    transition: transform 4s ease, -webkit-transform 4s ease;
}

.carousel-caption {
    bottom: 200px !important;
}

.carousel-caption h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: whitesmoke;
    background-color: #ba1c1d;
    opacity: 0.8;
}

.modal-body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.modal-header {
    background-color: #ba1c1d;
}

.modal-header h5 {
    color: whitesmoke;
    font-family: 'Montserrat', sans-serif;
}

.modal-header button {
    color: whitesmoke !important;
}

.modal-body .btn {
    background-color: #ba1c1d;
    color: whitesmoke;
    border: none;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}

.modal-body .btn:hover {
    background-color: #ba1c1d;
}

.second-info h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #ba1c1d;
    font-size: 30px;
    line-height: 1.5;
}

.second-info p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    line-height: 1.8;
}



.parallelx {
    background-image: url("../images/kitchen-parallex.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 220px;
}



.service-main .box-icon {
    padding: 30px;
}

.service-main h2 {
    color: #ba1c1d;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
    font-weight: 600;
}

.service-main h2 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #ba1c1d;
}


.portfolio {
    display: flex;
    flex-wrap: wrap;
    min-width: 320px;

}

.portfolio h2 {
    flex-basis: 100%;
    text-align: center;
    margin: 50px auto 30px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
    color: #ba1c1d;
    font-weight: 600;
}

.card {
    width: 25%;
    overflow: hidden;
    position: relative;
}

.card .content {
    z-index: 2;
    width: 100%;
    position: absolute;
    bottom: -100px;
    transition: all 0.7s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    min-height: 100px;
    background: #ba1c1d;
}

.card .image {
    z-index: 1;
    height: 100%;
}

.card img {
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    transform: scale(1.2);
}

.card:hover .content {
    bottom: 0px;
    color: #fff;
}

.card:hover .image img {
    transform: scale(1);
}

.card .content span:first-child {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.card .content span:last-child {
    font-size: 14px;
    color: #051838;
    text-align: center;
    font-weight: 700;
}


@media screen and (max-width: 768px) {
    .card {
        width: 50%;
    }

    .card .content {
        bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .card {
        width: 100%;
    }
}




.icon-bar {
    position: fixed;
    top: 60%;
    right: 0;
    width: 45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #051838;
}

.icon-bar .fab:hover {
    color: whitesmoke;
    transition: all 0.5s ease-in-out;
}

.facebook {
    background: #b91c1c;
    color: white;
}



.twitter {
    background: #b91c1c;
    color: white;
}

.google {
    background: #b91c1c;
    color: white;
}

.linkedin {
    background: #b91c1c;
    color: white;
}

.youtube {
    background: #b91c1c;
    color: white;
}



.form-parent {
    width: 323px;
    height: auto;
    background: transparent url('../images/contact-buttonn.png') no-repeat right 10px;
    position: fixed;
    top: 150px;
    left: -275px;
    z-index: 9999999;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;

}

.form-parent:hover {
    left: 0;
}

.cc-float-form {
    background-color: #b91c1c;
    color: #fafafa;
    padding: 10px;
    width: 250px;
}

#ContactForm1 {
    display: none;
}

.contact-form-area {
    background: white;
    width: 220px;
    padding: 10px 0px;
    border: 1px solid #111;
    color: #fafafa;
    font-size: 12px;
}

#cc {
    float: right;
    font-size: 9px;
    margin-top: -10px;
    color: #777;
}

#cc a {
    color: #777;
    text-decoration: none;
}



.whatsapp-chat {
    height: 55px;
    width: 55px;
}

#myBtn {
    position: fixed;
    bottom: 2px;
    right: 0;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;

}

#myBtnn {
    position: fixed;
    bottom: 60px;
    right: 2px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;

}

.copy {
    padding: 5px;
    background-color: #ba1c1d;
    height: 40px;
    font-family: 'Open Sans', sans-serif;
}

.locations {
    background-color: #ba1c1d;
    height: 5vh;
    font-family: 'Open Sans', sans-serif;
}

.locations p {
    color: white;
    font-size: 12px;
}

#myBtnn img {
    width: 30px;
}

#myBtn img {
    width: 33px;
}


.thank-logo img {
    width: 200px;
}

.thank-header h1 {
    font-size: 50px;
    font-family: 'Open Sans', sans-serif;
}

.thank-check .fas {
    color: #ba1c1d;
    font-size: 60px;
}

.thank-para p {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.thank-foot p {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

#clients h2 {
    font-weight: 600;
    color: #ba1c1d;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
}


.bg-kitchen ::placeholder  {
  font-size: 13px;
}

.bg-kitchen label{
    font-size: 13px;
}






@media screen and (max-width: 1024px) {
    .top-head-name h1 {
        font-size: 30px;
    }


    .carousel-caption {
        bottom: 140px !important;
    }
}

@media screen and (max-width: 768px) {
    .top-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }

    .top-head-name h1 {
        font-size: 20px;
    }

    .carousel-caption {
        bottom: 80px !important;
    }


}

@media screen and (max-width: 425px) {
    .top-head {
        display: block;
    }

    .kitchen-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kitchen-logo img {
        width: 100px;
    }

    .kitchen-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .top-head-name h1 {
        font-size: 20px;
    }

    .second-info h1 {
        font-size: 20px;
    }

    .service-main h1 {
        font-size: 25px;
    }

    .portfolio h1 {
        font-size: 25px;
    }

    #clients h1 {
        font-size: 25px;
    }

    .copy p {
        font-size: 14px;
    }

    .carousel-caption {
        bottom: 25px !important;
    }

    .carousel-caption h1 {
        font-size: 18px;
    }

}

@media screen and (max-width: 375px) {
    .top-head {
        display: block;
    }

    .kitchen-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kitchen-logo img {
        width: 100px;
    }

    .kitchen-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .top-head-name h1 {
        font-size: 20px;
    }

    .second-info h1 {
        font-size: 20px;
    }

    .service-main h1 {
        font-size: 25px;
    }

    .portfolio h1 {
        font-size: 25px;
    }

    #clients h1 {
        font-size: 25px;
    }

    .copy p {
        font-size: 14px;
    }


    .carousel-caption {
        bottom: 10px !important;
    }

    .carousel-caption h1 {
        font-size: 14px;
    }
}



@media screen and (max-width: 320px) {
    .top-head {
        display: block;
    }

    .kitchen-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kitchen-logo img {
        width: 100px;
    }

    .kitchen-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .top-head-name h1 {
        font-size: 20px;
    }

    .second-info h1 {
        font-size: 20px;
    }

    .service-main h1 {
        font-size: 25px;
    }

    .portfolio h1 {
        font-size: 25px;
    }

    #clients h1 {
        font-size: 25px;
    }

    .copy p {
        font-size: 14px;
    }

    .carousel-caption {
        bottom: 10px !important;
    }

    .carousel-caption h1 {
        font-size: 14px;
    }
}