@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Albra-bold';
    src: url(fonts/Albra-Bold.otf);
    font-weight: 700;
}

@font-face {
    font-family: 'Charm';
    src: url(fonts/Charm.ttc);
    font-weight: normal;
}

@font-face {
    font-family: 'Glitten-Regular';
    src: url(fonts/Glitten-Regular.otf);
    font-weight: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url(fonts/HelveticaNeue.ttc);
    font-weight: normal;
}

@font-face {
    font-family: 'Kayonest';
    src: url(fonts/Kayonest-Free-Trial.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'Kodchasan';
    src: url(fonts/Kodchasan.ttc);
    font-weight: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url(fonts/Poppins-Bold.ttf);
    font-weight: bold;
}

:root {
    --primaryColor: #1881e4;
    --whiteColor: #fff;
    --blackColor: #000;
    --Kodchasan: 'Kodchasan';
    --poppins: "Poppins", sans-serif;
    --Kayonest: 'Kayonest';
    --HelveticaNeue: 'HelveticaNeue';
    --Glitten-Regular: 'Glitten-Regular';
    --Charm: 'Charm';
    --Albra-bold: 'Albra-bold';
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: var(--whiteColor);
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
}

p,
figure,
label {
    margin: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

small {
    font-size: inherit;
}

a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

input,
button {
    background-color: transparent;
    border: 1px solid transparent;
    outline: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images/select-input-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: calc(100% - 15px) 50%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

::selection {
    color: var(--whiteColor);
    background: var(--primaryColor);
}

::-webkit-selection {
    color: var(--whiteColor);
    background: var(--primaryColor);
}

::-moz-selection {
    color: var(--whiteColor);
    background: var(--primaryColor);
}

.text-primary {
    color: var(--text-primary) !important;
}

/*======= section 1-area design =======*/

.section-one {
    background: url(images/section-bg.png) no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}

.content-block.px-4.py-5 {
    max-width: 80%;
    margin-inline: auto;
}

.section-one-content-two {
    margin-top: -11%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section-one-content-two img {
    min-width: 108%;
    object-fit: cover;
}

.section-one-content-two h2 {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    font-size: 85px;
    font-weight: normal;
    color: #80C8A2;
    font-family: var(--Glitten-Regular);
    text-align:center
}

.section-1-ractangle {
    position: absolute;
    left: 0;
    top: 97%;
    width: 100%;
    pointer-events: none;
}

/*========== section 1 end hare ========= */

/*========== section 2 start hare ========= */

.section-two {
    background: url(images/section-2-bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 300px;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 180px;
    overflow: hidden;
    margin-top: -35px;
    padding-bottom: 200px;
}

.section-two-block-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 1100px;
}
.htext {
background: linear-gradient(
    180deg,
    #c8f5c8 0%,
    #a0e8a0 25%,
    #5fd45f 50%,
    #3ab53a 75%,
    #2a8c2a 100%
  );
    font-weight:500 !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;

  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.85);

  filter: drop-shadow(0 0 5px #00ff44aa)
          drop-shadow(0 0 5px #00cc3366)
          drop-shadow(0 0 5px #00aa2244);
}
.section-two-block-1 h2 {
    font-size: 77px;
    font-family: var(--Glitten-Regular);
    color: #80C8A2;

}

.inner-content-block {
    position: relative;
}

.resipi-one-content {
    position: absolute;
    left: 5%;
    top: 10%;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.resipi-one-content h4 {
    font-size: 35px;
    color: #FBB92B;
    text-transform: uppercase;
    font-family: var(--Kayonest);
    text-shadow: -2px -2px 0 #0D6936, 2px -2px 0 #0D6936, -2px 2px 0 #0D6936, 2px 2px 0 #0D6936, 0px 2px 0 #0D6936, 2px 0px 0 #0D6936;
}

.resipi-inner-contnent ul {
    display: flex;
    flex-direction: column;
    list-style: disc;
    padding-left: 30px;
    gap: 5px;
}

.resipi-inner-contnent ul li {
    color: var(--whiteColor);
    font-weight: 400;
    font-size: 25px;
}

.resipi-inner-contnent {
    display: flex;
    gap: 5px;
    z-index: 5;
    position: relative;
}

.cucur-image {
    position: absolute;
    right: -21%;
    top: -26%;
    max-width: 690px;
}

.button-one {
    position: absolute;
    left: 19%;
    bottom: -10%;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-family: var(--Charm);
    color: var(--whiteColor);
    line-height: 0.9;
    background: url(images/button-1.png) no-repeat;
    background-size: 100% 100%;
    height: 170px;
    z-index: 5;
}

.cucur-image-btm {
    position: absolute;
    left: -8%;
    top: 70%;
    z-index: 7;
    max-width: 506px;
}

.button-ractangle {
    position: absolute;
    left: 30%;
    max-width: 25%;
    top: 77%;
}

.water-bubble-ractangle {
    position: absolute;
    top: 65%;
    left: 85%;
    max-width: 20vw;
}

.sec-block-2 .cucur-image {
    position: absolute;
    right: -21%;
    top: -26%;
    max-width: 480px;
    z-index: 2;
}

.sec-block-2 .resipi-one-content {
    position: absolute;
    left: 3%;
    top: 6%;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.resipi-one-content h5 {
    font-size: 20px;
    color: var(--whiteColor);
    margin-bottom: 10px;
}

.col-4.border-right {
    border-right: 1px solid #fff;
}

.sec-block-2 .resipi-inner-contnent ul li {
    color: var(--whiteColor);
    font-weight: 400;
    font-size: 20px;
}

.sec-block-2 .water-bubble-ractangle {
    position: absolute;
    top: 49%;
    left: 74%;
    max-width: 14vw;
    z-index: 1;
}

.sec-block-3 .cucur-image-btm {
    position: absolute;
    left: -2%;
    top: 46%;
    z-index: 7;
    max-width: 450px;
}

.sec-block-3 .water-bubble-ractangle {
    position: absolute;
    top: 61%;
    left: 90%;
    max-width: 14vw;
    z-index: 1;
}

.section-block-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    max-width: 1580px;
    margin-inline: auto;
}

.section-block-4-single {
    position: relative;
}

.section-4-inner-content {
    position: absolute;
    left: 58%;
    top: 35%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-4-inner-content h4 {
    font-size: 35px;
    color: #FBB92B;
    text-transform: uppercase;
    font-family: var(--Kayonest);
    text-shadow: -2px -2px 0 #0D6936, 2px -2px 0 #0D6936, -2px 2px 0 #0D6936, 2px 2px 0 #0D6936, 0px 2px 0 #0D6936, 2px 0px 0 #0D6936;
}

.section-4-inner-content ul {
    list-style: disc;
    padding-left: 20px;
}

.section-4-inner-content li {
    color: var(--whiteColor);
    font-size: 18px;
}

.spritzer-btn-card {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -16%;
    position: relative;
    z-index: 5;
}

.spritzer-btn-card a {
    max-width: 50%;
    margin-left: 3%;
    position: relative;
}

.spritzer-btn-card a span {
    font-size: 35px;
    color: var(--whiteColor);
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    line-height: 1.2;
    font-family: var(--Charm);
}

.section-4-area {
    position: relative;
    z-index: 2;
    width: 100%;
}

.see-others-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3%;
}

.see-others-btn a {
    font-size: 30px;
    font-family: var(--Albra-bold);
    background: url(images/button-2.png) no-repeat;
    background-size: 100% 100%;
    padding: 2% 3%;
}

.ractangle-star {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 33%;
}

.ractangle-water-bubble-two {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 22%;
}

.barhama-spritzer {
    padding-top: 18%;
    background: url(images/barhama-spritzer-bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 5;
    margin-top: -150px;
}

.barhama-title-card h2 {
    font-size: 5vw;
    text-align: center;
    font-family: var(--Glitten-Regular);
    color: #80C8A2;
 
}

.barhama-title-card h4 {
    font-size: 2.3vw;
    color: #FBB92B;
    text-transform: uppercase;
    font-family: var(--Kayonest);
    text-shadow: -2px -2px 0 #0D6936, 2px -2px 0 #0D6936, -2px 2px 0 #0D6936, 2px 2px 0 #0D6936, 0px 2px 0 #0D6936, 2px 0px 0 #0D6936;
    text-align: center;
}

.barhama-title-card {
    position: relative;
    z-index: 2;
}

.barhama-title-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 540px;
    z-index: -1;
    pointer-events: none;
}

.bersama-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}

.bersama-text-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10%;
    z-index: 5;
    position: relative;
}

.bersama-content-box {
    position: relative;
}

.bersama-content-box p {
    font-size: 28px;
    font-family: var(--HelveticaNeue);
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 2%;
    transform: translateX(-50%);
    color: var(--whiteColor);
}
.htext.orange {
    background: linear-gradient(
  180deg,
  #fff0c0 0%,
  #fdd96a 25%,
  #fbb92b 50%,
  #d9920a 75%,
  #a86500 100%
);
    font-size:larger;
    filter: drop-shadow(0 0 5px #fbb92baa)
        drop-shadow(0 0 5px #d9920a66)
        drop-shadow(0 0 5px #a8650044);
        
}
.bersama-content-box h2 {
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    font-weight: normal;
    color: #80C8A2;
    font-family: var(--Glitten-Regular);
}

.bersama-bottom-block {
    position: relative;
    transform: translateY(12%);
}

.percuma-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    padding-top: 7%;
}

.percuma-content h2 {
    text-align: center;
    font-size: 60px;
    font-family: var(--Albra-bold);
    color: #FBB92B;
    -webkit-text-stroke: 2px #F6EB32;
    paint-order: stroke fill;
}

.worth-card {
    margin-top: 3%;
    font-size: 40px;
    color: var(--whiteColor);
    font-family: var(--HelveticaNeue);
    background: url(images/worth-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 0% 3%;
}

.worth-card span {
    font-family: var(--Albra-bold);
    color: #FBB92B;
    text-shadow: -2px -2px 0 #0D6936, 2px -2px 0 #0D6936, -2px 2px 0 #0D6936, 2px 2px 0 #0D6936, 0px 2px 0 #0D6936, 2px 0px 0 #0D6936;
    font-size: 73px;
}

.bersama-bottom-block p {
    margin-top: 3%;
    color: var(--whiteColor);
    font-size: 20px;
}

.part-two {
    background: url(images/part-two-bg.png) no-repeat;
    background-size: cover;

    padding-top: 13%;
    background-color: #000;
}

.branche-list-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    padding-inline: 30px;
}

.branche-list-area h2 {
    font-size: 80px;
    font-weight: normal;
    color: #80C8A2;
    font-family: var(--Glitten-Regular);
}

.branch-list-wp {
    width: 100%;
    max-width: 1300px;
    border-radius: 20px;
    overflow: hidden;
}

.single-brance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-left: 5%;
    padding-right: 7%;
    background: #fff;
}

.branch-action {
    display: flex;
    align-items: center;
}

.single-brance:nth-of-type(odd) {
    background: #EEEDEE;
}

.brach-name h4 {
    font-size: 20px;
    font-weight: 400;
    font-family: var(--HelveticaNeue);
}

.instagram-post-feed {
    padding-top: 10%;
    padding-inline: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.insta-feed-wrapper {
    width: 100%;
    max-width: 1000px;
    margin-inline: auto;
    padding-top: 8%;
    position: relative;
}

.insta-feed-wrapper>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 120px;
    z-index: 5;
}

.insta-feed-wrapper .slider-prev {
    left: -5%;
}

.insta-feed-wrapper .slider-next {
    right: -5%;
}

.blog-area {
    padding-top: 5%;
    padding-inline: 20px;
    position: relative;
    z-index: 2;
}

.blog-wrapper {
    width: 100%;
    max-width: 1100px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-wrapper h2 {
    font-size: 80px;
    font-weight: normal;
    color: #80C8A2;
    font-family: var(--Glitten-Regular);
    text-align: center;
}

.blog-list {
    padding-top: 5%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.single-block-post {
    background: var(--whiteColor);
    padding: 4%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.block-content h4 {
    font-size: 21px;
    font-weight: 600;
}

.block-content a {
    margin-top: 3%;
    color: #005636;
    text-decoration: underline;
    font-weight: 700;
    font-size: 16px;
}

.mosque-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}

.happy-area {
    position: relative;
    z-index: 2;
}

.happy-wrapper {
    position: relative;
}

.happy-content-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 16%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.cart-btn {
    width: 100%;
    max-width: 40vw;
    margin-top: 8%;
}

.happy-content-wrapper .barhama-title-card {
    width: 100%;
}

.happy-content-wrapper .barhama-title-bg {
    max-width: 26vw;
}

/* Product area full-width carousel */
.product-area {
    width: 100%;
    overflow: hidden;
}

.product-carousel {
    width: 100%;
}

.product-carousel .swiper-slide {
    width: 100%;
}

.product-carousel .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

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

.product-carousel .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.7;
}

.product-carousel .swiper-pagination-bullet-active {
    opacity: 1;
}

.copyright-area {
    padding-block: 50px;
    text-align: center;
    font-family: var(--HelveticaNeue);
    color: var(--whiteColor);
    background: url(images/copyright-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding-inline: 20px;
}