/** Shopify CDN: Minification failed

Line 1444:2 Unexpected "}"

**/
@import url("https://fonts.cdnfonts.com/css/gilroy-bold");

:root {
    --ph-main-color: rgba(251, 196, 12, 1);
    --ph-secondary-color: #0a2a63;
    --ph-text-main-color: #222222;
    --ph-bgmain-color: #202020;
    --ph-light-color: rgba(255, 255, 255, 0.2);
    --ph-textlight-color: #dbdbdb;
    --ph-white-color: #ffffff;
}
  @media (min-width: 1200px) {
    .navbar-expand-xl .offcanvas .offcanvas-body {
        margin-top: 40px !important;
    }
}

body {
    font-size: 18px;
    color: var(--po-text-main-color);
    line-height: 160%;
    font-family: "Gilroy-Bold", sans-serif;
    font-family: "Gilroy-Heavy", sans-serif;
    font-family: "Gilroy-Light", sans-serif;
    font-family: "Gilroy-Medium", sans-serif;
    font-family: "Gilroy-Regular", sans-serif;
}

* {
    scroll-behavior: smooth;
}

a {
    color: var(--po-text-main-color);
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
   
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 767px) {
  .heading-title h2 {
    font-size: 30px !important;
  }
}
.totals>h2 {
    font-size: 18px !important;
}

input,
textarea,
select {
    width: 100%;
    height: 50px;
    border: 1px solid var(--ph-textlight-color);
    padding: 0 15px;
    border-radius: 50px;
    outline: none;
    box-shadow: none;
    background: transparent;
}

textarea {
    height: 100px;
    resize: none;
    padding: 15px;
    border-radius: 5px;
}

::placeholder {
    color: var(--ph-light-color);
    text-transform: capitalize;
    font-size: 14px;
}

:focus {
    outline: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.ps-btn {
    color: var(--ph-white-color);
    background: var(--ph-main-color);
    text-transform: capitalize;
    border: none;
    padding: 10px 20px;
    transition: 0.6s all;
    position: relative;
    z-index: 1;
    border-radius: 50px;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.shopify-section-group-header-group .ps-main-nav .ps-menu > ul > li a {
  font-weight: 900 !important;
}
.ps-btn:hover {
    background: var(--ph-secondary-color);
    color: var(--ph-white-color);
}

.shopify-section-group-header-group{
    /* position: sticky; */
    top: 0;
    z-index: 99999;
    background:#215ae0 url(headerbg.svg) no-repeat top center;
    background-size: cover;
    transition: all 0.3s;
  @media screen and (max-width:1199px){
    position: sticky;
    padding:15px 0;
    background:#fff url(headerbg.svg) no-repeat bottom center;
  }
}

 .shopify-section-group-header-group.active {
    /* background: #fff;*/
    padding:20px 0; 
}

/* end */


/* header */
.shopify-section-group-header-group .ps-main-nav .ps-menu>ul {
    gap: 0 50px;
  @media screen and (max-width:1250px){
    gap:0 30px
  }
}
.shopify-section-group-header-group {
    @media screen and (max-width: 1199px) {
        padding: 0 0 !important;
    }
}
.shopify-section-group-header-group {
  .ps-main-nav {
    .navbar-nav{
      &:nth-child(1) {
      flex:1 1 0;
      }
      &:nth-child(2) {
      flex:1 1 0;
        justify-content:center
      }
      &:nth-child(3) {
      flex:1 1 0;
      }
    }
  }
}
.mobile_logo {
  display: none;
  img{
    max-width:250px
  }
  @media screen and (max-width:1199px){
    display:block;
    
  }
}

.ps-main-nav {
  padding: 0;
}

.ps-main-nav .offcanvas-header {
    justify-content: end;
    position: absolute;
    right: 0;
    font-size: 14px;
    background: var(--ph-white-color);
    padding-left: 8px;
}

/* .ps-main-nav .offcanvas {
  background-color: #0a2a63 !important  ;
} */
.ps-main-nav .navbar-toggler {
    border: 0;
    padding: 0;
}

.ps-main-nav .navbar-toggler:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}

.shopify-section-group-header-group {
    .ps-logo {
        margin-right: 0;
        padding: 0;
        @media screen and (max-width:1199px){
          display:none;
        }
        img {
            max-width: 100%;
            height: auto;
            width: 100%;
        }
    }
}



.shopify-section-group-header-group .ps-main-nav .ps-menu>ul>li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    color: var(--ph-white-color);
    font-family:Gilroy-Medium;
}

.shopify-section-group-header-group .ps-main-nav .ps-menu>ul>li a:hover {
    color: var(--ph-main-color);
}

.shopify-section-group-header-group .ps-main-nav .ps-tree-menu {
    border-radius: 0;
    border: 0;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 5%);
    padding: 0;
}

.shopify-section-group-header-group .ps-main-nav .ps-tree-menu a {
    padding: 10px 15px;
    border-radius: 0px;
    font-size: 13px !important;
}

.shopify-section-group-header-group .ps-main-nav .ps-tree-menu.dropdown-menu {
    max-width: 140px;
    min-width: 140px;
    width: 100%;
    margin: 8px auto;
}

.shopify-section-group-header-group .ps-main-nav .ps-tree-menu a:hover {
    background: var(--ph-main-color);
    color: var(--ph-white-color);
}

.offcanvas.offcanvas-end {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    width: 280px;
}
.first_slider_flex{
  display:flex;
  align-items:center;
  justify-content:end;
  @media screen and (max-width:767px){
    justify-content:center;
  }
}
.bt-slidebar {
    justify-content: space-between;
    align-items: center;
  @media screen and (max-width:1199px){
    background:#205ae0;
  }
}

.bt-slidebar .offcanvas.offcanvas-end {
    max-width: 280px;
    width: 280px;
}

.ph-main-wrapper {

    .ph-mySwiper {
        position: relative;
        z-index: 999;
    }
}

/* Top main banner sec start */
.ph-mainBanner-sec {
    background: linear-gradient(178.16deg,
            #215ae0 4.3%,
            #215ae0 49.05%,
            #1841a2 113.83%);
    padding: 50px 0px 150px;
    position: relative;
    overflow: hidden;

    @media screen and (max-width: 767px) {
        padding: 40px 0px 40px;
    }

    &:before {
        content: "";
        position: absolute;
        background: url('heroimg.svg') no-repeat bottom left;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 9;
    }
}

.smoke {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('smoke.svg') repeat bottom;
    filter: blur(2px);
    background-size: cover;
    animation: smoke-rise 10s infinite ease-in-out;
    opacity: 0;
    /* z-index: 9; */
    display:block !important;
}

@keyframes smoke-rise {
    0% {
        transform: translateY(0) scale(0.8);
        opacity: 0;
    }

    25% {
        transform: translateY(-200px) scale(1.2);
        opacity: 0.2;
    }

    50% {
        transform: translateY(-600px) scale(1.5);
        opacity: 0.3;
    }

    100% {
        transform: translateY(-1000px) scale(2);
        opacity: 0;
    }

    0%,
    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    25% {
        -webkit-transform: translate(-10%, 0%);
        transform: translate(-10%, 0%);
    }

    50% {
        -webkit-transform: translate(-20%, 0%);
        transform: translate(-20%, 0%);
    }

    75% {
        -webkit-transform: translate(-10%, 0%);
        transform: translate(-10%, 0%);
    }
}

/* Add multiple smoke particles */
.smoke:nth-child(1) {
    animation-delay: 0s;
    left: 1%;
}

.smoke:nth-child(2) {
    animation-delay: 1s;
    left: 5%;
}

.smoke:nth-child(3) {
    animation-delay: 2s;
    left: 0%;
}

.smoke:nth-child(4) {
    animation-delay: 3s;
    left: 25%;
}

.smoke:nth-child(5) {
    animation-delay: 4s;
    left: 0%;
}

.smoke:nth-child(6) {
    animation-delay: 1.5s;
    left: 10%;
}

.smoke:nth-child(7) {
    animation-delay: 2.5s;
    left: 15%;
}

.smoke:nth-child(8) {
    animation-delay: 3.5s;
    left: 5%;
}

.smoke:nth-child(9) {
    animation-delay: 4.5s;
    left: 25%;
}

.smoke:nth-child(10) {
    animation-delay: 0.5s;
    left: 30%;
}

.smoke:nth-child(11) {
    animation-delay: 0s;
    left: 1%;
}

.smoke:nth-child(12) {
    animation-delay: 1s;
    left: 5%;
}

.smoke:nth-child(13) {
    animation-delay: 2s;
    left: 0%;
}

.smoke:nth-child(14) {
    animation-delay: 3s;
    left: 25%;
}

.smoke:nth-child(15) {
    animation-delay: 4s;
    left: 0%;
}

.smoke:nth-child(16) {
    animation-delay: 1.5s;
    left: 10%;
}

.smoke:nth-child(17) {
    animation-delay: 2.5s;
    left: 15%;
}

.smoke:nth-child(18) {
    animation-delay: 3.5s;
    left: 5%;
}

.smoke:nth-child(19) {
    animation-delay: 4.5s;
    left: 25%;
}

.smoke:nth-child(20) {
    animation-delay: 0.5s;
    left: 30%;
}

/* end */

/* right to left rotate */
.ph-animate-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.ph-animate-box .right-pen {
    max-width: 300px;
    margin-right: -100px;
}

.ph-animate-box .left-pen {
    max-width: 330px;
    margin-left: -100px;
    z-index: -1;
    margin-top: -150px;
}

.right-pen {
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    70%,
    80%,
    100% {
        transform: translateY(0px);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-3px);
    }
}

/* Animation for left pen (sudden rotation) */
.left-pen {
    animation: suddenRotate 3s ease-in infinite;
    transform-origin: center;
}

@keyframes suddenRotate {
    0% {
        transform: rotate(0deg);
    }

    70% {
        transform: rotate(-12deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.heading-title {
    padding-bottom: 50px;
    @media screen and (max-width:767px){
      padding-bottom:20px;
    }
    h2 {
        font-family: "Gilroy-Bold", sans-serif;
        text-align: center;
        /* background-clip: text; */
        /* background-image: linear-gradient(180deg, #ffffff 0%, #282828 69.05%); */
        color: #fff;
        font-size: calc(3.5rem + 1vw);
        font-weight: 900;
        text-transform: uppercase;
        -webkit-text-stroke-color: transparent;
        -webkit-text-stroke-width: 2px;
    }
}

.product-sec {
    background: linear-gradient(136.18deg, #2f2f2f 22.03%, #000000 90.44%);
    padding: 80px 0;
    @media screen and (max-width: 767px) {
        padding: 40px 0;
    }

    .product-card-box {
      ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        @media screen and (max-width: 767px) {
          gap: 20px 20px;
          grid-template-columns: repeat(1, 1fr);
          }
          li {
            .product-img {
              background: #fff;
              text-align: center;
              .wishlist_button{
                top:15px;
                right:10px;
              }
              img{
                width:fit-content;
                height:auto;
                }
              }
              background: rgba(48, 48, 48, 1);
              border-radius: 20px;
              overflow: hidden;
              position: relative;

              .product-card-content {
                  padding: 20px;
                  h4 {
                      color: var(--ph-white-color);
                      font-size:24px;
                      padding-bottom:5px;
                    }
                  p {
                    color: rgba(184, 184, 184, 1);
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    display: -webkit-box;
                    white-space: wrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                  }
                  .product-btn {
                      text-align: center;
                      border-top: 1px solid rgba(255, 255, 255, 0.1);
                      padding-top: 20px;
                      button {
                        background: rgba(251, 196, 12, 1);
                        color: var(--ph-text-main-color);
                        font-family: "Gilroy-Bold", sans-serif;
                        border: none;
                        padding: 8px 30px;
                        max-width: 250px;
                        width: 100%;
                        text-align: center;
                        border-radius: 50px;
                        display: inline-block;
                        &:hover{
                          box-shadow:none;
                          border:0;
                          outline:0;
                        }
                        &:hover:before{
                          box-shadow:none;
                          border:0;
                          outline:0;
                        }
                         &:hover:after{
                          box-shadow:none;
                          border:0;
                          outline:0;
                        }
                      }
                  }

                  .chip {
                      span {
                          color: var(--ph-white-color);
                          font-size: 14px;
                          border: 1px solid var(--ph-white-color);
                          display: inline-block;
                          padding: 5px 10px;
                          margin-right: 10px;
                          border-radius: 5px;
                      }
                       p{
                          margin-bottom:0;
                      }
                  }

                  .product-price {
                      display: flex;
                      align-items: center;
                      justify-content: space-between;
                      padding: 20px 0;
                      margin-bottom:0;

                      h3 {
                          margin-bottom: 0;
                          color: var(--ph-white-color);
                          font-size:32px;
                          span {
                              font-size: 18px;
                          }
                      }

                      .product-percent {
                          display: flex;
                          align-items: center;
                          gap: 40px;

                          del {
                              color: var(--ph-white-color);
                              margin-bottom: 0;
                              font-size:20px;
                          }
                      }

                      h6 {
                          background: rgba(165, 241, 83, 1);
                          border-radius: 5px;
                          padding: 5px 10px;
                          color: var(--ph-bgmain-color);
                          font-size:16px;
                          margin:0;
                      }
                  }
              }
          }
      }
    }

    .upcoming_products {
        text-align: center;
        margin-top: 80px;

        p {
            color: rgba(34, 34, 34, 1);
            font-size: 28px;
            font-family: "Gilroy-Light", sans-serif;
            line-height: 32px;
            margin-bottom: 0;
            background: rgba(244, 217, 19, 1);
            padding:40px 20px 30px;
            margin-top: -15px;
        }
    }
}

.ph-bannerImage-box {
    display: flex;
    justify-content: end;
    align-items: center;
}

.ph-mainBanner-sec .swiper-pagination-bullet {
    text-align: right;
    line-height: 20px;
    font-size: 18px;
    opacity: 1;
    letter-spacing: 2px;
    position: relative;
    transition: 0.3s;
    border: 1.6px solid var(--ph-white-color);
    background: transparent;
    width: 14px;
    height: 14px;
}

.ph-mainBanner-sec .swiper-pagination-bullet-active {
    background: transparent;
    color: var(--ph-main-color);
    position: relative;
    transition: 0.3s;
    font-size: 32px;
    background: var(--ph-white-color);
}

.ph-mainBanner-sec .swiper-pagination {
    /* margin-bottom: 100px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: start; */

    @media screen and (max-width: 767px) {
        margin-bottom: 0px;
        justify-content: center;
    }
}



.ph-bannerContent-box {
    h3 {
        color: var(--ph-white-color);
        padding-bottom: 15px;
        margin-bottom: 0;
        font-size:32px;
        font-family: "Gilroy-Medium", sans-serif;
    }

    p {
        color: var(--ph-white-color);
        font-size:20px;
    }
}

/* Top main banner sec end */

/* freely sec */
.freely-sec {
    padding: 100px 0;
    background: radial-gradient(64.69% 64.69% at 50% 59.05%,
            #92d12b 3.84%,
            #4b6b16 100%);

    @media screen and (max-width: 767px) {
        padding: 40px 0;
    }

    .heading-title {
        padding-bottom: 0;
        h2 {
            margin-bottom: 0;
            color: #65901e;
            /* background-image: linear-gradient(180deg,#ffffff 37.12%, rgb(105 149 32) 60.64%); */
        }
    }

    ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0px;
        align-items: center;

        @media screen and (max-width: 767px) {
            grid-template-columns: repeat(1, 1fr);
            gap: 20px;
        }

        li {
            .point-freely {
                padding: 20px 0;

                span {
                    color: var(--ph-white-color);
                    position: relative;
                    font-family: "Gilroy-Bold", sans-serif;
                    font-size: 28px;
                    z-index: 99;
                    padding: 8px 0 0 14px;
                    display: inline-block;
                    margin-bottom: 5px;

                    &::before {
                        content: "";
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 36px;
                        height: 36px;
                        background: rgba(255, 255, 255, 0.2);
                        border-radius: 50px;
                        z-index: -1;
                    }
                }

                p {
                    color: var(--ph-white-color);
                    font-size: 20px;
                    padding-left: 14px;
                    margin-bottom: 0;
                }
            }

            &:nth-child(1) {
                flex: 1;
            }

            &:nth-child(2) {
                flex: 1.5;
                position: relative;
                text-align: center;

                .product-btn {
                    button {
                        background: rgba(251, 196, 12, 1);
                        border: 0;
                        border-radius: 50px;
                        padding: 10px 20px;
                        text-align: center;
                        max-width: 160px;
                        width: 100%;
                        font-family: "Gilroy-Medium", sans-serif;
                    }
                }

                @media screen and (max-width: 767px) {
                    margin-right: 0px;
                }
            }

            &:nth-child(3) {
                flex: 1;

                .point-freely {
                    text-align: right;

                    @media screen and (max-width: 767px) {
                        text-align: left;
                    }
                }
            }
        }
    }
}

/* freely end */
.every-day-sec {
    position: relative;
    padding: 100px 0;

    @media screen and (max-width: 767px) {
        padding: 40px 0;
    }

    background: linear-gradient(168.62deg, #215ae0 7.58%, #1841a2 30.61%);

    .heading-title {
        text-align: center;
        padding-bottom: 30px;

        h3 {
            color: var(--ph-white-color);
            font-size: 42px;
          @media screen and (max-width:767px){
            font-size:24px;
          }
        }

        p {
            color: rgba(255, 255, 255, 0.5);
            font-size: 18px;
        }
    }

    ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;

        @media screen and (max-width: 991px) {
            grid-template-columns: repeat(3, 1fr);
        }

        @media screen and (max-width: 767px) {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        @media screen and (max-width: 480px) {
            grid-template-columns: repeat(1, 1fr);
        }

        li {
            text-align: center;

            img {
                margin-bottom: 20px;
               @media screen and (max-width: 480px) {
                 width:100%;
               }
            }

            h4 {
              margin-bottom: 0;
              color: var(--ph-white-color);
              font-size: 24px;
              font-family: "Gilroy-Bold", sans-serif;
               @media screen and (max-width: 767px) {
                 font-size: 18px;
              }

            }

            p {
                font-size: 18px;
                color: rgba(255, 255, 255, 0.5);
                margin-bottom: 0;
            }
        }
    }
}

/* blog sec */
.blogs-sec {
    padding: 100px 0;

    @media screen and (max-width: 767px) {
        padding: 40px 0;
    }

    background: radial-gradient(64.69% 64.69% at 50% 59.05%,
        #92d12b 3.84%,
        #4b6b16 100%);

    .heading-title {
        h2 {
            margin-bottom: 0;
            color: #65901e;
            /* background-image: linear-gradient(180deg,    #ffffff 37.12%, rgb(105 149 32) 60.64%); */
        }
    }

    ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);

        @media screen and (max-width: 767px) {
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
        }

        @media screen and (max-width: 480px) {
            grid-template-columns: repeat(1, 1fr);
        }

        gap: 24px;

        li {
            background: #fff;
            overflow: hidden;
            position: relative;
            border-radius: 10px;
            height:calc(100% - 0px);
            margin-bottom:50px;

            .blog-content {
                padding: 20px;

                h6 {
                    color: rgba(145, 186, 42, 1);

                    img {
                        vertical-align: top;
                        padding-right: 5px;
                    }

                    span {
                        display: inline-block;
                        line-height: 20px;
                        font-size: 14px;
                    }
                }
                h2{
                 font-family: "Gilroy-Medium", sans-serif;
                }
                p {
                    color: rgba(139, 136, 123, 1);
                   font-family: "Gilroy-Light", sans-serif;
                }

                .read-more-btn {
                    background: rgba(251, 196, 12, 1);
                    border-radius: 50px;
                    border: none;
                    font-size: 16px;
                    padding: 10px 30px;
                    display:inline-block;
                    position:absolute;
                    bottom:20px;
                    img {
                        padding-left: 10px;
                    }
                }
            }
        }
    }
}

/* blog end */

/* freeb sec */
.free-beauty {
    padding: 80px 0 50px;

    @media screen and (max-width: 480px) {
        padding: 40px 0;
    }

    background: linear-gradient(180deg, #ffffff 14.35%, #e0e0e0 100%);

    .heading-title {
        text-align: center;

        h3 {
            font-size: 42px;
            font-family: "Gilroy-Medium", sans-serif;
          @media screen and (max-width:767px){
              font-size:24px;
          }
        }
    }

    ul {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 24px;
        align-items: center;
        @media screen and (max-width: 767px) {
            grid-template-columns: repeat(4, 1fr);
        }
        @media screen and (max-width: 767px) {
            grid-template-columns: repeat(3, 1fr);
        }
        @media screen and (max-width: 480px) {
            grid-template-columns: repeat(2, 1fr);
        }
      li{
        img{
          -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
          filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
          transition:0.3s;
          &:hover{
          filter: none;
          -webkit-filter: grayscale(0%);
          }
        }
      }
    }
}

/* end */
/*footer sec start*/
footer {
    padding-top: 140px;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    @media screen and (max-width:480px){
      padding-top:20px;
    }
    .ph-footer-all {
        position: relative;
        background: linear-gradient(137.06deg, #383937 24.1%, #171717 82.05%);
        padding: 50px 80px 50px;

        @media screen and (max-width: 767px) {
            padding: 20px 12px 20px;
        }


        &:before {
            content: "";
            position: absolute;            
            background: url('flower.png') no-repeat bottom center;
            background-size: 100%;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            z-index: 0;
        }

        ul {
            z-index: 9;
            position: relative;
            display: flex;
            flex-wrap: wrap;

            li {
                &:nth-child(1) {
                    flex: 1.5 1.5 0;

                    
                    p {
                        color: var(--ph-white-color);
                        font-size: 16px;
                        padding: 15px 0;
                    }

                    button {
                        background: rgba(251, 196, 12, 1);
                        border-radius: 50px;
                        border: none;
                        font-size: 16px;
                        padding: 8.5px 30px;

                        img {
                            padding-left: 10px;
                        }
                    }
                }

                &:nth-child(2) {
                    text-align: center;
                    flex: 2 2 0;

                    @media screen and (max-width: 767px) {
                        flex: 100% 0 0;
                    }

                    img {
                        position: relative;
                        margin-top: -140px;

                        @media screen and (max-width: 767px) {
                            margin: 20px 0;
                        }
                    }
                }

                &:nth-child(3) {
                    flex: 1 1 0;

                    @media screen and (max-width: 767px) {
                        flex: 100% 0 0;
                    }

                    h4 {
                        color: var(--ph-white-color);
                        font-size: 16px;
                    }

                    h5 {
                        color: rgba(251, 196, 12, 1);
                        font-size: 14px;
                        padding-top: 10px;
                        margin-bottom: 40px;
                        display:flex;
                        align-items:center;

                        img {
                            padding-right: 5px;
                        }
                    }

                    .footer_menu {
                        padding-top: 10px;

                        a {
                            display: block;
                            color: var(--ph-white-color);
                            font-size: 14px;
                            position: relative;
                            padding-left: 15px;
                            margin-bottom: 10px;

                            &:before {
                                position: absolute;
                                content: "";
                                left: 0;
                                top: 0;
                                bottom: 0;
                                margin: auto;
                                background: var(--ph-white-color);
                                width: 6px;
                                height: 6px;
                            }
                        }
                    }
                }
            }
        }

        .bottom_footer {
            text-align: center;
            position: relative;
            z-index: 99;

            .social_icon_footer {
                color: var(--ph-white-color);
                display: flex;
                flex-wrap: wrap;
                gap: 36px;
                align-items: center;
                justify-content: center;
                position: relative;
                padding-bottom: 20px;

                &::before {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    left: 0;
                    height: 2px;
                    width: 100%;
                    background: linear-gradient(90deg,
                            rgba(0, 0, 0, 0) 0%,
                            #5f5f5f 50%,
                            rgba(0, 0, 0, 0) 100%);
                }
            }

            p {
                color: var(--ph-white-color);
                font-size: 14px;
                margin-bottom: 0;
                padding-top: 20px;
            }
        }
    }
}



/* footer sec start */



/* end */

/* overlay start */
.ph-overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    
    background: url('popup-bg.svg') no-repeat;
    background-size: cover;
    overflow-y: hidden;
    transition: all 0.3s;
}

.ph-overlay-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.ph-overlay-header .ph-closebtn {
    font-size: 32px;
    color: var(--ph-white-color);
}

.ph-overlay-header .ph-closebtn:hover {
    color: var(--ph-main-color);
}

.ph-overlay-header .ph-login-logo img {
    max-width: 190px;
    min-width: 190px;
    width: 100%;
}

/* overlay end */

/* custom responsive */
@media screen and (max-width: 1199px) {

    html .ph-maintitle-heading {
        font-size: 32px;
    }

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

    .ph-copy-right .ph-social-icons {
        justify-content: center;
    }

    .ph-copy-right p {
        text-align: center;
    }

    .ph-overlay {
        overflow-y: auto;
        padding: 0 15px;
        z-index: 9999;
    }

    .ph-contact-form {
        padding: 0;
    }

    .shopify-section-group-header-group .ps-main-nav .ps-menu>ul>li {
        margin-right: 0px;
        border-bottom: 1px solid var(--ph-textlight-color);
        padding: 5px 0;
    }

    /* .shopify-section-group-header-group .ps-main-nav .ps-menu>ul>li:last-child {
        border-bottom: 0;
    } */
}

.section-aboutus{
  padding:50px 0;
  .heading-title{
    padding-bottom:0;
    h2{
      text-align:left;
      /* background-image: linear-gradient(180deg, #FFFFFF 37.12%, rgba(32, 88, 219, 0.2) 67.04%); */
      color:#225ae0;
      font-size:calc(4rem + 20px);
      font-family: "Gilroy-Bold", sans-serif;
      @media screen and (max-width:767px){
        font-size:calc(2rem + 20px);
      }
    }
    h3{
      color:#fff;
      font-size:28px;
      @media screen and (max-width:767px){
        font-size:21px;
      }
    }
  }
  p{
    color:#fff;
  }
}
.about_us_mx {
    text-align: center;
    padding-left:30px;
    @media screen and (max-width:767px){
      padding-left:0;
    }
    h3{
      font-size:28px;
      color:#fff;
      padding-top:30px;
    }
  }

.timeline_sec {
  .heading-title{
    position:relative;
    padding-bottom:50px;
    p{
      text-align:center;
      color:#fff;
    }
  }

  padding: 100px 0;
   position:relative;
  &:before {
    content: "";
    position: absolute;
    background: url('h_vector.png') no-repeat bottom left;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
    background-size:100%;
    }
    
    }
    
  }
}



