html {
    scroll-behavior: smooth;
}

body {
    word-break: break-word;
    overflow-x: hidden;
    background-color: #FCF6EA;
    font-family: sans-serif;
}

/* @font-face {
    font-family: TWRegular;
    src: url(../fonts/Tajawal-Regular.ttf);
}
 */


/* .TWbold {
    font-family: "TWBold", sans-serif;
} */

.navbar-nav .nav-item:nth-child(5){
    display: none !important;
}

ul li,
a:hover {
    list-style-type: none;
    text-decoration: none;
}


button:focus {
    outline: none;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 50px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2ba263;
    border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.form-control {
    background-color: transparent;
    border-radius: 10px;
    height: 48px;
    border: 1px solid #ced4da;
    text-align: start;
    direction: ltr;
    color: #3f3f3f
}

::placeholder {
    color: #3f3f3f
}

option,
select {
    color: #6B6D70;
    font-family: "MonLight";
    font-size: 14px;
}

.select:after {
    content: "\f107";
    position: absolute;
    top: 18px;
    z-index: 99999;
    left: 25px;
    font-weight: 900;
    font-size: 15px;
    font-family: 'Font Awesome 5 Free';
    color: #6b6d70a3;
}

.form-control:focus {
    box-shadow: none;
    outline: 0;
    background-color: transparent !important;
    border: 1px solid #ced4da;
}

::selection {
    color: #f6bc17;
}



textarea.form-control,
textarea.form-control:focus {
    height: auto;
    resize: none;
    padding-block: 20px;
}



.border-btn {
    border: 2px solid #fff;
    padding: 12px 30px;
    border-radius: 5px;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none;
}

.bg-none {
    background: none;
}

a {
    text-decoration: none;
}


.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-17 {
    font-size: 17px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-30 {
    font-size: 30px;
}

.f-40 {
    font-size: 40px;
}

.f-50 {
    font-size: 50px;
}

.f-60 {
    font-size: 60px;
}

/* ============ colors ================= */
.default-color {
    color: #2ba263;
}

.darkGreen {
    color: #1A625A;
}

/* ====================== =================== */

footer {
    background-color: #2ba263;
    color: #fff;
}

footer a,
footer a:hover {
    color: #fff;
}

footer ul li {
    display: inline-block;
    margin-inline-end: 20px;
    font-size: 13px;
}

footer .social a img {
    width: 14px;
    margin-inline-start: 15px;
}

footer .copyRight {
    font-size: 15px;
}

.copyRight {
    text-align: end;
}

nav .logo {
    width: 200px;
}

nav .nav-item {
    padding-inline: 10px;
}

nav .nav-link {
    color: rgb(20, 107, 61);
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    padding-inline: 0 !important;
}

nav .nav-link::after {
    content: "";
    height: 1.5px;
    width: 0%;
    background-color: rgb(20, 107, 61);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .2s ease-in-out;
}

nav .nav-item:hover .nav-link::after {

    width: 100%;

}

nav .nav-link:hover {
    color: rgb(20, 107, 61);
}

nav .order-btn {
    background-color: #2ba263;
    border-radius: 8px;
    padding: 9px 17px;
    font-size: 14px;
}

#menu .default-btn,
#orderNow .default-btn,
#contact .default-btn {
    background-color: #2ba263;
    border-radius: 8px;
    padding: 11px 24px;
    font-size: 17px;
}

nav .order-btn:hover,
#menu .default-btn:hover,
#contact .default-btn:hover {
    background-color: #34c277;
}

#menu h3 {
    font-size: 24px;
}

#menu {
    background-color: #f6f7f9;
}

#hero .btn {
    background-color: #f6bc17;
    color: #000000;
    border-radius: 8px;
    padding: 9px 17px;
    font-size: 16px;
    min-height: 48px;
    padding-inline: 25px;
    line-height: 1.8;
}

#hero .btn:hover {
    background-color: #dca509
}

#hero img {
    height: 460px;
    border-radius: 15px;
    object-fit: fill;
    object-position: center;
}

#hero h1 {
    font-size: 57px;
}

.mySwiper img {
    height: 571px;
    border-radius: 25px;
    object-fit: cover;
    object-position: center;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 22px;
    font-weight: 800;
}

.storyImg img,
.teamImg img {
    height: 325px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}
.storyImg img{
    height: 258px;
}
#story p,
#team p {
    font-size: 14px;
}

#team {
    background-image: linear-gradient(rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url(../images/teamBg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#COMMITMENT {
    background-image: linear-gradient(rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url(../images/COMMITMENT-Bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.static_pages{
    min-height: 70vh;
}
.pageHeader{
    background-image: linear-gradient(rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url(../images/teamBg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#COMMITMENT img {
    height: 328px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}

#orderNow h3 {
    font-size: 57px;
}

#orderNow img {
    height: 394px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}

.accordion .accordion-item {
    background-color: transparent;
    overflow: hidden;
    margin-bottom: 10px;
    border: none;
}

.accordion .accordion-header {
    background-color: #ffffff;
    padding: 15px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion .accordion-button {
    padding: 0;
    display: block;
    width: 100%;
    text-align: start;
    font-weight: 700;
    font-size: 15px;
    box-shadow: none;
    padding-inline-end: 18px;
}

.accordion .accordion-body {
    border-top: 1px solid #ccc;
    background-color: #fafafa;
    font-size: 14px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button::after {
    top: 0;
    bottom: 0;
    margin-block: auto;
    transform: rotate(90deg);
}

.accordion-button::after {
    position: absolute;
    right: 0;
    filter: brightness(0) invert(0);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(0);
}

#contact h6 {
    font-size: 14px;
    font-weight: 700;
}

#contact h2 {
    font-size: 30px;
    font-weight: 700;
    padding-block: 5px;

}

.contactCard {
    border-radius: 5px;
    background-color: #FCF6EA;
    padding: 32px;
}

#contact {
    background-image: url(../images/contactBg.webp);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 50%;
}

#map .frame1 {
    height: 400px;
    width: 100%;
}

#map .frame2 {
    height: 368px;
    width: 100%;
}

#map h2 {
    font-size: 30px;
}

#map p {
    font-size: 18px;
}

#Subscribe h3 {
    font-size: 23px;
}

#Subscribe p {
    font-size: 14px;
}

#Subscribe span {
    font-size: 12px;
    opacity: .5;
}

#Subscribe span a {
    color: #000;
    text-decoration: underline;
}

#Subscribe .default-btn {
    background-color: #2ba263;
    border-radius: 0 8px 8px 0;
    padding: 11px 24px;
    font-size: 17px;
    color: #fff;
}

#Subscribe .default-btn:hover {
    border-radius: 8px;
    background-color: #34c277;
}

.stiticPages a {
    color: #6e6c68;
}

.stiticPages {
    text-align: center;
}

.sticky {
    position: sticky;
    top: 0;
    right: 0;
    width: 100%;
    background: #fcf6ea;
    z-index: 999;
    box-shadow: 0 2px 10px 0 #00000026;
    padding-block: 10px !important;
}

.sticky .logo {
    display: none;
}

.sticky .nav-link {
    font-size: 14px;
}

/* ================ media ================== */
@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1040px !important;
    }
}

@media(max-width: 990px) {
    .stiticPages {
        text-align: start;
    }

    #Subscribe h3 {
        font-size: 20px;
    }

    #map .frame1 {
        height: 335px;
        width: 100%;
    }

    #map .frame2 {
        height: 350px;
        width: 100%;
    }

    #contact h2 {
        font-size: 23px;
    }

    #contact span {
        font-size: 15px;
    }

    #contact {
        background-image: url(../images/contactBg.webp);
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100% 250px;
        padding-top: 120px;
    }

    #orderNow h3 {
        font-size: 35px;
    }

    #orderNow img {
        height: 268px;
    }

    .order-img {
        order: -1;
        margin-bottom: 25px;
    }

    #orderNow .btn,
    #contact .default-btn {
        width: 100%;
        margin-bottom: 15px;
    }

    .storyImg img {
        margin-bottom: 25px;
    }

    #menu h3 {
        font-size: 19px;
    }

    #menu .default-btn {
        width: 100%;
    }

    .mySwiper img {
        height: 197px;
    }

    .container {
        padding-inline: 20px;
    }

    #hero .btn {
        width: 100%;
    }

    nav .logo {
        width: 125px;
    }

    .heroImg {
        order: -1;
        margin-bottom: 25px;
    }

    #hero h1 {
        font-size: 35px;
    }

    #hero img {
        height: 268px;
    }

    footer,
    footer .copyRight {
        text-align: center !important;
    }

    footer ul li {
        font-size: 15px;
        margin-bottom: 13px;
        margin-inline: 15px;
    }
}