@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
/*
font-family: 'Roboto', sans-serif;
*/
@import url("bootstrap-icons.css");
*{
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}
body {
    background-color: #fff;
	color: #222222;
	font-size: 16px;	
    font-family: 'Roboto', sans-serif;
}
a {
	color: #222222;
	text-decoration: none;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
    text-decoration: none;
}
a img {
	border: 0;
}
img{max-width: 100%;}
/* Code for Select bg color with text color */
::-moz-selection {
    color: #fff;
    background: #000;
}
::selection {
    color: #fff;
    background: #000;
}
table {
	border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
 
  margin: 0;
  padding: 0;
}
p{
   
    font-weight: 400;
    margin: 0;
    padding: 0;
}
ol, ul{
    margin: 0; 
    padding: 0;
    list-style: none;
}
.btn:focus,
.form-control:focus{
    box-shadow: none;
}
.btn-round{
    border-radius: 50px;
    padding: 8px 20px;
}
.btn-round.btn-white{
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 0px 12px #CCCCCC;
    color: #B20A2C; 
}
.btn-round.btn-white:hover{
    background: #B20A2C;
    box-shadow: 0px 0px 12px #CCCCCC;
    color: #fff; 
}
.btn-round.btn-red{
    background: #B20A2C;
    box-shadow: 0px 0px 12px #CCCCCC;
    color: #fff; 
}
.btn-round.btn-red:hover{
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 0px 12px #CCCCCC;
    color: #B20A2C; 
}
/* header */
header.min-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
header.min-header ul li.nav-item a.nav-link{
    color: #222;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 0px;
    margin: 0px 20px;
    line-height: 19px;
    position: relative;
}
header.min-header ul li.nav-item a.nav-link:hover,
header.min-header ul li.nav-item a.nav-link:focus,
header.min-header ul li.nav-item a.nav-link.active{
    color: #B20A2C;
}
header.min-header ul li.nav-item a.nav-link:hover::after,
header.min-header ul li.nav-item a.nav-link:focus::after,
header.min-header ul li.nav-item a.nav-link.active::after{
    position: absolute;
    content: "";
    height: 4px;
   background-color: #B20A2C;
    width: calc(100%);
    left: -10px;
    border-radius: 16px;
    bottom: 0;
    animation-name: example;
    animation-duration: 0.4s;
}

@keyframes example {
    from {width: 0px;}
    to {width:100%;}
  }
header.min-header ul{
    margin-right: 50px;
}
header.min-header .btn-white{
    margin-right: 10px;
}

/* banner */
.home-banner{
    background-image: url(../images/backgroundbg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    min-height: 600px;
}
.home-banner .bn-img{
    min-height: 600px;
}
.home-banner .bn-img {
    min-height: 650px;
    object-fit: contain;
    width: 100%;
    margin-top: 50px;
}
.home-banner h1{
    font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 54px;
line-height: 63px;
margin-bottom: 30px;
}
.home-banner h1 ~ p{
    margin-bottom: 30px;
}
.home-banner h1 span{
    color: #B20A2C;
}
small.bannertag {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    background: rgba(178, 10, 44, 0.07);
    border-radius: 50px;
    display: inline-block;
    padding: 12px 36px;
    margin-bottom: 8px;
}
section.home-banner a.btn {
    display: flex;
    float: left;
    margin-right: 16px;
    align-items: center;
    width: 180px;
    justify-content: center;

}
span.btn-icon {
    font-size: 20px;
}
section.home-banner a.btn span.btn-cont {
    text-align: left;
    padding-left: 10px;
    line-height: 18px;
    font-weight: 600;
}
section.home-banner a.btn span.btn-cont small{
    font-size: 12px;
    font-weight: 300;
    display: block;
}
.text-black-cl{
    color: #000;
}
/* how it works */
.flow-det {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 25%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
}
.flow-det .flo-right h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}
.flow-det .flo-right p{
    font-weight: 400;
font-size: 16px;
line-height: 19px;
margin-bottom: 0px;
}


.flo-left {
    border-radius: 12px;
    padding: 10px;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    text-align: center;
    line-height: 60px;
}
.flo-left.ye{
background-color: #FFC656;
}
.flo-left.org{
background-color: #FF7F56;
}
.flo-left.pin{
background-color: #CC61FF;
}

/* Recommendation */
h2.section-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
}
h2.section-title small{
    color: #B20A2C;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}
h2.section-title span{
    color: #B20A2C;
}

.rem-list {
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 25%);
    border-radius: 16px;
    overflow: hidden;
}
.rem-list-top {
    width: 100%;
    border-radius: 12px;
}
.rem-list-top  img{
    height: 220px; 
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}
.rem-list-bottom {
    width: 100%;
    padding: 16px;
    position: relative;
}
.rem-list-bottom h3{
    font-weight: 500;
font-size: 24px;
line-height: 17px;
}
.rem-list-bottom h3 small {
    display: flex;
    font-size: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #777;
    margin-top: 8px;
}
.address {
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.add-det {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #777777;
}
.address .add-pin {
    font-size: 20px;
    width: 36px;
    color: #B20A2C;
}
.rem-list-bottom  .price {
    position: absolute;
    right: 20px;
    top: -14px;
    background: #FFFFFF;
    border-radius: 8px;
    width: 85px;
    text-align: center;
    padding: 4px;
    color: #B20A2C;
}
/* Mobile Apps */
section.Mobile-Apps {
    background-color: #F2F2F2;
    background-image: url(../images/appscreen.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
}
section.Mobile-Apps h1{
    font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 54px;
line-height: 63px;
margin-bottom: 30px;
}
section.Mobile-Apps h1 ~ p{
    margin-bottom: 30px;
}
section.Mobile-Apps h1 span{
    color: #B20A2C;
}
section.Mobile-Apps a.btn {
    display: flex;
    float: left;
    margin-right: 16px;
    align-items: center;
    width: 180px;
    justify-content: center;

}
section.Mobile-Apps a.btn span.btn-cont {
    text-align: left;
    padding-left: 10px;
    line-height: 18px;
    font-weight: 600;
}
section.Mobile-Apps a.btn span.btn-cont small{
    font-size: 12px;
    font-weight: 300;
    display: block;
}

/* Blog */
.blog-list {
    width: 100%;
}
.blog-list-top {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.blog-list-top img{
    height: 240px;
    object-fit: cover; 
    width: 100%;
    overflow: hidden;
}
.blog-list-bottom {
    width: 100%;
    padding: 16px 0px;
}
.blog-list-bottom h3 {
    font-weight: 700;
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 12px;
}
.blog-list-bottom h3 small{
    font-size: 14px;
    line-height: 16px;
    color:#777;
    display: block;
    font-weight: 500;
}
.blog-list-bottom p.text-end {
    margin-top: 16px;
}
/* Office Address */
.office-address {
    padding: 10px;
}
.address_details {
    display: flex;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0px 0px 8px #ccc;
}
.address_details .ad-left {
    overflow: hidden;
    border-radius: 16px;
    margin-right: 20px;
}

header.min-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.8s;
}
header.min-header.fill-head {
    position: sticky;
    background: #fff;
    box-shadow: 0px 0px 8px #ccc;
    transition: all 0.8s;
    animation-name: hedfix;
    animation-duration: 2s;
}
@keyframes hedfix {
    from {transform: translateY(-100px)}
    to {transform: translateY(00px)}
  }
/* footer */
footer {
    background: #2C343F;
    color: #fff;
}
footer ul li{
    margin-bottom: 12px;
}
footer ul li a{
    color: #fff;
}
footer h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
}
footer p.cont-list{
    margin-bottom: 12px;
}
p.cont-list i {
    margin-right: 10px;
    font-size: 24px;
}
p.cont-list {
    display: flex;
    align-items: center;
}

section.Our-Office {
    overflow: hidden;
}

/* inner page banner */
section.inner-banner {
    min-height: 380px;
    display: flex;
    width: 100%;
    position: relative;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-image: url(../images/innerpage-banner.jpg);
}
section.inner-banner:after {
    position: absolute;
    width: 100%;
    content: '';
    height: 88px;
    left: 0;
    background-color: rgb(255 255 255 / 80%);
    z-index: 0;
    top: 0;
}
section.inner-banner p{
    max-width: 60%;
    color: #fff;
    margin: 0 auto;
}
section.inner-banner h1{
    margin-bottom: 8px;
    color: #fff;
}

.contact-item{
    display: flex;
    min-height: 65px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.contact-item .bi{
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ff0000;
}
.contact-item .contact-item-info{
    font-size: 17px;
    color: #000;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 65px);
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
.contact-item .contact-item-info h5{
    font-weight: 600;
    font-size: 17px;
    color: rgb(32, 41, 70);
    margin-bottom: 7px;
}
.contact-item .contact-item-info p{
    word-break: break-word;
    color: #464545;
    font-size: 15px;
}
.contactsubmit-btn .btn-submit{
    margin-left: 0;
    margin-top: 0;
}
.has-float-label{
    display:block;
    position:relative;
}
.has-float-label label,
.has-float-label>span,
.has-float-label .form-control:focus~label, 
.has-float-label .form-control~label,
.has-float-label .form-control:-webkit-autofill~label{
    position:absolute;
    cursor:text;
    font-size: 11px;
    color: #8E8E8E;
    text-transform: capitalize;
    opacity:1;
    -webkit-transition:all .2s;
    transition:all .2s;
    top:.2em;
    left:0;
    z-index:3;
    line-height:1;
    margin-bottom: 0;
}
.has-float-label label::after,
.has-float-label>span::after{
    content:" ";
    display:block;
    position:absolute;
    /* height:2px; */
    top:50%;
    left:0;
    right:0;
    z-index:-1;
}
.has-float-label .form-control::-webkit-input-placeholder{
    opacity:0;
    -webkit-transition:all .2s;
    transition:all .2s;
}
.has-float-label .form-control::-moz-placeholder{
    opacity:0;
    -moz-transition:all .2s;
    transition:all .2s;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder{
    opacity:0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)+*{
    font-size:15px;
    color: #8E8E8E;
    text-transform: capitalize;
    top:1.2em;
}
.has-float-label .form-control:focus{
    box-shadow: none;
}

.input-fields-item .form-control {
    background-color: #fff;
    /* border-color: #fff; */
    box-shadow: none;
    border-radius: 0;
    height: 52px;
    font-size: 15px;
    padding-top: 20px;
    color: #000;
}
.input-fields-item{
    margin-bottom: 20px;
}
.input-fields-item.has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: 15px;
    color: #8E8E8E;
    text-transform: capitalize;
    left: .75rem;
}
.input-fields-item.has-float-label label, .has-float-label>span, 
.input-fields-item.has-float-label .form-control:focus~label, 
.input-fields-item.has-float-label .form-control~label, 
.input-fields-item.has-float-label .form-control:-webkit-autofill~label {
    top: 1em;
    left: .75rem;
}
select#restaurants_area_id {
    border-radius: 0px;
    border: 1px solid #ccc;
    min-height: 48px;
    width: 100%;
    padding: 0px 12px;
}


/* responsive */
@media (max-width:767px) {
    section.inner-banner p {
        max-width: 95%;
        font-size: 14px;
    }
    section.inner-banner h1 {
        font-size: 24px;
    }
    header .navbar {
        background: rgb(202 197 197 / 99%);
    }
    section.home-banner {
        padding-top: 120px;
        min-height: auto;
    }
    .home-banner {
        background-image: url(../images/backgroundbg.png);
        background-size: 180px;
    }
    .home-banner h1 {
        font-size: 36px;
        line-height: 40px;
    }
    section.home-banner a.btn {
        margin-bottom: 8px;
        margin-right: 4px;
        width: 163px;
    }
    .home-banner .bn-img {
        display: none;
    }
    .flow-det {
        margin-bottom: 20px;
    }
    .blog-list,
    .rem-list {
        margin-bottom: 20px;
    }
    section.Mobile-Apps h1,
    h2.section-title {
        font-size: 30px;
        line-height: 40px;
    }
    h2.section-title small{
        font-size: 16px;
    }
    section.Mobile-Apps {
        background-image: none;
    }
    section.Mobile-Apps a.btn {
        margin-right: 4px;
        width: 161px;
        margin-bottom: 8px;
    }
    .blog-list-bottom h3 {
        font-size: 18px;
    }
    .blog-list-bottom h3 ~ p {
        font-size: 14px;
    }
    p.cont-list {
        display: flex;
        align-items: center;
        font-size: 12px;
    }
    section.inner-banner {
        min-height: auto;
        padding: 120px 0px 40px;
    }
}
