html,
body {
    font-family: "Lato", sans-serif;
}

.fixedNav {
    position: fixed;
    z-index: 10000;
}

.topBanner {
    background-color: #f3793b;
    color: white;
    font-size: 20px;
    height: 41px;
    align-items: center;
}

.topBanner p {
    margin-bottom: unset;
    font-weight: 700;
}

.topBanner p a {
    font-weight: 800;
    text-decoration: underline;
    color: #ffffff;
}

.topBanner p a:hover {
    color: #ffffff;
}

.navbar {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.navbar .container-fluid {
    padding-right: 80px;
    padding-left: 80px;
}

.customNav {
    margin-right: unset !important;
    margin-left: auto;
}

.customNav li {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.customNav li:first-child {
    padding-right: unset;
}

.customNav li:last-child {
    padding-left: unset;
}

.customNav li a {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.customNav li .active {
    color: #f3793b !important;
    border-bottom: 3px solid;
}
.heroContainer {
    padding: 0;
    padding-top: 75px;

   position: relative;

   overflow: hidden;
}

.heroSection {
    height: 570px;
    padding: 90px;
    background: url("../images/sliderBG.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.heroSection .textHero {
    width: 600px;
    position: absolute;
    z-index: 1000;
}

.heroSection .textHero h1 {
    font-weight: 800;
    font-size: 64px;
}
.heroSection .textHero p {
    font-weight: 500;
    font-size: 30px;
}

.imageSection {
    position: absolute;
    right: -90px;
    bottom: 35px;
    animation: imageAnimation 4s linear infinite;
}

.rotateImage {
    width: 275px;
    height: auto;
    transition: transform 50s ease;
}

#rotateImage {
    transition: transform 3s ease;
}

#rotateImage.rotate {
    /* transform: rotate(360deg); */
}

@keyframes imageAnimation {
    0% {
        transform: translate(-50%, -50%) rotate(360deg) translateX(600px);
    }
    25% {
        transform: translate(-50%, -50%) rotate(180deg) translateX(300px);
    }
    50% {
        transform: translate(-50%, -50%) rotate(180deg) translateX(300px);
    }
    100% {
        transform: translate(-50%, -50%) rotate(0deg) translateX(600px);
    }
}

/*
    .items {
    display: grid;
    width: var(--s);
    aspect-ratio: 1;
    overflow: hidden;
    padding: calc(var(--s)/20);
    border-radius: 50%;
    position: relative;
    clip-path: circle(49.5%);
    rotate: 270deg;
    }


.items::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: inherit;
    border-radius: inherit;
    -webkit-mask:
       linear-gradient(#fff 0 0) content-box,
       linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
  }
  .items > img {
    grid-area: 1/1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transform-origin: 50% 120.7%;
  }
  .items::after,
  .items > img {
    animation: m 8s infinite cubic-bezier(.5,-0.2,.5,1.2);
  }
  .items > img:nth-child(2) {animation-delay: -2s}
  .items > img:nth-child(3) {animation-delay: -4s}
  .items > img:nth-child(4) {animation-delay: -6s}

  @keyframes m {
    0%,3%    {transform: rotate(0)}
    22%,27%  {transform: rotate(-90deg)}
    47%,52%  {transform: rotate(-180deg)}
    72%,77%  {transform: rotate(-270deg)}
    98%,100% {transform: rotate(-360deg)}
  } */

.beeWithLine .beeImg {
    /* position: absolute; */
    /* top: 0; */
    width: 500px;
    padding-top: 70px;
}

.restaurantAndDishes {
    padding-top: 130px;
    padding-bottom: 210px;
}

.restaurantAndDishes .row .col-12 {
    padding: 0;
}

.sliderOne div {
    padding-right: 23.5px;
    padding-left: 23.5px;
    padding-bottom: 14px;
}

.sliderTwo div {
    padding-right: 23.5px;
    padding-left: 23.5px;
}

.mobileApps {
    padding-top: 53px;
    padding-right: 80px;
    padding-left: 80px;
    height: 420px;
    background-color: #37505b;
    color: #ffffff;
}
.mobileApps .heading {
    font-weight: 800;
    font-size: 48px;
}
.mobileApps .heading span {
    color: #f3793b;
}

.mobileApps p {
    font-size: 20px;
    font-weight: 500;
}

.mobileApps .downloadLinks a {
    display: table-cell;
    padding-left: 21px;
    padding-right: 21px;
}

.mobileApps .downloadLinks a img {
    width: 131px;
}

.mobileApps .downloadLinks a:first-child {
    padding-left: 0;
    padding-right: 0;
}
.mobileApps .downloadLinks a:last-child {
    padding-left: 0;
    padding-right: 0;
}

.mobileApps .downloadLinks .customDownloadBTN {
    width: 131px;
    height: 40px;
    color: #ffffff;
    background-color: #f3793b;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

.customDownloadBTN:hover,
.customDownloadBTN:active,
.customDownloadBTN:focus
    .customDownloadBTN:focus-visible
    .customDownloadBTN:focus-within {
    background-color: #ffffff !important;
    border: 1px solid #f3793b !important;
    color: #f3793b !important;
}

.mobileAppScreensDiv {
    text-align: right;
}

.mobileAppScreens {
    width: 600px;
    margin-top: -180px;
}

.cities {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
}
.cities .header h1 {
    color: #f3793b;
    font-weight: 800;
    font-size: 55px;
}
.cities .header h1 span {
    color: #37505b;
}
.cities .header p {
    font-size: 24px;
    font-weight: 500;
}
.cities .content {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.city {
    position: relative;
    width: 240px;
    height: 350px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.city:hover {
    transform: scale(1.05);
}
.city img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}
.cityName {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    z-index: 10;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.city .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: RGB(243, 121, 59);
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.city:hover .overlay {
    opacity: 0;
}
.city:hover .cityName {
    border-radius: 5px;
    /* background: #f3793b; */
}

.join {
    text-align: center;
    padding-bottom: 120px;
}
.join .header h1 {
    color: #f3793b;
    font-weight: 800;
    font-size: 55px;
}
.join .header h1 span {
    color: #37505b;
}
.join .header p {
    font-size: 24px;
    font-weight: 500;
}

.join .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 60% !important;
    margin: auto;
}

.joinDev {
    position: relative;
    width: 522px;
    overflow: hidden;
    border-radius: 10px;
    box-sizing: border-box;
}

.background-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.overlayJoinDiv {
    position: absolute;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100%;
    background-color: rgba(255, 102, 0, 0.9);
    color: white;
    display: flex;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    transition: right 0.3s ease;
    text-align: left;
    align-items: flex-start;
    flex-direction: column;
}

.joinDev:hover .background-image {
    transform: translateX(-50%);
}

.joinDev:hover .overlayJoinDiv {
    right: 0;
}

.overlayJoinDiv h1 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
    color: #37505b;
}

.overlayJoinDiv h2 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
    color: #37505b;
}

.overlayJoinDiv p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 400;
}

.joinButton {
    background-color: white;
    color: #f3793b;
    padding: 2px 16px;

    border-radius: 5px;
    font-weight: bold;
    text-decoration: none !important;
}
.joinButton:hover {
    color: #f3793b;
}

.headerText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: opacity 0.3s ease;
    width: 100%;
}
.headerText h4 {
    font-size: 48px;
    font-weight: 800;
    color: white;
}

.highlight {
    border-bottom: 4px solid #f3793b;
    padding-bottom: 4px;
}

.joinDev:hover .headerText {
    opacity: 0;
}

.backToTopSection {
    padding-bottom: 50px;
    text-align: center;
}

.backToTop {
    padding: 10px 10px;
    font-size: 16px;
    width: 82px;
    height: 19px;
    color: #f3793b;
    border: 1px solid #f3793b;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
    border-radius: 15px;
}

.backToTop:hover,
.backToTop:active,
.backToTop:focus .backToTop:focus-visible .backToTop:focus-within {
    background-color: #f3793b !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}

.footerSection {
    /* height: 400px; */
    height: 270px;
    background-image: url("../images/footer-bg.png");
    background-size: cover;
}

.footerSection .row {
    padding: 47px 100px;
    --bs-gutter-x: 0;
}
.footerSection .row:last-child {
    padding-top: 0;
    padding-bottom: 0;
    --bs-gutter-x: 0;
    text-align: center;
}

.footerSection .footerText {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    /* width: 447px; */
    padding: 33px 0;
}

.footerSection .socialIcons a {
    margin: 14px;
}
.footerSection .socialIcons a:first-child {
    margin-left: 0;
}
.footerSection .socialIcons a:last-child {
    margin-right: 0;
}

.footerSection .socialIcons a img {
    width: 40px;
}

.footerSection .colFooterLinks h5 {
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    padding-bottom: 16.5px;
}

.footerSection .colFooterLinks a {
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 16.5px 0;
}

.footerSection .copyRow {
    border-top: 1px solid #fff;
    margin-bottom: 0;
}

.footerSection .copyRights {
    padding-top: 34px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
}

.footerSection .footerLinks li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.footerSection .footerLinks li a{
    color: #fff;
    text-decoration: none;
}
.footerSection .footerLinks li a:hover{
    color: #f27c1f;
    text-decoration: none;
}

.headerFaq {
    padding-top: 175px;
    padding-bottom: 40px;
}

.headerFaq h1 {
    color: #f3793b;
    font-weight: 800;
    font-size: 55px;
}

.headerFaq h1 span {
    color: #37505b;
}


.faqDiv {
    margin: 20px 0;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    border: 3px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.faqQuestion {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.4em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.faqAnswer {
    margin-top: 10px;
    display: none;
    width: 100%;
}
.arrow {
    transition: transform 0.3s;
    font-size: 1.2em;
}
.faqDiv.active {
    border-color: #f27c1f;
}
.faqDiv.active .faqAnswer {
    display: block;
}
.faqDiv.active .arrow {
    transform: rotate(0deg);
}
.faqDiv .arrow {
    transform: rotate(180deg);
}
.fa-chevron-up:before {
    content: "\f077";
    color: #f27c1f;
    font-size: 1.5em;
}
