:root {
    --primary-color: #12AE4D;
    --dark-green: #01322C;
    --text-color: #F6FEF9;
    --black: #313132;
    --card-title-color: #DFFBEA;
    --gradient-color: #E8FCF0;
}

.title-section {
    height: 535px;
}

.title-section h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    color: var(--black);
    font-family: "Alatsi";
    text-align: center;
}

/* search bar=================== */


.search-bar {
    background-color: #FFFFFF !important;
    padding: 0px 24px;
    width: 448px;
    height: 54px;
    margin-top: 24px;
}

.search-bar img {
    width: 24px;
    height: 24px;
}

.search-input {
    border: none;
    margin-left: 10px;
    width: 100%;
}

.search-input::placeholder {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--black);
}

.search-input:focus {
    border: none;
    outline: none;
}

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

.section-padding {
    padding: 50px 0px;
}

.share-blog-div {
    padding-bottom: 50px;
}

/* list and grid view============================================ */
.view-btn {
    display: flex;
    align-items: center;
}

.list {
    padding-left: 0px;
}

.view-btn i {
    font-size: 16px;
    margin-right: 10px;
}

.view-option {
    border: none;
    background-color: transparent;
}

.view-option img,
.forward-item img {
    height: 24px;
    width: 24px;
}

.list {
    list-style: none;
    display: flex;
}

.list li {
    color: white;
    transition: 0.3s;
}


.list.list-view-filter {
    flex-direction: column;
}

.list.list-view-filter .product-card img {
    width: 100%;
    margin-right: 24px;
}

.list.grid-view-filter .btn-div {
    justify-content: center;
}

.list.grid-view-filter {
    flex-flow: row wrap;
}

.list.grid-view-filter li {
    width: calc(50% - 24px);
    margin: 0px 12px;
    text-align: center;
    margin-bottom: 80px;
}

.list.list-view-filter li {
    margin-bottom: 30px;
}

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

.product-card-content {
    padding-top: 24px;
}

.product-card-content .description {
    margin: 10px 0px 24px 0px;
}

.product-card img {
    width: 100%;
}

.font-22-28-600 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--black);
}

.font-16-28-400 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: var(--black);
}

.font-24-28-400 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Alatsi";
    color: var(--black);
}

.font-16-24-500{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black);
}

.view-product-btn {
    padding: 6px 12px;
    background-color: var(--primary-color);
    border-radius: 4px;
    color: var(--text-color);
}

.view-product-btn:hover {
    color: var(--text-color);
}

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

.forward-item {
    margin-left: 12px;
}

.products-title {
    padding: 14px 24px;
    margin-bottom: 24px;
}

/* pagination================================ */

.pagination {
    margin-top: 14px;
}

.pagination a {
    height: 40px;
    width: 40px;
    text-align: center;
    border: none;
    border-radius: 100%;
    color: var(--text-gray);
    margin: 0px 10px;
}

.pagination a:hover {
    border: none;
    outline: none;
    color: var(--primary-color);
}

.pagination a:focus {
    outline: none;
    box-shadow: none;
    color: var(--primary-color);
}

.pagination .active a {
    background-color: var(--primary-color) !important;
}

.pagination-arrow-left,
.pagination-arrow-right {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    border-radius: 100% !important;
    justify-content: center;
    height: 40px;
    width: 40px;
}

.pagination-arrow-left::before {
    content: url(../icon/arrow-circle-left.svg);
}

.pagination-arrow-right::before {
    content: url(../icon/arrow-circle-right.svg);
}

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

.font-16-30-300 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: var(--black);
}

.about-us-section-inner .section-header,
.about-us-section-inner .font-16-30-300 {
    text-align: center;
}

.gap-24 {
    gap: 24px;
}

.gap-64 {
    gap: 64px;
}

.about-us-img-section img {
    width: 100%;
}

.production-section img {
    margin-bottom: 30px;
    width: 100%;
}

.production-section .section-header {
    width: 60%;
}


/* Video================================================== */

.wrapper {
    width: 100%;
    float: none !important;
    display: block;
    /* margin: 0 auto !important; */
    /* max-width: 1280px; */
    border-radius: 50px;
}

video {
    border-radius: 18px;
}

.HomeVideoInner {
    width: 100%;
    height: 100%;
    position: relative;
}

.StoryVideo video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.HomeVideoTitleSection img {
    border-radius: 16px;
    height: 80vh;
    width: 100%;
}

.HomeVideoTitleSection .SectionTitle {
    width: 100%;
}

.HomeVideoTitleSection .SectionContent {
    width: 100%;
    padding-top: 240px;
}

.HomeVideoTitleSection:not(.animate_it) {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
}

.HomeVideoTitleSection.animate_it {
    animation: inView 1s;
    -webkit-clip-path: circle(0% at 0% 50%);
    clip-path: circle(0% at 0% 50%);
}

.HomeVideoTitleSection.animate_reverse {
    animation: outView 1s;
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
}

.StoryVideo {
    max-height: 500px;
}

.StoryVideo video {
    width: 100%;
    height: 80vh;
    object-fit: fill;
    position: absolute;
}

@keyframes inView {
    0% {
        -webkit-clip-path: circle(100% at 50% 50%);
        clip-path: circle(100% at 50% 50%);
    }

    to {
        -webkit-clip-path: circle(0% at 0% 50%);
        clip-path: circle(0% at 0% 50%);
    }
}

@keyframes outView {
    0% {
        -webkit-clip-path: circle(0% at 0% 50%);
        clip-path: circle(0% at 0% 50%);

    }

    to {
        -webkit-clip-path: circle(100% at 50% 50%);
        clip-path: circle(100% at 50% 50%);
    }
}

.Video-playbtn {
    cursor: pointer;
    width: fit-content;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 9;
}

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

.explore-products-section .accent-header,
.explore-products-section .section-header,
.explore-products-section .description {
    text-align: center;
}

.explore-products-section .accent-header {
    margin-bottom: 0px;
}

.explore-products-section .section-header {
    margin-bottom: 0px;
}

.explore-products-section .description {
    margin: 4px 0px 64px 0px;
}

.products-slider-inner .product-card {
    margin: 0px 12px;
    text-align: center;
}

.products-slider-inner .product-card .btn-div {
    justify-content: center;
}

.production-section-bottom-img-web {
    display: none;
}

.production-section-bottom {
    margin-top: 50px;
}

.inner-slider .slick-next {
    right: 15px;
    top: 30%;
}

.inner-slider .slick-prev {
    left: 15px;
    top: 30%;
    z-index: 9;
}

/* Contact Us================================================================== */

.social-media-div {
    gap: 16px;
}

.social-media-div img {
    margin-top: 5px;
    width: 35px;
}

.contact-options {
    margin-top: 36px;
    padding-bottom: 70px;
    border-bottom: 1px solid #EAEAEB;
    gap: 22px;
}

.follow-us-div {
    margin-top: 24px;
}

.contact-option img {
    height: 40px;
    margin-right: 20px;
}

.map-section iframe {
    height: 600px;
}

.follow-us-div .font-24-28-400 {
    margin-bottom: 16px;
}

.get-in-touch-right {
    margin-top: 30px;
}

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

.gap-12 {
    gap: 5px;
}

.blog-card {
    margin-bottom: 52px;
    padding: 48px 0px;
}

.blog-card .blog-img {
    width: 100%;
    margin-bottom: 16px;
}

.font-32-42-400 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    color: var(--black);
    font-family: "Alatsi";
}

.font-16-26-300 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: var(--black);
}

.font-16-26-400 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: var(--black);
}

.blog-card .font-16-26-300 {
    margin: 16px 0px;
}

.blog-card .user {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    margin-right: 10px;
}

.gap-16 {
    gap: 10px;
}

.blog-img-inner {
    width: 100%;
}

.share-blog-div .social-media-div {
    margin-top: 32px;
}

.share-icon {
    margin-right: 12px;
}

.special-p {
    padding-left: 16px;
    border-left: 4px solid var(--primary-color);
}

.arrow-btn a:hover {
    color: var(--black);
}

.blog-user-div {
    text-align: center;
}

.blog-user-div img {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
}

.font-16-26-600 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

.margin-top-64 {
    margin-top: 30px;
}

.margin-bottom-64 {
    margin-bottom: 30px;
}

.blog-content {
    margin-top: 50px;
}

.product-slider-nav-item div{
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.product-slider-nav-item {
    margin-bottom: 24px;
}

.product-slider-nav-item.slick-current img {
    padding: 10px;
    border: 2px solid var(--primary-color);
}

.product-slider-for-item img {
    padding-left: 24px;
    width: 100%;
}

.product-single-right .font-16-30-300 {
    margin: 24px 0px;
}

/* expandable slider================================= */

.expandable-slider {
    margin: 0 auto;
    height: 650px;
    display: flex;
    align-items: center;
}

.expandable-slider .item {
    flex-grow: 1;
    height: 650px;
    position: relative;
    transition: all 300ms ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.expandable-slider .item:hover {
    flex-grow: 4.3;
}

.expandable-slider .item:before {
    content: attr(data-order);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

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

.product-card-content .font-16-28-400{
    margin: 10px 0px 24px 0px;
}

.arrow-btn svg{
    margin-left: 16px;
}

.blog-content .arrow-btn svg{
    margin-right: 16px;
    margin-left: 0;
}

.blog-card .font-16-24-500{
    color: var(--primary-color);
}

.blog-card .font-16-24-500:hover{
    color: var(--primary-color);
}

.blog-card .font-16-24-500 svg path{
    stroke: var(--primary-color);
}

.blog-card .font-16-24-500 svg{
    height: 20px;
    width: 20px;
}

.blog-card .arrow-btn{
    margin-top: 32px;
}

.products-slider-inner{
    height: fit-content;
}