@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

*,
::after,
::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;

}

/*html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}*/


/************** Fonts ******************/


body {
    font-size: 14px;
    color: #ccc;
    font-family: 'Raleway', sans-serif;
}

img {
    max-width: 100%;
}

/* input,
textarea,
select {
    font-family: 'Jost', sans-serif;
} */

input:focus,
textarea:focus,
select:focus {
    outline: 2px solid #0076ff
}



a:focus {
    outline: none;
}

a,
a:hover,
a:-webkit-any-link {
    text-decoration: none !important;
}

a.link {
    text-decoration: none !important;
}

ul {
    margin: 0;
}



button,
button:focus {
    outline: none !important;
    box-shadow: none;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.container-fluid {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.privacy .container .row {
    margin-left: 0px;
    margin-right: 0px;
}

.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding: 0 15px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.col {
    padding-left: 15px;
    padding-right: 15px;
}

.col-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.bannerbox {
    margin: 0;
    position: relative;
    background-color: #171411;
}
  
  .bannerbox .bannerboximg {
    width: 500px;
    z-index: 1;
    position: absolute;
    height: 90%;
}
  
.bannerbox::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(23, 20, 17, 95%);
    left: 0;
    top: 0;
    z-index: 2;
}

.hb-container {
    position: relative;
    z-index: 10;
}

.col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}

header {
    max-width: 1170px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

header .menu-part {
    display: none;
}


header .row {
    align-items: center;
    justify-content: space-between;
}

header .row .logo img {
    width: 150px;
    height: 30px;
}

/* header .dsk-menu .brand_logo img {
    filter: invert(1);
    -webkit-filter: invert(1);
    -ms-filter: invert(1);
} */

header.wh_hr .dsk-menu .brand_logo img {
    filter: invert(0);
    -webkit-filter: invert(0);
    -ms-filter: invert(0);
}

header .dsk-menu .col-md-5.text-right {
    margin-left: auto;
}

header .dsk-menu li {
    display: inline-block;
    vertical-align: middle;
}

header .dsk-menu li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 163.5%;
    font-family: 'Montserrat', sans-serif;
    color: #414650;
    display: table;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    position: relative;
}

header .dsk-menu li a::after {
    position: absolute;
    content: "";
    width: 0;
    left: 50%;
    bottom: 1px;
    height: 1px;
    background: #fff;
    right: 0;
    left: auto;
    opacity: 0;
    transition: width .3s ease-in-out, opacity .1s linear .2s, background .5s;
}

header .dsk-menu li a:hover::after {
    width: calc(100% - 2px);
    left: 1px;
    opacity: 1;
    transition: width .3s ease-in-out, opacity .2s linear, background .5s;
}

header .dsk-menu li a .fa-angle-down {
    margin-left: 0;
    color: #414650;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
}

header .dsk-menu li a .fa-angle-down {
    -webkit-transform: translateY(0%) rotate(-180deg);
    -ms-transform: translateY(0%) rotate(-180deg);
    transform: translateY(0%) rotate(-180deg);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
}

header.wh_hr .dsk-menu li a .fa-angle-down {
    -webkit-transform: translateY(0%) rotate(0deg);
    -ms-transform: translateY(0%) rotate(0deg);
    transform: translateY(0%) rotate(0deg);
    color: #fff;
}

header .dsk-menu li a:hover {
    color: #fff;
}

header .dsk-menu li a:hover .fa-angle-down {
    color: #fff;
}

header .dsk-menu ul li a.btn {
    padding: 10px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #998675;
    color: #fff;
    border-radius: 6px;
    column-gap: 10px;
    cursor: pointer;
    margin-top: 0;
}

header .dsk-menu .other-link ul {
    column-gap: 5px;
}

header .dsk-menu .other-link ul li a {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
}

header.wh_hr .dsk-menu ul li a.btn {
    background: #fff;
    color: #414650;
}

header .dsk-menu li a.btn::after {
    display: none;
}

header.wh_hr .dsk-menu li a {
    color: #fff;
}

header.wh_hr .dsk-menu li a:hover {
    color: #fff;
}

header .dsk-menu li:not(:last-child) {
    margin-right: 25px;
}

header .hambargar_menuwrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 30px;
    z-index: 9;
    background: #414650;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    max-height: 0;
}

header .hambargar_menuwrap .top-block {
    display: none;
}

header .hambargar_menuwrap .top-block span {
    padding: 22px 0 5px 60px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #f7b72e;
}

header .hambargar_menuwrap button.dsk-hidden {
    display: block;
    border: transparent;
    position: absolute;
    top: -2px;
    right: 18px;
    margin: 30px auto;
    width: 14px;
    height: 14px;
    border-top: 2px solid #f7b72e;
    border-left: 2px solid #f7b72e;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background: transparent;
    color: #fff;
}

header .hambargar_menuwrap button.dsk-hidden::after {
    content: "";
    display: block;
    width: 2px;
    height: 24px;
    background-color: #f7b72e;
    transform: rotate(-45deg) translate(8px, 3px);
    -webkit-transform: rotate(-45deg) translate(8px, 3px);
    left: 0;
    top: 0;
}

header .hambargar_menuwrap ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

header .hambargar_menuwrap.open ul {
    padding-top: 0;
    visibility: visible;
    opacity: 1;
}

header .hambargar_menuwrap ul li {
    padding: 20px 15px;
    width: 25%;
    margin-bottom: 5px;
}

header .hambargar_menuwrap ul li a {
    font-size: 15px;
    color: #fff;
    display: table;
    padding: 10px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;

}

header .hambargar_menuwrap ul li a:hover {
    background: #020202;
}

header .hambargar_menuwrap ul li span {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 1rem;
    position: relative;
    letter-spacing: 2px;

}

header .hambargar_menuwrap ul li span::after {
    content: "";
    left: 0;
    bottom: 0;
    width: 22px;
    height: 3px;
    background: #ffffff;
    display: block;
    margin-top: 17px;
    margin-bottom: 17px;
}

header .hambargar_menuwrap ul li img {
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

header .hambargar_menuwrap ul li p {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
}

header .hambargar_menuwrap.open {
    visibility: visible;
    opacity: 1;
    max-height: 100vh;
}

.banner-part {
    padding: 50px 0 85px 0;
}

.tag-title {
    font-size: 20px;
    line-height: 24px;
    color: #C4C4C4;
    letter-spacing: 6px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 15px;
}

.section-desc {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin-top: 20px;
}

.banner-part .section-desc {
    width: 90%;
}

.banner-part .section_text .logo {
    width: auto;
    height: 100px;
    margin-bottom: 20px;
}

.banner-part .section_text h1 {
    font-size: 55px;
    line-height: 67px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    width: 45%;
}

.banner-part .section_text h1 span {
    color: #998675;
}

a.btn {
    padding: 10px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #998675;
    color: #fff;
    border-radius: 6px;
    column-gap: 10px;
    cursor: pointer;
    width: max-content;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 40px;
    text-decoration: none;
}

.banner-part .section_text a.btn img {
    transform: rotate(90deg);
}


/* Why us area */
.custom-bg{
    background: linear-gradient(rgba(44,151,234,0.1), rgba(44,151,234,0));
}
section.body-cont1 {
    padding: 100px 0 100px 0;
}

section.body-cont1 .container .col-12 .whyRFC {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.body-cont1 .container .col-12 .whyRFC .leftbox {
    width: 28%;
}

section.body-cont1 .container .col-12 .whyRFC .leftbox .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 10px;
    margin-bottom: 10px;
}

section.body-cont1 .container .col-12 .whyRFC .leftbox .inner2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 10px;
    margin-bottom: 10px;
}

section.body-cont1 .container .col-12 .whyRFC .leftbox .address {
    letter-spacing: 3px;
}

section.body-cont1 .container .col-12 .whyRFC .leftbox .address span {
    letter-spacing: 2px;
}

section.body-cont1 .container .col-12 .whyRFC .leftbox .inner img {
    width: 280px;
    height: 330px;
    object-fit: cover;
    object-position: center;
}

section.body-cont1 .container .col-12 .whyRFC .leftbox .inner2 img {
    width: 280px;
    height: 330px;
    object-fit: cover;
    object-position: center;
}

section.body-cont1 .container .col-12 .whyRFC .centerbox {
    height: max-content;
    padding: 25px 25px 30px 25px;
    background-color: #171411;
    width: 28%;
}

.title {
    font-size: 26px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}

section.body-cont1 .container .col-12 .whyRFC .centerbox .title span {
    color: #998675;
}

section.body-cont1 .container .col-12 .whyRFC .centerbox ul {
    list-style-type: square;
    padding-left: 20px;
    list-style-position: outside;
}

section.body-cont1 .container .col-12 .whyRFC .centerbox ul li {
    font-size: 14px;
    line-height: 20px;
    color: #C4C4C4;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 20px;
}

section.body-cont1 .container .col-12 .whyRFC .centerbox ul li::marker {
    font-size: 24px;
}

section.body-cont1 .container .col-12 .whyRFC .centerbox a.btn {
    width: 100%;
    background-color: transparent;
    border: 0.75px solid #FFFFFF;
}

section.body-cont1 .container .col-12 .whyRFC .rightbox .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 10px;
}


section.body-cont1 .container .col-12 .whyRFC .rightbox .inner img {
    width: 400px;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

section.body-cont1 .container .col-12 .whyRFC .rightbox {
    width: 35%
}

section.body-cont1 .container .col-12 .whyRFC .rightbox .inner2 {
    padding: 25px 0 10px 25px;
}

section.body-cont1 .container .col-12 .whyRFC .rightbox .inner2 .title {
    color: #333333;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 0;
}

section.body-cont1 .container .col-12 .whyRFC .rightbox .inner2 .title span {
    color: #998675;
}

section.body-cont1 .container .col-12 .whyRFC .rightbox .inner2 .section-desc {
    color: #777777;
    margin-top: 15px;
}

.address {
    font-size: 14px;
    color: #998675;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 10px;
    transform: rotate(270deg);
    min-width: 10%;
    white-space: nowrap;
}

.address span {
    font-size: 12px;
    color: #777777;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 3px
}


/*IOCL Refinary*/

section.body-cont2 {
    padding: 100px 0;
}

section.body-cont2 .sub-container .title {
    font-size: 30px;
    line-height: 37px;
    color: #998675;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    text-align: center;
}

section.body-cont2 .sub-container .title span {
    color: #333333;
}

section.body-cont2 .sub-container .section-desc {
    color: #777777;
    text-align: center;
    width: 40%;
    margin: 15px auto 0 auto;
}

section.body-cont2 .img-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 40px 0 0 0;
}

section.body-cont2 .img-container img {
    width: 48%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}



/*Restaurant And Catering*/

section.body-cont3 {
    background-color: #171411;
}

section.body-cont3 .rc-area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

section.body-cont3 .rc-area .left-container,
.right-container {
    width: 50%;
}


section.body-cont3 .rc-area .left-container img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}

section.body-cont3 .rc-area .right-container {
    padding: 40px 100px 40px 40px;
}

.section-title {
    font-size: 45px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

.section-title span {
    color: #998675;
}

section.body-cont3 .rc-area .right-container .section-desc {
    color: #c4c4c4;
}

section.body-cont3 .rc-area .right-container .side-img-area {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    margin-top: 60px;
}

section.body-cont3 .rc-area .right-container .side-img-area img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center;
}


/*  Bakery & customers */
section.body-cont4 {
    padding: 100px 0;
    background: linear-gradient(rgba(44,151,234,0.1), rgba(44,151,234,0));
}

section.body-cont4 .rc-area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    column-gap: 20px;
}

section.body-cont4 .rc-area .left-container,
.right-container {
    width: 50%;
}

section.body-cont4 .rc-area .left-container .tag-title,
.section-desc {
    color: #777777;
    width: 85%;
}

section.body-cont4 .rc-area .left-container .section-title {
    color: #333333;
}

section.body-cont4 .rc-area .right-container .collage {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.body-cont4 .rc-area .right-container .collage .cont,
.cont2 {
    width: 48%;
}

section.body-cont4 .rc-area .right-container .collage .cont img {
    height: 500px;
}

section.body-cont4 .rc-area .right-container .collage .cont,
.cont2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

section.body-cont4 .rc-area .right-container .collage img, section.body-cont5 .food-area .food-collage img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border: 10px solid #ffffff;
    box-shadow: 10px 15px 60px 0 rgba(44, 151, 234, 0.15);

}

section.body-cont4 .rc-area .right-container .collage .cont2 img {
    height: 250px;
}

section.body-cont4 .rc-area.team-area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    column-gap: 20px;
    padding: 100px 0 0 0;
}

section.body-cont4 .rc-area.team-area .left-container,
.right-container {
    width: 50%;
}

section.body-cont4 .rc-area.team-area .title {
    font-size: 30px;
    line-height: 37px;
    color: #998675;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    text-align: left;
    width: 85%;
}

section.body-cont4 .rc-area.team-area .title span {
    color: #333333;
}

section.body-cont4 .rc-area.team-area .section-desc {
    color: #777777;
    width: 85%;
    text-align: left;
    margin-top: 0;
}

section.body-cont4 .rc-area.team-area .section-desc span {
    color: #333333;
    font-weight: 600;
    font-size: 16px;

}

section.body-cont4 .rc-area.team-area .left-container .tag-title {
    color: #333333;
    margin-top: 30px;
}
section.body-cont4 .rc-area.team-area .right-container .tag-title {
    color: #333333;
    margin-bottom: 10px;
}
section.body-cont4 .rc-area.team-area .left-container .founders .section-desc{
    margin-top: 20px;
}


section.body-cont4 .rc-area.team-area .right-container .management {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 20px 0 0 0;
}

section.body-cont4 .rc-area.team-area .right-container .management .box {
    display: flex;
    justify-content: flex-start;
    column-gap: 18px;
    background: #ffffff;
    border: 0.75px solid rgba(23, 20, 17, 0.30);
    box-shadow: 10px 15px 60px 0 rgba(44, 151, 234, 0.15);
    padding: 10px;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 6px;
}

section.body-cont4 .rc-area.team-area .right-container .management .box h3{
    color: #333333;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

section.body-cont4 .rc-area.team-area .right-container .management .box p{
    color: #333333;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

section.body-cont4 .rc-area.team-area .right-container .management .box ul {
    list-style-position: inside;
    margin: 10px 0 0 0;
}
section.body-cont4 .rc-area.team-area .right-container .management .box ul li{
    color: #333333;
    font-weight: 500;
    font-size: 11px;
    line-height: 17px;
}

section.body-cont4 .customer-area,.menu-area {
    padding: 100px 0 0 0;
}   

section.body-cont4 .customer-area .section-title {
    color: #333333;
    text-align: center;
}

section.body-cont4 .menu-area .section-title {
    color: #333333;
    text-align: center;
}
section.body-cont4 .menu-area .tablebox {
    border: .75px solid rgba(23, 20, 17, 0.30);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: 6px;
    width: 100%;
    margin: 40px 0 0 0;
}

hr.new1 {
    border-top: 1px solid red;
  }

section.body-cont4 .menu-area .tablebox  .inner {
    width: 50%;
    padding: 5px 25px;
    /* border-right: .75px solid rgba(23, 20, 17, 0.30); */
}

section.body-cont4 .menu-area .tablebox .inner:last-child {
    border-left: .75px solid rgba(23, 20, 17, 0.30);
}

section.body-cont4 .menu-area .tablebox .inner ul li {
    border-bottom: 0.75px solid rgba(23, 20, 17, 0.30);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 26px;
    padding: 20px 0;
}

section.body-cont4 .menu-area .tablebox  .inner ul li .img-container {
    border-radius: 6px;
    background-color: #998675;
    padding: 10px 15px;
    width: max-content;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.body-cont4 .menu-area .tablebox .inner ul li .img-container img {
    width: 25px;
    height: 25px;
}

section.body-cont4 .menu-area .tablebox  .inner ul li h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
}

section.body-cont4 .menu-area .tablebox .inner ul li p {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    color: #313131;
}

section.body-cont4 .menu-area .tablebox .inner ul li:last-child {
    border-bottom: none;
}



/*  Bakery & customers */

/* Food shots */

section.body-cont5 {
    margin: 0;
    position: relative;
    padding: 100px 0;
    background-color: #171411;
}
section.body-cont5 .bgimg {
    width: 500px;
    z-index: 1;
    position: absolute;
    height: 95%;
    top: 30px;
    right: 0;
}
section.body-cont5::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(23, 20, 17, 95%);
    left: 0;
    top: 0;
    z-index: 2;
}


section.body-cont5 .food-area .section-desc {
    color: #c4c4c4;
}

section.body-cont5 .food-area .food-collage {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 12px;
    margin: 60px 0 0 0;
}

.basis-3 {
    height: 300px;
    max-width: 32.3%;
}

.basis-2{
    max-width: 48.9%;
    height: 445px;
}

section.body-cont4 .customer-area .img-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 25px;
    margin: 40px 0 0 0;
    background-color: #fffaef;
    padding: 50px;
    align-items: center;
}

section.body-cont4 .customer-area .img-container img {
    height: 7rem;
    width: auto;
    object-fit: cover;
    object-position: center;
}

/* Food shots */

/* Contact form */

section.body-cont6 {
    padding: 0 0 100px 0;
    background-color: #171411;
}
.contact-area {
    padding: 30px;
    border-radius: 6px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10rem;
}
section.body-cont6 .contact-area .leftside h1 {
    color: #ffffff;
    font-size: 75px;
    line-height: 85px;
    font-weight: 500;
}

section.body-cont6 .contact-area .leftside {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
}

section.body-cont6 .contact-area .leftside .noticebar {
    background: rgba(153, 134, 17, 0.2);
    border-radius: 4px;
    color: #998675;
    border: 1px solid #998675;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    padding: 8px 10px;
    width: max-content;
}
section.body-cont6 .contact-area .leftside .noticebar img{
  width: auto;
  height: 20px;
}
section.body-cont6 .contact-area .leftside .noticebar p{
    font-family: 'Raleway', sans-serif;
    color: #998675;
    font-size: 12px;
    font-weight: 600;
  }

section.body-cont6 .contact-area .form {
    background: #171411;
    box-shadow: 0px 0px 30px 0 rgba(44, 151, 234, 0.10);
    border-radius: 6px;
    padding: 30px;
}


section.body-cont6 .contact-area .form .formfield input {
    width: 100%;
    margin-top: 12px;
    height: 48px;
    border-radius: 6px;
    background-color: transparent;
    border: 1px solid #c1ccd9;
    padding: 10px;
    appearance: none;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
section.body-cont6 .contact-area .form .formfield label {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

section.body-cont6 .contact-area .form .formfield {
    margin-bottom: 20px;
}

section.body-cont6 .contact-area .form .formfield.custom-textarea {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    flex-direction: column;
}

section.body-cont6 .contact-area .form .formfield.custom-textarea textarea{
    height: 100px;
    width: 100%;
    border-radius: 6px;
    background-color: transparent;
    border: 1px solid #c1ccd9;
    padding: 10px;
    appearance: none;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

section.body-cont6 .contact-area .form .note{
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    color: #ffffff;
    margin-top: 12px;
}

section.body-cont6 .contact-area .form a.btn {
    padding: 10px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #998675;
    color: #fff;
    border-radius: 6px;
    column-gap: 10px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 30px;
    text-decoration: none;
}

.unstyled {
    /* background: url("/images/calendar.svg"); */
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: auto 24px;
    appearance: none;
    height: 52px;
    border-radius: 8px;
    background-color: #F8F7F2;
    border: none;
    padding: 10px;
}


.sectionlabel {
    font-size: 26px;
    font-family: "Istok Web", sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 37px;
    margin-bottom: 20px;
}

a .btn {
    text-decoration: none;
}



/* The radio container */
.radiocontainer {
    display: block;
    position: relative;
    padding-right: 20px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radiocontainer p {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    color: #313131;

}

/* Hide the browser's default radio button */
.radiocontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 10px;
    width: 10px;
    background-color: #a9a9a9;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}


/* When the radio button is checked, add a blue background */
.radiocontainer input:checked~.checkmark {
    background-color: #ffffff;
    border: 2px solid rgba(16, 197, 42, 0.2);
    height: 20px;
    width: 20px;
    top: 15px;
    left: 20px;
    margin-left: auto;
    margin-right: auto;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #10C52A;
}


/********============ GLOBAL FOOTER ===========**************/

.footer-container{
background: #171411;
}

footer {
    padding: 25px 0;
    border-top: 0.75px solid #F8F7F2;
    text-align: center;
    background-color: #171411;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

footer .contact-details ul{
    list-style: none;
}

footer .contact-details ul li a{
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 400;
}


footer p {
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 400;
}



footer .other-link ul {
    column-gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: disc;
    list-style-position: inside;
}

footer .other-link ul li a {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

li a {
    text-decoration: none;
}

/********============ GLOBAL FOOTER ===========**************/




/* /header popup */

.inner-menu {
    padding-left: 12px;
    padding-right: 12px;
}

.terms-subtitle {
    color: #414650;
}

.terms-margin {
    margin-top: 20px !important;
    color: black;
}

.terms-list {
    color: black;
}

input.error {
    border-width: 1px;
    border-style: dotted;
    border-color: red;
    border-image: initial;
}

label.error {
    color: red !important;
}