


  body{
    margin:0;
    padding:0;
    background:#efefef;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #353535;
}

.text-primary
{
    color: #658C63 !important;
}
select.form-select {
    padding: 10px;
    background: #F4F4F4;
    font-size: 13px;
}
button.btn.btn-primary.btn-send-message {
    padding: 15px !important;
    background: #F48221;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    width: 100%;
    font-size: 16px;
}
textarea#message {
    background-color: #F4F4F4;
}
input.form-control {
    font-size: 14px;
    padding: 0 14px;
}
.fa-hero-section {
    background: linear-gradient(180deg, #F6CDB8, #D2F0D0);
    width: 100%;
    position: relative;
    padding-top: 100px;
}
.modal-content {
    border-radius: 15px !important;}
label {
    display: inline-block;
    font-size: 14px;
}
input.form-control {
    background: #F4F4F4;
    border-radius: 5px;
}
.fa-hero-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: url('../images/fourth-anniversary/flag1.svg');
    width: 280px;
    height: 159px;
    background-size: contain;
    background-repeat: no-repeat;
}

.fa-hero-section:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background: url('../images/fourth-anniversary/flag2.svg');
    width: 280px;
    height: 159px;
    background-size: contain;
    background-repeat: no-repeat;
}
h1,
h2,
.fa-heading-h1,
h4
{
    font-family: "Cormorant Infant", serif !important;
}

.fa-heading-h1
{
    font-size: 66px;
     color: #282121 !important;
    font-weight: 700;
}

.fa-heading-h2
{
    font-size: 36px;
    font-weight: 700;
    color: #282121 !important;
   
}
.fa-heading-h2 span
{.fa-hero-section:before
    color: #658C63 !important ;
}

.fa-heading-h1 .italic-text
{
    font-style: italic;
    position: relative;
    color: #658C63 !important;
}


.fa-heading-h1 .italic-text::after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    background: url('../images/fourth-anniversary/underline.svg');
    width: 216px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-50%);
}


.fa-heading-h4
{
    font-size: 24px;
    font-weight: 500;
   font-family: "Poppins", sans-serif !important; 
}
.fa-ingradient-container {
    display: grid;
     grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
    margin: 50px 0;
}

.fa-ingradient-box {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    position: relative;
    padding:15px 0;
}


.fa-ingradient-box h5 {
   margin: 0;
   font-weight: 700;
   font-size: 20px;
   color: #D67048

}


.fa-ingradient-box::after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0%;
    width: 1px;
    height: 100%;
    background-color: #FDAF87;
    transform: rotate(15deg);
}

.fa-ingradient-box:last-child::after {
    display: none;
}


/**** About *****/


.fa-about-section 

{
    padding: 80px 15px;
    background: linear-gradient(0deg, #F6D8C3, #FFFFFF);
    overflow: hidden;
    position: relative;
}

.fa-about-section::after {
    content: "";
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0; */
    background: url("../images/fourth-anniversary/bkg-layer.svg") center center / cover no-repeat;
    z-index: 0;
    pointer-events: none;
    opacity: .04;
}

.about-box
{
    background: #ffff;
    border: 1px solid #E5E7EB;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
}

.about-box  h4
{
    font-size: 24px;
    font-weight: 600;
}
.about-box  p
{
    color: #6B7280
}

h5.fa-sub-title {
    width: max-content;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 14px;
    color: #D67048;
    font-weight: 600;
    position: relative;
}


.fa-sub-title::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background-color: #D67048;
    left: 0;
    top: 50%;
    margin-left: -50px;
    transform: translateY(-50%);
}

.fa-sub-title::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background-color: #D67048;
    right: 0;
    top: 50%;
    margin-right: -50px;
    transform: translateY(-50%);
}

/****/


.fa-video-section 

{
    padding: 80px 15px;
    background: linear-gradient(0deg, #658C63 ,  #FFEBE0);
    overflow: hidden;
    position: relative;
}




.fa-menu-section 

{
    padding: 80px 15px;
    background: #DFE8EB;
    position: relative;
    overflow: hidden;
}


.menu-box
{
    background: #ffff;
    border: 1px solid #E5E7EB;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
}

.menu-box  h4
{
    font-size: 22px;
    font-weight: 600;
}
.menu-box  p
{
    color: #6B7280
}

.fa-gallery-section
{
     padding: 0px 0px;
    background: #DFE8EB;
    position: relative;
    overflow: hidden;
}
section.fa-gallery-section img {
    height: 480px;
    object-fit: cover;
    border: 4px solid #fff;
    border-bottom: 0px solid #fff;
}


.fa-partership-section 
{
    padding: 80px 15px;
    background: #DFFFDE;
    position: relative;
}
.fa-logos-box
{
    display: grid;
     grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    text-align: center;
    align-items: center;
}

.fa-logos-box  img {
    text-align: center;
    margin: 0 auto;
}

.fa-request-card
{
    padding: 24px;
    background: #fff;
}

.fa-request-card {
    padding: 24px;
    background: #fff;
    box-shadow: 0px 5px 40px #00000017;
}

.fa-btn
{
    background: #F48221;
    padding: 15px 25px;
    display: inline-block;
    margin-top: 40px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;  
}
 .about-box,
 .menu-box 
 {
        height: 100%;
    }

     .fa-logos-box  img {
        width: 120px;
    }

section.fa-gallery-section img {
    height: 350px;
    object-fit: cover;
    border: 4px solid #fff;
    border-bottom: 0px solid #fff;
}

#exampleModal .modal-dialog {
    width: 710px !important;
    margin: 30px auto !important;
    max-width: 700px !important;
}
video { position: relative; width: 100%; height: auto !important; overflow: hidden;}
@media(max-width:991px)
{

    .fa-ingradient-container
    {
         grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .fa-logos-box
    {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 20px;
        text-align: center;
        margin: 00px 0;
    }
    .fa-logos-box  img {
        width: 90px;
    }

    section.fa-gallery-section img {
        height: 250px;
    }
   
     .fa-ingradient-box h5 {
       
        text-align: left;
    }

    .fa-ingradient-box {
        justify-content: start;
        padding-left: 20px;
    }

     .fa-ingradient-box:nth-child(2)::after {
        display: none;
    }

    .fa-hero-section:before,
    .fa-hero-section:after {
        width: 200px;
        height: 120px;
    }
     .fa-heading-h1 {
        font-size: 40px;
    }
     .fa-heading-h1 .italic-text::after {
        bottom: -18px;
        width: 126px;
        height: 20px;
    }
  .fa-heading-h4 {
        font-size: 18px;
    }
   
}
@media only screen and (max-width: 932px) and (-webkit-min-device-pixel-ratio: 2) {
    @supports (-webkit-touch-callout: none) {
        #message {
            height: 66px !important;
        }
    }
}
@media(max-width:767px)
{ .modal {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .modal-dialog {
        margin: 10px;
        max-height: calc(100dvh - 20px);
    }

    .modal-content {
        max-height: calc(100dvh - 20px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .modal-body {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
#message {
    height: 66px !important;
}

     .about-box {
        height: auto;
    }
    .fa-ingradient-container ,
    .fa-logos-box
    {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        text-align: center;
        margin: 50px 0;
    }
    .fa-logos-box  img {
        text-align: center;
        margin: 0 auto;
        width: 100px;
    }

    .fa-partership-section ,
    .fa-menu-section,
    .fa-video-section ,
    .fa-about-section 
    {
        padding: 50px 0px;
    }

    .fa-heading-h2 {
        font-size: 26px;
    }

    body
    {
        font-size: 14px;
    }

    section.fa-gallery-section img {
        height: 300px;
    }

    .about-box  p {
        font-size: 14px;
    }

    .about-box  h4 {
        font-size: 20px;
        font-weight: 600;
    }

    .fa-ingradient-box h5 {
        font-size: 16px;
        text-align: left;
    }

       .fa-ingradient-box img {
        width: 34px;
    }

    .fa-ingradient-box {
        justify-content: left;
   
        padding: 3px 5px;
    }

   
    .fa-hero-section:after,
    .fa-hero-section:before
    {
        width: 150px;
        height: 100px;
    }
   
  

    .fa-banner img {
    height: 200px;
    object-fit: cover;
}
}