@charset "UTF-8";

@font-face {
    font-family: iranSans;
    src: url('https://www.pishgamanbazr.com/assets/fonts/IRANSansXFaNum-Regular.woff2');
}

* {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

html,
body {
    font-size: 14px;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width: 100%;
    font-family: iranSans !important;
    -webkit-font-smoothing: antialiased;
    /* For Chrome, Safari, newer versions of Opera */
    -moz-osx-font-smoothing: grayscale;
    /* For Firefox on macOS */
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: iranSans !important;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


.page-content,
section {
    overflow: hidden;
}

.roomy-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.roomy-80 {
    /* padding-top: 100px;
    padding-bottom: 80px; */
    padding-top: 10px;
    padding-bottom: 50px;
}

.roomy-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.roomy-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.roomy-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.roomy-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}



.text-muted {}

.text-primary {
    color: rgb(31, 81, 64) !important;
    ;
}

.text-finence {
    color: rgb(63, 117, 99) !important;
    ;
}

.text-mega {
    color: rgb(31, 81, 64) !important;
    font-family: iranSans !important;
}

.text-white {
    color: #fff !important;
    ;
}

.text-black {
    color: #000 !important;
}

.text-warning {}

.text-danger {}

.disabled {
    cursor: not-allowed;
}

/*bacground color*/
.lightbg {
    background-color: #f2f2f2;
}

.bg-primary {
    background-color: #a600ff;
}

.bg-finence {
    background-color: #13A0B2;
}

.bg-mega {
    background-color: #1b1b1b;
}

.bg-grey {
    background-color: #f5f5f5;
}

.bg-black {
    background-color: #222222;
}

.bg-white {
    background-color: #fff;
}

.bg-dark-green {
    background: rgb(31, 81, 64);
}

.color-white {
    color: white;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-user-drag: none;
    -user-drag: none;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    /* border-radius: 10px; */
}

a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
    background-color: transparent;
}

/* *,
*:before,
*:after {
    box-sizing: border-box;
    direction: rtl;
} */

p {
    margin: 0 0 15px;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: rgb(0, 0, 0);
}

.form-control {
    border-radius: 0px;
    border: 1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    width: 100%;
    height: 50px;
}

.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(102, 175, 233, .6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*margin: 0;*/
    font-family: 'Raleway', sans-serif;
    color: #1a1a1a;
    margin-bottom: 10px;
}

h1 {
    font-size: 3rem;
    line-height: 4rem;
}

h2 {
    font-size: 2.5rem;
    line-height: 3rem;
}

h3 {
    font-size: 1.500rem;
    line-height: 2rem;
}

h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
}

h5 {
    font-size: 1.125rem;
    line-height: 1.575rem
}

h6 {
    font-size: 1rem;
}

.port_overlay h5 {
    color: #1f5140;
}


h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span {
    color: rgb(31, 81, 64);
}

p {
    line-height: 1.5rem;
}

p:last-child {
    margin-bottom: 0px;
}

/*colors*/
.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}


/*
Section
*/

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

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

/*all overlay*/

.overlay {
    background-color: rgba(41, 39, 34, 0.50);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.left-no-padding {
    padding-left: 0 !important;
}

.right-no-padding {
    padding-right: 0 !important;
}

.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}

.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}


/*
Separator
*/
.separator_left {
    width: 85px;
    height: 2px;
    margin: 20px 0px;
    background: rgb(31, 81, 64);
}

.separator_auto {
    width: 85px;
    height: 2px;
    margin: 20px auto;
    background: rgb(31, 81, 64);
}

.separator_small {
    width: 30px;
    height: 2px;
    margin: 20px 0px;
    background: rgb(31, 81, 64);
}

/*
Button
*/
.btn {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid;
    padding: 1rem 4rem;
}

.btn-primary {
    color: #fff;
    background-color: rgb(31, 81, 64);
    border: 1px solid;
    border-color: #d17dff;
    border-radius: 50px;
}

.btn-primary:hover {
    background-color: #eee;
    border-color: #eee;
    color: rgb(31, 81, 64);
    border-radius: 10px;
}

.btn-default {
    color: #fff;
    background-color: transparent;
    border: 1px solid;
    border-color: #b6b6b6;
    border-radius: 50px;
}

.btn-default:hover {
    background-color: rgb(31, 81, 64);
    border-color: #c456ff;
    color: #323232 !important;
}


/*
socail icon
--------------------------------*/
/*
Extra height css
*/
.m-0 {
    margin: 0 !important;
}

.m-top-0 {
    margin-top: 0;
}

.m-r-0 {
    margin-right: 0;
}

.m-l-0 {
    margin-left: 0;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-r-15 {
    margin-right: 15px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-20 {
    margin-top: 20px;
}

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

.m-top-40 {
    margin-top: 40px;
}

.m-top-50 {
    margin-top: 50px;
}

.m-top-60 {
    margin-top: 60px;
}

.m-top-70 {
    margin-top: 70px;
}

.m-top-80 {
    margin-top: 80px;
}

.m-top-90 {
    margin-top: 90px;
}

.m-top-100 {
    margin-top: 100px;
}

.m-top-110 {
    margin-top: 110px;
}

.m-top-120 {
    margin-top: 120px;
}

.m-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.m-t-b-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.m-bottom-10 {
    margin-top: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

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

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-90 {
    margin-bottom: 90px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.m-bottom-110 {
    margin-bottom: 110px;
}

.m-bottom-120 {
    margin-bottom: 120px;
}

.m_t__b {
    margin: 14rem 0;
}

.p_t__b {
    padding: 6rem 0;
}

p-0 {
    padding: 0 !important;
}

.p-l-15 {
    padding-left: 15px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-top-10 {
    padding-top: 10px;
}

.p-top-20 {
    padding-top: 1.33rem;
}

.p-bottom-20 {
    padding-bottom: 1.33rem;
}

.p-top-30 {
    padding-top: 1.875rem;
}

.p-bottom-30 {
    padding-bottom: 1.875rem;
}

.p-top-40 {
    padding-top: 2.66rem;
}

.p-bottom-40 {
    padding-bottom: 2.66rem;
}

.p-top-60 {
    padding-top: 5rem;
}

.p-bottom-60 {
    padding-bottom: 5rem;
}

.p-top-80 {
    padding-top: 5.714rem;
}

.p-bottom-80 {
    padding-bottom: 5.714rem;
}

.p-top-90 {
    padding-top: 6.429rem;
}

.p-bottom-90 {
    padding-bottom: 6.429rem;
}

.p-top-100 {
    padding-top: 100px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}

.p-top-110 {
    padding-top: 110px;
}

.p-bottom-110 {
    padding-bottom: 110px;
}

.p-bottom-0 {
    padding-bottom: 0;
}

.p_l_r {
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}

/*padding*/
.padding-twenty {
    padding: 10px 0;
}

.padding-fourty {
    padding: 20px 0;
}

.padding-sixty {
    padding: 30px 0;
}

.padding-eighty {
    padding: 40px 0;
}

/*border*/
.no-border-top {
    border-top: 0px solid transparent !important;
}

.no-border-rigth {
    border-right: 0px solid transparent !important;
}

/*for placeholder changes*/

input[type="email"].form-control::-webkit-input-placeholder {
    color: #797979;
    background-color: transparent;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder {
    color: #cdcdcd;
}

textarea::-webkit-input-placeholder,
textarea::-moz-input-placeholder,
textarea::-ms-input-placeholder {
    color: #cdcdcd;
    padding: 5px;
}

.transform_scal_rotate:hover img {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}

.culmn {
    width: 100%;
    overflow: hidden;
    /* opacity: 0; */
    transition: all 1s;
}

.fix {
    overflow: hidden;
}

/*heading title all area*/
.head_title {
    padding-bottom: 2.143rem;
    overflow: hidden;
}

.head_title h2 {
    font-weight: 700;
    font-size: 2.250rem;
}

.head_title h5 {
    font-weight: 400;
    font-size: 1.125rem;
    color: #999999;
}

/*End off pridifain css*/
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    transition: all 1s;

}

#loading img {
    animation: fade-opacity 3s linear;
}

.opacity-full {
    transition: all 1.5s !important;
    opacity: 1;
}

#loading-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading-center-absolute {
    position: relative;
}

.logo {
    height: 155px;
    top: -35px;
    position: absolute;
    opacity: 0.9;
    scale: 45%;
    cursor: pointer;
    z-index: 999;
}

.vintage-green {
    background: radial-gradient(circle, #134800 30%, #022600 70%) !important;
}

@keyframes fade-opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.banner {
    background: url(../images/banner.gif);
    background-size: contain;
    background-repeat: no-repeat;
}

/*
Nav Menu style
==================*/

.navbar-brand {
    padding: 25px 15px;
}

.navbar-brand>img {
    display: block;
    width: 100%;
    animation: glow 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
    position: absolute;
}

@keyframes glow {
    0% {
        filter: brightness(100%) drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
        /* Initial glow filter */
    }

    100% {
        filter: brightness(150%) drop-shadow(0 0 50px rgba(255, 255, 255, 1));
        /* Final glow filter */
    }
}

.navbar-callus li a {
    font-size: 14px;
    padding: 10px;
    color: #444444;
    display: inline-block;
}

.navbar-callus li a i {
    font-size: 13px;
    color: #1abc9c;
    margin-right: 5px;
}

.navbar-socail li a {
    font-size: 16px;
    padding: 10px;
    color: #aaaaaa;
    display: inline-block;
}

.navbar-socail li a:hover {
    background-color: #3765a3;
    color: #fff;
}


/*
Home Section style
==================*/

.home {
    background-size: cover;
    position: relative;
    width: 100%;
    height: 37vw;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.main_home .home_text h2 {
    font-size: 36px;
    font-weight: 400;
}

.main_home .home_text h1 {
    font-size: 48px;
    font-weight: 700;
}

.main_home .home_text h3 {
    font-size: 24px;
    font-weight: 400;
}

.main_home .slick-dots li button::before {
    font-family: slick;
    font-size: 8px;
    line-height: 7px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    content: "";
    text-align: center;
    opacity: 0.9;
    color: white;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}

.main_home .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.main_home .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: rgb(31, 81, 64);
}

.main_home .slick-dots {
    bottom: -200px;
}

.work_container .slick-arrow,
.main_home .slick-arrow {
    font-size: 3rem;
    color: #fff;
    top: 30%;
    position: absolute;
    z-index: 90;
    cursor: pointer;
}

.main_home .nextprevleft {
    left: -3%;
}

.main_home .nextprevright {
    right: -3%;
}

.home_btns {
    margin-left: -10px;
}

.home_btns a {
    margin-left: 10px;
}


/*
Featured section style
========================*/

.features_item .f_item_icon {
    float: left;
    width: 15%;
    display: inline-block;
    margin-right: 15px;
}

.features_item .f_item_icon i {
    font-size: 4rem;
    color: rgb(31, 81, 64);
}

.features_item .f_item_text {
    display: inline-block;
    /* width:75%; */
    position: relative;
    width: 100%;
    text-align: justify;
}

.features_item .f_item_text p {
    font-size: 14px;
}

/*Business Section*/
.main_business {}

.business_item {}

.business_item h2 {
    font-size: 26px;
    font-weight: 800;
}

.business_item li {
    font-size: 18px;
    font-weight: 300;
    line-height: 2rem;
}

.business_item li i {
    font-size: 12px;
    margin-right: 5px;

}

.business_item p {
    color: #333333;
    line-height: 2rem;
    font-size: 14px;
    font-weight: 500;
}

.business_item .business_btn {
    /* margin-left:-10px; */
}

.business_item .business_btn a {
    margin-left: 10px;
}

.business_item .business_btn .btn-default {
    color: #444444;
}


.slid_shap {
    height: 40px;
    border-radius: 4px 4px 0px 0px;
    width: 100%;
}

.business_slid {
    box-shadow: 0px 0px 8px -1px;
    border-radius: 4px 4px 0px 0px;
}

.business_slid .business_items {
    background-color: #fff;
    margin: 0;
}

.business_slid .slick-arrow {
    position: absolute;
    top: 29%;
    z-index: 1;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    transition: all 0.6s;
    color: #fff;
}

.business_slid .nextprevleft {
    left: 5.9%;
}

.business_slid .nextprevright {
    right: 6%;
}

.business_slid .nextprevleft:hover,
.business_slid .nextprevright:hover {
    /*    width:25px;
        height: 25px;
        line-height: 25px;*/
    /*text-align: center;*/
    background-color: #ddd;
    border-radius: 50%;
}

.business_slid .slick-dots {
    position: absolute;
    top: -36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.dropdown{
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
}

/*
work Section style
=====================*/

/*.slides{
    width:100%;
    height: auto;
}*/
/*#owl-demo .item{
    width:350px;
    height:350px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: 300px;
}*/



.main_product .carousel-control {
    background-color: #fff;
    color: #333;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1rem;
    text-align: center;
    top: 40%;
}

.main_product .carousel-control:hover {
    background-color: rgb(31, 81, 64);
    color: #fff;
}

.main_product .carousel-control.left {
    left: -1.4%;
    box-shadow: -1px 0px 0px 0px;
}

.main_product .carousel-control.right {
    right: -1.4%;
    box-shadow: 1px 0px 0px 0px;
}

.main_product .port_img {
    position: absolute;
    overflow: hidden;
    background: #fbfbfb;
    border-radius: 500px;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
}

.main_product .port_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* .port_img :hover{
    scale:120%;
} */
.main_product .port_overlay {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    /*padding-top: 35%;*/
    opacity: 0;
    transition: all 0.5s;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.main_product .port_overlay a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 2rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main_product .port_img:hover .port_overlay a {
    bottom: 0;
}

.main_product .port_img:hover .port_overlay {
    opacity: 1;
    background: transparent;
    backdrop-filter: blur(5px);
    box-shadow: inset 0px 0 20px 200px #ffffff9c;
    border-radius: 500px;
}

.port_img:hover img {
    opacity: 0;
    /* Hide image on hover */
}

.port_img:hover {
    background: transparent;
}



/*Test Section
======================*/
.main_test {
    width: 100%;
    display: block;
}

.test_item {
    padding: 40px;
    transition: all 0.6s;
    border: 1px solid transparent;
}

.test_item:hover {
    border: 1px solid #ddd;
    background-color: #fff;
}

.test_item:hover .item_img i {
    color: #fff;
    background-color: rgb(31, 81, 64);
}

.main_test .item_img {
    float: left;
    display: inline-block;
    width: 20%;
    margin-right: 10%;
}

.main_test .item_text {
    display: inline-block;
    width: 70%;
}

.item_img {
    position: relative;
}

.item_img i {
    background-color: #fff;
    position: absolute;
    right: -25%;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ddd;
    border-radius: 50%;
    box-shadow: 1px 0px 0px 0px #ddd;
}

/*Brand Section
=========================*/
.brand_item img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.6s;
    height: 30px;
}

.brand_item img:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}




/*call to action
=========================*/

.action_btn .btn-default:hover {
    background-color: #fff;
    color: rgb(31, 81, 64);
}

.action-lage {
    position: relative;
    width: 100%;
    font-family: iranSans !important;
}

.action-lage:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid rgb(31, 81, 64);
    left: 50%;
    top: 0%;
    z-index: 3;
    margin-left: -15px;
    display: none;
}



/*Footer section*/
.divider {
    width: 100%;
    height: 1px;
    background-color: #434769;
    display: inline-block;
}

.widget_ab_item_text h6 {
    margin-bottom: 5px;
}

.widget_item h5 {
    font-weight: 700;
}

.widget_item .btn:hover {
    background-color: #0ec9a2;
}

.widget_item li a {
    color: #ffffff;
}

.widget_item li a:hover {
    scale: 110%;
}

.widget_latst_item_text p {
    margin-bottom: 0px;
    color: #aaaaaa;
}

.widget_ab_item_text a {
    color: white;
}

.widget_service li i,
.widget_latst_item_text a {
    font-size: 12px;
    color: #f6f6f6;
}

.widget_service li i {
    margin-right: 5px;
}

.widget_service li {
    font-size: 13px;
    border-bottom: 1px groove #aaa;
    padding-bottom: 10px;
}

.widget_newsletter li a:hover i,
.widget_latst_item_text:hover p,
.widget_service li:hover,
.widget_service li:hover i {
    color: #fff;
}

.widget_ab_item .item_icon,
.widget_latst_item .item_icon {
    float: left;
    width: 20%;
    display: inline-block;
    margin-right: 15px;
}

.widget_ab_item .widget_ab_item_text,
.widget_latst_item .widget_latst_item_text {
    display: inline-block;
    width: 70%;
}

.widget_ab_item .item_icon {
    float: left;
    width: 10%;
    display: inline-block;
    margin-right: 15px;
}

.widget_ab_item .widget_ab_item_text {
    display: inline-block;
    width: 80%;
}

.widget_newsletter .form-inline .form-group {
    display: flex;
}

.widget_newsletter .form-control {
    width: 80%;
    height: 40px;
    background-color: #1a1a1a;
    border-color: #333333;
    display: inline-block;
    color: white;
}

.widget_newsletter .btn {
    width: 20%;
    padding: 0.65rem 1.2rem;
    background-color: rgb(31, 81, 64);
    border-color: rgb(61, 126, 105);
    color: #fff;
    border-radius: 0;
    margin-left: -4px;
    display: inline-block;
}

.widget_brand a {
    font-size: 30px;
    font-weight: 800;
    color: #aaa;
}

.widget_newsletter li a i {
    color: #aaa;
}


.main_footer i {
    padding: 0px 5px;
    color: #ff0000;
}

.main_footer a {
    color: #7eb94a !important;
    padding: 5px;
}

.navbar-collapse a:hover {
    background-size: 200% 200%;
    /* Size of the background */
    transition: color 0.5s ease;

    color: #abd887 !important;
}

@keyframes pulsate {

    100% {

        text-shadow:
            0 0 4px #f09,
            0 0 11px #f09,
            0 0 19px #f09,
            0 0 40px #f09,
            0 0 80px #f09,
            0 0 90px #f09,
            0 0 100px #f09,
            0 0 150px #f09;

    }

    0% {

        text-shadow:
            0 0 4px #f09,
            0 0 10px #f09,
            0 0 18px #f09,
            0 0 38px #f09,
            0 0 73px #f09,
            0 0 80px #f09,
            0 0 94px #f09,
            0 0 140px #f09;

    }
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px rgb(120, 185, 68),
            /* Green glow */
            0 0 20px rgb(120, 185, 68),
            /* Green glow */
            0 0 30px rgb(120, 185, 68),
            /* Green glow */
            0 0 40px rgb(120, 185, 68),
            /* Green glow */
            0 0 70px rgb(120, 185, 68),
            /* Green glow */
            0 0 80px rgb(120, 185, 68),
            /* Green glow */
            0 0 100px rgb(120, 185, 68);
        /* Green glow */
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}

.nav {
    display: flex;
    gap: 10px;
}

.features_item {
    border: 2px #8080801c solid;
    border-radius: 35px;
    box-shadow: 0 0px 20px 20px #0000000a;
    padding: 16px;
    cursor: pointer;
    transition: box-shadow 0.5s ease;
    transition: border-radius 0.5s ease;
    min-height: 200px;
}

.features_item:hover {
    box-shadow: 0 0px 10px 10px #a600ff10;
    border-radius: 5px;
}

.features_item .f_item_icon {
    position: absolute;
    left: 20px;
    scale: 60%;
    top: 0px;
}

.btn-close {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: x-large;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    stroke: black;
    -webkit-text-stroke: 1px #d5d5d5;
    text-stroke: 1px black;
    cursor: pointer;
}

form {
    display: grid;
    grid-gap: 10px;
    padding: 20px;
    background: white;
    border: 2px #8080801c solid;
    border-radius: 35px;
    box-shadow: 0 0px 20px 20px #0000000a;
    transition: all 0.5s;
}

form:hover {
    box-shadow: 0 0px 10px 10px #a600ff10;
    border-radius: 5px;
}

form input {
    width: 100%;
    border-radius: 10px;
    height: 38px;
    border: 1px gray solid;
}

form textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px gray solid;
}

form textarea:hover,
form input:hover {
    border: 1px #a600ff solid;
}

.link {
    box-shadow: inset 0 0px 10px 10px #a600ff10;
    padding: 5px;
    transition: all 0.5s;
}

.link:hover {
    box-shadow: 0 0px 10px 10px #a600ff10;
}

.port_caption h5,
.port_caption h6 {
    text-align: center;
    font-family: iranSans !important;
}

.list-inline {
    font-size: 42px !important;
    text-align: center;
}

.img-overlay {
    background-color: #00000084;
    width: 100%;
    height: 121px;
    color: white;
    font-size: 48px;
    font-family: iranSans !important;
    padding: 24px;
    bottom: 36px !important;
    position: absolute !important;
}

.img-overlay p {
    height: 100%;
    position: absolute;
    width: 100%;
    padding: 24px;
    text-align: center;
}

.img-customer-logo {
    height: 96px !important;
}

.navbar-brand {
    position: absolute;
    width: 48px;
    top: -10px;
}

@media only screen and (max-width:700px) {
    .img-overlay {
        font-size: x-large;
    }

    .white-overlay {
        height: 10%;
    }
}

@media only screen and (max-width:500px) {
    #home {
        height: 360px;
    }
    #company #title{
        font-size: 19px;
    }
    .details h4 {
        font-size: 18px;
    }

    .details-smaller-title{
        font-size: 16px !important;
        font-weight: bold;
    }
}

@media (max-width: 425px){
    .main_product .port_overlay h2{
        font-size: 24px;
    }
    .about-desc img{
        left: 21% !important;
    }
}

@media (max-width: 375px) {
    .about-desc img {
        left: 15% !important;
    }
}

@media (max-width: 320px) {
    .about-desc img {
        left: 11% !important;
    }
}

@media only screen and (max-width:400px) {
    #home {
        height: 288px;
    }
}

.navbar-header {
    display: flex;
    position: absolute;
    height: 100%;
    width: 13%;
    left: 0;
    top: 0;
}

.arrow-bottom-border {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
}

.wavy-bottom-border {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 90% 100%, 80% 85%, 70% 100%, 60% 85%, 50% 100%, 40% 85%, 30% 100%, 20% 85%, 10% 100%, 0% 85%);
}

.skew-bottom-left {
    transform: skewY(-4deg);
    transform-origin: bottom left;
}

.border-item {
    /* border: 2px #8080801c solid; */
    border-radius: 50px;
    box-shadow: 0 0px 20px 20px #0000000a;
    overflow: hidden;
    transition: all 0.5s;
}

.border-item:hover {
    box-shadow: 0 0px 10px 10px rgba(121, 185, 68, 0.239);
    border-radius: 5px;
}

.border-top-down-left {
    clip-path: polygon(0% 10%, 100% 0%, 100% 80%, 0% 100%);
}

.badge-menu {
    position: absolute !important;
    right: -8px;
    top: -8px;
    width: 2px !important;
    height: 2px !important;
    background: red !important;
    scale: 70%;
    border-radius: 500px !important;
    animation: growShrink 2.5s infinite;
}

/* @keyframes growShrink {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
  } */

@keyframes growShrink {

    0%,
    70% {
        transform: scale(1);
    }

    80% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

.fixed-container {
    position: fixed;
    right: 10px;
    top: 25%;
    display: grid;
    gap: 8px;
    z-index: 1000;
    max-height: 60px;
    transition: all 1s !important;
}

.fixed-container div {
    position: relative;
    background: rgb(120 185 68);
    border-radius: 10px;
    padding: 8px;
    display: flex;
    cursor: pointer;
    width: 32px;
    height: 32px;
    transition: all 1s;
    /* box-shadow: 2px 4px 1px 0px #0000001f; */
}

.fixed-container i {
    font-size: large;
    color: white;
    transition: all 1s;
}

.fixed-container p {
    font-size: small;
    place-items: center;
    color: white;
    display: none;
    justify-content: center;
    /* Horizontally center */
    align-items: center;
    /* Vertically center */
    text-wrap: nowrap;
    margin: 0 !important;
}

.fixed-container div:hover {
    width: auto;
    border-radius: 0px !important;
    /* border-radius: 0; */
    transition: all 0.35s;
}

.fixed-container>div:hover>i {
    display: none;
    /* Hide the <i> element */
}

.fixed-container>div:hover>p {
    display: flex;
    /* Show the <p> element */
    margin: 0 12px 0 12px;
}

.full-screen {
    transition: all 1s ease;
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
    background: rgba(38, 81, 64) !important;
    border-radius: 0 !important;
    animation: expandWidth 1.5s forwards !important;

}

@keyframes expandWidth {
    0% {
        /* width: 0;
        height: 0; */
    }

    33% {
        left: 0 !important;
        width: 100% !important;
    }

    66% {
        top: 0 !important;
    }

    100% {
        height: 100% !important;
    }
}

.justify {
    text-align: justify;
}

.submenu {
    display: none;
    position: absolute;
    background: #ffffffe8;
    backdrop-filter: blur(3px);
    border-radius: 0 0 20px 20px;
    min-width: 2000%;
}

.has-submenu:hover .submenu {
    display: block;

}

.submenu div {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 16px;
    align-items: flex-start;
    /* Align items at the start vertically */
}

.company-menu {
    transition: all 0.25s;
    display: inline-block;
    width: 128px;
    height: 128px;
    text-align: center;
    margin: 8px;
}

.company-menu:hover {
    border: 2px #00000008 solid;
    box-shadow: inset 0 0px 20px 20px #04ff0914;
}

.company-menu img {
    max-width: 100%;
    height: 100%;
    display: flex;
}

.button-cover {
    height: 100px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px;
}

.ltrElement {
    direction: ltr !important;
    display: flex !important;
}

.hidden {
    display: none;
    transition: all 1s;
}

.hide {
    display: none !important;
}

.mnu:hover {
    stroke-width: 5;
    stroke-dasharray: 20, 300;
    stroke-dashoffset: 48;
    stroke: #FF9950;
    transition: all 2s cubic-bezier(0.22, 1, 0.25, 1);
}


.btn-4 {
    overflow: hidden;
    position: relative;
    border-radius: 0 25PX;
    padding-right: 32px;


    span {
        z-index: 20;
    }

    &:after {
        background: #ffffff38;
        content: "";
        height: 745px;
        left: -350px;
        /* opacity: .2; */
        position: absolute;
        top: -182px;
        transform: rotate(45deg);
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
        backdrop-filter: blur(1px);
        width: 148px;
    }
}

.btn-4:hover {

    &:after {
        left: 120%;
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    }
}

.gradient-background {
    background: rgba(0, 0, 0, 0.33);
    background-size: 800% 800%;
    -webkit-animation: background-menu 37s ease infinite;
    -moz-animation: background-menu 37s ease infinite;
    -o-animation: background-menu 37s ease infinite;
    animation: background-menu 37s ease infinite;
    transition: all 0.25s linear !important;
}

.gradient-background-mobile {
    background: rgba(0, 0, 0, 0.33) !important;
    top: 0px !important;
    backdrop-filter: blur(5px);
    z-index: 1000;
    display: block;
}

.white-background {
    background: white !important;
    z-index: 1000 !important;
    display: block !important;
}

black-color {
    color: black !important;
}

/* .gradient-background:hover{
    background: rgb(246, 255, 230);
    color: black !important;
}
.gradient-background:hover + .nav-extra-menu {
    background: rgb(246, 255, 230);
  }
.gradient-background:hover .navbar-right > li > a {
    color: black !important;
}
.gradient-background:hover .faux-select,
.gradient-background:hover .nav-extra-menu > div > i {
    color: black !important;
    background: rgb(246, 255, 230);
}

.gradient-background:hover .faux-select{
    border: 1px solid rgb(0, 0, 0);
}
.gradient-background:hover .faux-select::before{
    border-top: 0.8em solid black !important;
} */

.outter-top {
    top: -200px;
}

@-webkit-keyframes background-menu {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes background-menu {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-o-keyframes background-menu {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes background-menu {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.col-sm-3 {
    width: 256px;
    height: 256px;
    border-radius: 500px;
    /* background: red; */
    height: 256px;
    background: white;
    transition: all 0.5s;
    box-shadow: 0 0px 14px 1px #78b944;
    margin: 13px;
    cursor: pointer;
}

.margin-menu {
    margin-right: 224px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.margin-menu::-webkit-scrollbar {
    display: none;
}


.container .row {
    display: flex;
    gap: 23px;
}

#carousel-example-generic {
    margin-bottom: 64px;
}

/* grid card styles */
/* Float four columns side by side */
.grid-column {
    float: left;
    width: 25%;
    padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.grid-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-evenly;
    margin: 0 -5px;
}

/* Clear floats after the columns */
.grid-row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
    .grid-column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

}

/* Style the counter cards */
.grid-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: rgb(31, 81, 64);
}

.grid-card p,
.grid-card h3 {
    color: white;
}

.product {
    background-image: url('../images/tiles/back.webp');
    background-size: cover;
    padding: 32px;
    display: grid;
    gap: 18px;
    transition: all 0.5s ease;
}

.product .container{
    display: flex;
    justify-content: space-around;
}

.product-hidden {
    height: 0;
    padding: 0;
    margin: 0;
    display: none;
}

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

/*select box*/
.faux-select {
    list-style-type: none;
    padding: 0.4em 0;
    color: #fff;
    text-align: left;
    cursor: pointer;
    width: 72px;
    display: inline-block;
    border-radius: 5px;
    /* border: 2px solid rgb(255, 255, 255); */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 16px;
    background: #78b944;
    height: 29px;

    li {
        padding: 0 0 0 8px;
        text-indent: 1em;
        position: relative;

        .options {
            display: block;
            list-style-type: none;
            padding: 0;
            margin: 0.4em 0 0 0;
            background: transparent;
            position: absolute;
            width: 100%;
            max-height: 0px;
            overflow: hidden;
            border: 3px solid transparent;
            top: 1.2em;
            /* left: -0.2em; */
            transition: all ease 0.25s;

            li {
                /* padding: 0.4em 0; */
                padding: 5px 0px 5px 5px;
                border-bottom: 1px solid rgb(255, 255, 255);
                color: black;

                &:hover {
                    /* background: rgba(255, 255, 255, 0.2); */
                    color: #7eb94a;
                }

                &:last-of-type {
                    border-bottom: 0;
                }
            }
        }

        .options.open {
            background: #fafafa94;
            max-height: 1000%;
            /* border: 3px solid #000;
            border-top: 3px solid transparent; */
            border: 2px solid #c0c0c01f;
            -webkit-box-shadow: 0px 0px 0px;
            -o-box-shadow: 0px 0px 0px;
            box-shadow: 0px 0px 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            -o-border-radius: 0px;
            border-radius: 0 0 10px 10px;
            backdrop-filter: blur(4px);
        }
    }

    &:before {
        content: '';
        scale: 40%;
        width: 0;
        height: 0;
        border-left: 0.5em solid transparent;
        border-right: 0.5em solid transparent;
        border-top: 0.8em solid #fff;
        position: absolute;
        top: 30%;
        right: 4px;
        transition: all ease 0.25s;
    }
}

.faux-select.open {
    &:before {
        border-left: 0.5em solid transparent;
        border-right: 0.5em solid transparent;
        border-bottom: 0.8em solid #fff;
        border-top: 0;
    }
}

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

.nav-extra-menu {
    position: absolute;
    display: flex;
    width: 150px;
    height: 100%;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: baseline;
    margin-right: 100px;
    top: 50%;
    transform: translateY(-50%);
}

.nav-extra-menu div {
    position: absolute;
    left: 0;
    top: 33%;
    display: block;
    font-size: x-large;
    color: white;
}

.product-grid {
    grid-template-columns: 256px 256px 256px 256px;
    grid-auto-rows: 256px;
    display: grid;
    grid-template-rows: 256px;
    margin-bottom: 70px;
    /* margin: 0 -15px 0 auto; */
    grid-gap: 45px;
}

.product-box {
    border-radius: 60.94px;
    background: white;
    overflow: hidden;
    position: relative;
}

.product-box:hover {
    box-shadow: 0 0 20px 1px rgb(255 255 255);
    scale: 105%;
}

.product-box-container {
    margin: 5px;
    border-radius: 70px 70px 92px 92px;
}

.product-box img {
    width: 100%;
    border-radius: 63px;
}

.product-box-title {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 15.8pt;
    background: rgb(31, 81, 64);

    margin: 6px 6px 3px 6px;
    border-radius: 100px 100px 0 0;
}

.product-box-title h2 {
    font-size: 15.8pt;
    color: white;
    line-height: 15.8pt;
    margin-top: 14px;
    margin-bottom: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-bg-gradient {
    background-image: url('../images/product-background.webp');
    position: relative;
    /* background: linear-gradient(270deg, rgb(32 85 67), #78b944);
    animation: product-bg-animation 10s ease infinite; */
}

/* @keyframes product-bg-animation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
} */
.product-overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: #1f5140e6;
    animation: product-bg-animation 10s ease infinite;
    width: 100%;
    height: 100%;
}

.events-hover:hover {
    box-shadow: 0 0px 20px 10px #78b944;
}

.logo-mobile {
    display: none;
}

.nav a {
    color: black;
}

#brand h2 {
    /* z-index: 10; */
    position: relative;
}

#company {
    position: relative;
    display: flex;
    padding: 24px;
    padding-bottom: 128px;
    /* background: url('../images/world2.svg'); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    transition: all 1s ease;
}

#company #title {
    color: rgb(31, 81, 64);
}

.company-grid {
    grid-template-columns: 205px 205px 205px 205px 205px 205px;
    display: grid;
    /* grid-template-rows: 205px 205px 205px; */
    grid-auto-rows: 96px;
    margin-bottom: 70px;
    margin: 0 auto;
    grid-gap: 15px;
    z-index: 1;
}

.company-item {
    position: relative;
    display: flex;
    /* clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
    cursor: pointer;
    position: relative;
    left: 0;
    transition: all 1s;
    /* border: solid 1px #7db84d; */
    border-radius: 10px;
    box-shadow: inset 0px 0 15px 1px #7db84d87;
}

.company-item:hover {
    /* scale: 120%; */
    box-shadow: inset 0px 0 15px 8px #7db84dc7;
}

/* .company-item:hover #product{
    display: none;
} */

.company-item img {
    scale: 57%;
    margin: 0 auto;
    filter: saturate(0);
}

.company-item img {
    filter: saturate(0);
}

.company-item:hover img {
    filter: saturate(1);
    scale: 75%;
}

.company-item h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 28px;
    display: none;
}

.hidden-left {
    left: -5000px;
}

.hidden-zero {
    left: 0 !important;
}

.company-products {
    position: relative;
    left: 5000px;
    z-index: 1;
    transition: all 1s;

}

.worldMap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -17%;
    width: 134%;
    height: 130%;
    background-image: url('../images/World\ Map.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    background-repeat: no-repeat;
    background-position-y: center;
    display: none;
}

.back {
    position: absolute;
    left: 0;
    cursor: pointer;
    scale: 80%;
    margin-top: 23px;
}

.back i {
    font-size: xx-large;
}

.heptagon {
    /* background: url('../images/heptagon.svg'); */
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.company-item:hover .heptagon {
    /* background: url('../images/green-heptagon.svg'); */
}

.companyitem h5 {
    transition: all 0.5s;
}

.top-title {
    padding: 24px;
    background: linear-gradient(180deg, rgb(38, 81, 64) 25%, rgb(255, 255, 255));
    position: relative;
    margin: 100px 12px 10px 12px;
    text-align: center;
    border-radius: 12px 12px 0 0;
    max-height: 68px;
}

.top-title img {
    width: 9%;
    /* scale: 200%; */
    margin-top: -1%;
    cursor: pointer;
}

.product-isb {
    position: relative;
    margin: 5px;
    border-radius: 10px;
    padding: 10px 0 0 0;
    transition: all 0.3s;
}

.product-isb:hover {
    /* border: 15px solid #0000000f; */
    scale: 120%;
    /* background: rgba(0, 255, 34, 0.089); */
    backdrop-filter: blur(2px);
    transition: all 0.3s;
}

.product-isb img {
    height: 80%;
    margin: 0 auto;
}

.product-isb h5 {
    background: rgb(31, 81, 64);
    color: white;
    min-height: 36px;
    line-height: 36px;
    /* border-radius: 6px; */
    border-radius: 0 0 6px 6px;
    min-width: 100%;
    margin: 0 auto;
    margin-top: 12px;

    /* trim text */
    white-space: nowrap;      /* Prevent the text from wrapping to the next line */
    overflow: hidden;         /* Hide the overflow text */
    text-overflow: ellipsis;  /* Add '...' to indicate overflow */
    display: block;           /* Ensure it's treated as a block element */
}

.company-item:hover h5 {
    color: white;
}

.details-banner {
    margin: -24px 12px 0 12px;
    position: relative;
    overflow: hidden;
    height: 330px;
}

.details-banner div {
    position: absolute;
    left: 0;
    top: 13px;
    width: 100%;
    height: 25%;
    z-index: 1;
    background: linear-gradient(0deg, #ffffff00 10%, white 90%, white);
}

.details-banner img {
    margin-top: -33px;
}

.details {
    overflow: visible;
    background: linear-gradient(0deg, rgb(38, 81, 64) 18%, rgb(255, 255, 255) 60%);
}

.details-overlay {
    position: absolute;
    width: 22%;
    right: -5%;
    bottom: -74%;
    height: 70%;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.details-top-info {
    display: flex;
    gap: 0;
    position: relative;
    top: -203px;
    margin: 0 90px 0 0;
}

.details-top-info img {
    z-index: 1;
    scale: 103%;
}

.details-top-info h4 {
    background: #265140c7;
    height: fit-content;
    padding: 19px 100px 19px 19px;
    border-radius: 16px 0 0 16px;
    color: white !important;
    top: 153px;
    position: relative;
    box-shadow: 0px 7px 7px 0px #00000040;
    backdrop-filter: blur(5px);
    right: -70px;
    font-size: 25pt;
}

.green {
    margin-top: 36px !important;
    background: #265140 !important;
    color: white;
}

.details ul {
    list-style-type: disc;
    grid-template-columns: 50% 50%;
    display: grid;
    padding: 24px;
    font-size: large;
}

.details li {
    margin-bottom: 18px;
    margin-left: 40px;
}

.details-parent {
    margin: 0 14%;
    position: relative;
    top: -364px;
    left: -9%;
    padding: 27px;
    background: rgb(217, 217, 217);
    box-shadow: 0 0 20px 6px #00000042;
    border-radius: 25px;
}

.details-extra {
    position: absolute;
    left: -32px;
    /* top: 64px;     */
}

.details-extra strong {
    font-weight: bolder;
    font-size: x-large;
    text-align: center;
}

.details-extra span {
    padding: 5px 0 0 0px;
    line-height: 0px;
    text-align: center;
    position: relative;
    left: -2px;
}

.flag-circle {
    position: absolute;
    margin-bottom: 26px;
    color: white;
    min-width: 116px;
    min-height: 116px;
    max-width: 116px;
    max-height: 116px;
    border-radius: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -63%;
    right: 3%;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.details-circle {
    margin-bottom: 26px;
    background: #265140;
    color: white;
    min-width: 72px;
    min-height: 72px;
    max-width: 72px;
    max-height: 72px;
    border-radius: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: ltr;
    background-size: cover !important;
}

.details-circle-image {
    width: 64px;
    height: 64px;
    background-size: contain !important;
    background-repeat: no-repeat;
    position: absolute;
}

.details-info {
    border-radius: 10px;
    padding: 8px;
    margin: 0 8%;
    background: white;
    min-height: 120px;
}

.details-info-timing {
    border-radius: 10px;
    padding: 24px;
    background: white;
    margin: 0 14% 0 14%;
    left: -9%;
    position: relative;
    top: -314px;
    box-shadow: 0 0 20px 6px #00000042;
    -webkit-box-reflect: below 10px linear-gradient(transparent 50%, #22232e20);
}

.details-info-timing ul {
    color: #7db84d;
    padding: 12px 124px 12px 89px;
}

.details-info-timing table {
    border: 1px solid whitesmoke;
    border-collapse: collapse;
    color: white;
    table-layout: auto;
    width: 95%;
    margin: 0 auto;
}

.details-info-timing th {
    border: 1px solid whitesmoke;
    border-collapse: collapse;
    background: #81b551;
    color: white;
    width: 7.5%;
    text-align: center;
    padding: 5px;
    min-width: 72px;
    max-width: 72px;
}

.details-info-timing td {
    border: 1px solid whitesmoke;
    border-collapse: collapse;
    color: white;
    width: 7.5%;
    padding: 5px;
}

.active-month {
    background: rgb(38 81 64);
}

.details-top-info img {
    /* -webkit-box-reflect: below 10px linear-gradient(transparent 90%, #22232e20); */
    /* filter: drop-shadow(0 0 6rem rgb(255, 255, 255)); */
}

.details-top-info h4::before {
    content: none !important;
    /* Remove the marker for h4 elements inside .details-top-info */
}

.details h4::before {
    text-align: center;
    content: "\25A0";
    /* Unicode rectangle character with a space */
    color: rgb(32, 81, 64);
    margin-left: 10px;
    /* Set the color of the rectangle */
}

.details-info-precent {
    font-style: oblique;
}

.details-info-dot-start::before {
    content: "â€¢ ";
    /* Unicode bullet character with a space */
    color: rgb(255, 255, 255);
    /* Set the color of the dot */
}

.details-heading {
    grid-template-columns: 50% 50%;
    display: grid;
    font-size: medium;
    margin: 0 24px 0 24px;
    text-align: right;
    gap: 16px;

}

.details-heading span::before {
    content: '• ';
    /* This adds a dot before the text */
    color: #265140;
    /* You can adjust the color of the dot if needed */
    margin-right: 5px;
    /* Adjusts spacing between dot and text */
}

.details-heading span {
    /* direction: ltr; */
    /* font-size: large !important; */
    margin-bottom: 8px;
}

.details h4 {
    font-weight: bolder;
    color: #1f5140;
}

.title-image {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 110%;
    object-fit: cover;
}

.usedfor {
    background: url(../images/sticker.png);
    background-repeat: no-repeat;
    width: 256px;
    height: 50px;
    left: 38px;
    top: -18px;
    position: absolute;
    z-index: 10000;
    background-size: contain;
    display: flex;
    /* Add this to make child elements (p tag) fill the width */
    justify-content: center;
    /* Add this to horizontally center the child elements */
    align-items: center;
    /* Add this to vertically center the child elements */
}

.usedfor p {
    font-size: large;
    color: white;
    margin: 0 52px -4px 0;
}

.popup-gallery {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000d9;
    z-index: 20;
    backdrop-filter: blur(10px);
    display: none;
}

.popup-gallery .close {
    background: url(../images/close.svg);
    min-width: 64px;
    min-height: 64px;
    background-repeat: no-repeat;
    margin: 16px;
}

/* .popup-gallery i{
    font-size: xxx-large !important;
    margin: 25px !important;
    color: white !important;
} */
.popup-gallery .img-main {
    max-width: 60%;
    max-height: 60%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 10%;
    cursor: pointer;
}

.popup-gallery #preview-logo {
    max-width: 60%;
    max-height: 60%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -5%;
}

.gallery-thumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20%;
    display: flex;
    gap: 5px;
    justify-content: center;
}

.gallery-info {
    position: absolute;
    width: 25%;
    height: 30%;
    margin: auto 0 auto 0;
    text-align: center;
    top: 30%;
}

.gallery-info h4 {
    color: white;
}

.gallery-info h6 {
    color: white;
}

.gallery-more {
color: green !important;
    background: white;
    font-size: 18px;
    width: 200px;
    margin: 0 auto;
    border-radius: 150px;
    line-height: 38px;
    min-width: 80%;
    display: flex;
    margin-top: 32px;
    justify-content: center;
    position: relative;
    padding: 5px 0 5px 0;
}

.gallery-more h4 {
    color: green;
    left: 7%;
    font-size: xx-large;
    position: absolute;
    top: 9px;
}


@media(max-width:1400px) {
    .details-top-info {
        margin: 0px 4% 0 0;
    }

    .details-top-info img {
        scale: 90%;
    }

    .details-overlay {
        margin: 0px 3% 0 0;
    }

    .company-grid {
        gap: 5px;
    }

    .timeline-line{
        right: 9%;
        position: relative;
        top: 32px;
    }
}

@media(max-width:1250px) {
    .video-container video {
        top: 0 !important;
        left: 0 !important;
    }

    .product-grid {
        /* grid-template-columns: 200px 200px 200px 200px;
        grid-auto-rows: 200px; */
        grid-template-columns: 245px 245px 245px 245px;
        grid-auto-rows: 245px;
    }

    .product-box img {
        padding-top: 4%;
    }

    .product-isb h5 {
        width: unset;
    }

    .col-sm-3 {
        width: 17vw;
        height: 17vw !important;
    }

    .details-top-info {
        margin: 0 2% 0 0;
    }

    .company-grid {
        grid-template-columns: 205px 205px 205px 205px 205px;
    }

}

@media (max-width:1200px) {
    .product-grid {
        grid-template-columns: 200px 200px 200px 200px;
        grid-auto-rows: 200px;
    }

    .product-box-title h2 {
        font-size: 13pt;
    }

    .product-box-container {
        margin-top: 24%;
    }

    .product-box img {
        padding-top: 4%;
        border-radius: 0 0 63px 63px;
    }
}

@media(max-width:1050px) {
    .details-top-info {
        margin: 0 0% 0 0;
    }

    .details-top-info img {
        scale: 80%;
    }

    .details-overlay {
        margin: 0px 5% 0 0;
    }

    .company-grid {
        padding: 0;
        grid-template-columns: 205px 205px 205px 205px;
    }

    .search-result-items {
        grid-template-columns: unset !important;
    }

    .gallery-info {
        scale: 70%;
    }


}

@media (max-width:992px) {

    .details-top-info h4{
        padding: 19px 16px 19px 3px;
    }

    nav.navbar.bootsnav .navbar-header {
        background: transparent;
    }

    nav.navbar.bootsnav.navbar-fixed {
        background: transparent;
    }

    .navbar-header {
        width: 98vw;
    }

    .navbar-header img {
        display: none;
    }

    .navbar-toggle {
        background-color: transparent !important;
    }

    .nav-extra-menu {
        top: 55%;
    }

    .top-title {
        margin: 0;
        border-radius: 0;
    }

    .details-banner div {
        top: -3px;
    }

    .details-banner {
        margin: 0;
    }

    /* .navbar-fixed{
        background: transparent;
    } */
    .navbar-nav>li>a {
        color: black !important;
    }

    .logo-mobile {
        height: 64px;
        display: block !important;
        left: 50%;
        transform: translate(-50%, 0%);
        top: 0 !important;
        scale: 100% !important;
    }

    .nav-extra-menu {
        margin-right: 0;
        z-index: 1;
        top: 28px;
        height: 40px;
    }

    .margin-menu {
        margin-right: 0;
        margin-top: 48px;
        width: 104%;
    }

    .navbar {
        background: white;
        z-index: 2001;
    }

    .product .container {
        width: 100%;
    }

    .product-grid {
        grid-template-columns: 220px 220px 220px;
        grid-auto-rows: 220px;
        display: grid;
        grid-gap: 10vw;
        left: 7.5%;
        position: relative;
    }

    .details-top-info {
        margin: 0px -1% 0 0;
    }

    .details-top-info img {
        z-index: 1;
        scale: 85%;
    }

    .details-top-info h4 {
        right: -10%;
    }

    .catalouge-icon {
        top: 355px !important;
    }

    .details-overlay {
        /* right: 1%; */
    }

    .mnu li {
        padding: 10px;
        border-bottom: 1px #e6e6e6 solid;
    }

    .product-box img {
        border-radius: 16px 16px 63px 63px;
        padding-top: 0 !important;
    }

    .product-box-container {
        margin-top: 19%;
    }

    .timeline-line {
        right: 5%;
    }

    .about .row{
        display: grid !important;
        grid-template-rows: 30px 100px auto;
        margin: 24px 0 42px auto;
        justify-items: center;
        gap: 0 !important;
    }

    .about-dots-container {
        width: 18px !important;
        height: 132px !important;
        top: 18px !important;
        left: 47%;
        right: unset !important;
        position: absolute !important;
        transform: rotate(90deg);
    }

    .about-desc-side-image {
        width: 100%;
    }

    .about-desc{
        margin: 0 !important;
    }

    .about-desc-wavy, .about-desc-side-image-overlay{
        display: none !important;
    }

    .about-desc-side-image {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: #2b5140 !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 12px 12px 0 0;
    }

    .about-desc {
        position: relative;
        background: rgb(237 240 223);
        width: 100% !important;
        border-radius: 0 0 12px 12px !important;
        /* box-shadow: unset !important; */
        padding-bottom: 74px;
    }

    .about-desc-side-image h1{
        padding: 0 !important;
        font-size: 20px;
        margin: 0 15px 0 15px !important;
    }
    .about-desc-side-image p{
        margin: 0 15px 0 15px !important;
        padding: 0 !important;
    }

    .about-company-container {
        margin-right: 0px !important;
        border-radius: 12px !important;
    }

    .about-company-logos {
        grid-template-columns: 15% 15% 15% 15% 15% !important;
        padding: 16px 16px 16px 16px !important;
        border-radius: 12px 12px 0 0;
        box-shadow: -5px 6px 5px 0px #00000021;
    }

    .about-company-container{
        /*  */

    }

    .timeline{
        display: none !important;
    }

    .timeline-mobile{
        display: grid !important;
    }
  
  .dropdown{
      display: unset !important;
  }
  
  .dropdown span{
    display: none;
  }
}

@media (max-width:900px) {
    .details-overlay {
        margin: 0px 6% -3% 0;
    }

    .company-grid {
        grid-template-columns: 205px 205px 205px;
    }

    .product-grid {
        grid-gap: 5vw;
        left: 1%;
    }
}

@media (max-width:770px) {
    .product-grid {
        grid-template-columns: 42vw 42vw;
        grid-template-rows: 42vw 42vw;
        display: grid
;
        grid-auto-rows: 42vw;
    }

    /* .product-isb {
        max-height: 164px;
    }

    .products .row{
        gap: 0;
    } */

    #carousel-example-generic {
        grid-template-columns: 40vw 40vw;
        grid-template-rows: 40vw 40vw;
        display: grid;
        gap: 20px;
    }

    #carousel-example-generic .col-sm-3 {
        width: 100% !important;
        height: 100% !important;
    }

    .back {
        left: 24px;
    }

    .fixed-container div {
        width: 32px;
    }

    .product-box-container {
        height: 82%;
    }

    .product-box img {
        margin-top: -10px;
        height: 100%;
    }

    .popup-gallery {
        display: grid;
        justify-items: center;
        grid-template-columns: 100%;
        grid-template-rows: 19% 60% 21%;
        align-items: center;
    }

    .popup-gallery .close {
        position: absolute;
        top: 8px;
        right: -16px;
        margin: 0;
    }

    .gallery-info {
        position: relative;
        width: unset;
        height: unset;
        top: unset;
    }
    
    .timeline-mobile {
        grid-template-columns: 45% 45% !important;
        gap: 50px !important;
    }
}

@media (min-width: 992px) {
    .col-md-3 {
        width: 33% !important;
    }
}

@media(max-width:850px) {
    .details-top-info img {
        /* scale: 60%; */
    }

    .product-grid {
        grid-gap: 4vw;
        /* left: 1%;
        margin: 0 auto; */
    }

    .catalouge-icon {
        left: 12px !important;
    }

    .search-box input[type="text"] {
        left: 32px !important;
        width: 96% !important;
    }

    .search-box .fa-search {
        left: 0 !important;
    }

    .search-box-active-input {
        width: 320px !important;
        right: calc(65% - 64px) !important;
    }

    .gallery-thumbs {
        overflow: scroll;
    }
}

@media(max-width:800px) {
    .search-box-active-input {
        width: 320px !important;
        right: calc(60% - 64px) !important;
    }
}

@media(max-width:780px) {
    .details-top-info {
        margin: 0px -4% 0 0;
    }

    .details-overlay {
        margin: 0px 6% -6% 0;
    }

    .widget_area {
        width: 100%;
    }

    .search-box-active-input {
        right: calc(60% - 64px) !important;
    }
}

@media(max-width:700px) {
    .title-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /* Set the width of the image to fill its container */
        height: 72%;
        /* Set the height of the image to fill its container */
        object-fit: cover;
        /* Maintain aspect ratio and cover entire container */
    }

    .details-banner div {
        z-index: 1;
    }

    .white-overlay, .details-overlay{
        display: none;
    }

    .details-banner div{
        background: linear-gradient(0deg, #ffffff00 50%, white 100%, white);
    }

    .flag-circle {
        scale: 60%;
    }

    .details-top-info {
        top: 0 !important;
        width: 100%;
        height: 100% !important;
        left: 0;
        margin: 0;
        padding: 0;
    }

    .details-top-info img {
        /* scale: 60%; */
    }

    .flag-circle {
        right: unset;
        bottom: unset;
    }

    .details-parent {
        top: -50px !important;
        left: 0 !important;
    }

    .details-info-timing {
        top: 0 !important;
        left: 0 !important;
    }

    .details-top-info h4 {
        font-size: 18pt;
    }

    .top-title img {
        width: 21%;
        z-index: 10;
        position: relative;
    }

    .details ul {
        grid-template-columns: 100%;
        padding: 0 16px 0 0;
    }

    .company-grid {
        gap: 0;
        grid-template-columns: 33% 33% 33%;
    }

    .heptagon {
        display: none;
    }

    .company-item {
        border: 1.5px solid rgb(0 0 0 / 18%);
        border-radius: 0px;
        box-shadow: none;
    }
  
    /* For Firefox */
    @supports (-moz-appearance: none) {
      .company-item {
        flex: 1 0 30%;
        min-height: 100px;
      }
    }

    /* For Safari */
    @supports (-webkit-hyphens: none) {
      .company-item {
        flex: 1 0 30%;
        min-height: 100px;
      }
    }

    .company-item:hover {
        scale: 100%;
    }

    .worldMap {
        display: none;
    }

    .details-heading {
        grid-template-columns: 100%;
    }

    .catalouge-icon {
        top: 230px !important;
    }

    .catalog-titlebar h4 {
        font-size: large;
    }

    .search-box-active-input {
        right: calc(55% - 64px) !important;
    }

    .timeline-preview {
        width: 100% !important;
        margin: -36px 14% 0 0;
        border-radius: 20px 0 0 0;
    }

    .timeline-player {
        left: 33% !important;
    }
    .port_overlay {
        color: transparent;
    }
    .port_overlay  h2:hover{
        color: black !important;
    }
}

@media (max-width:650px) {
    .product-isb {
        border: 3px solid #265140;
        overflow: hidden;
    }

    .product-isb h5 {
        margin-top: 6px;
        border-radius: 0 0 6px 6px;
        min-width: 100%;
    }

    .product-isb:hover {
        scale: 100%;
    }

    .fixed-container div:hover {
        border-radius: 10px;
        width: 32px;
        height: 32px;
    }

    .company-item h5:hover {
        color: black;
    }

    .fixed-container i {
        display: block !important;
    }

    .fixed-container p {
        display: none !important;
    }

    .port_img:hover img {
        border-radius: 500px;
    }

    .main_product .port_overlay {
        opacity: 1;
    }

    .main_product .port_overlay h2 {
        color: white;
    }

    .search-box-active-input {
        right: calc(50% - 64px) !important;
    }

    .en-search-box-active-input {
        width: 85% !important;
        left: 48px !important;
    }

    .about-company-logos {
        grid-template-columns: 25% 25% 25% !important;
        grid-template-rows: 32px 32px 32px 32px 32px 32px !important;
    }

    .about-company-descriptions h1{
        font-size: x-large;
    }

    .about-address{
        padding: 0 !important;
    }

    .about-address p {
        width: 100%;
        margin: 0 auto;
        padding: 5px;
        right: 0 !important;
        padding-right: 67px;
    }
}

@media (max-width:600px) {
    #product {
        position: relative;
        /* Set position relative to position the child div */
        width: 100%;
        /* Optional: adjust width as needed */
        height: 100vh;
    }

    #product .container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .details-parent {
        margin: 0px 7%;
    }

    .details-info-timing {
        margin: 0px 7%;
    }

    .details-top-info h4 {
        position: absolute;
        left: 20%;
        right: 11%;
        font-size: 14pt;
        text-align: right;
    }

    .company-grid {
        grid-template-rows: 180px 180px 180px 180px 180px 180px;
    }

    .btn-4 {
        padding-right: 0;
    }

    .search-box-active-input {
        right: calc(46% - 64px) !important;
    }

    .en-search-box-active-input {
        width: 84% !important;
    }
    
    /* .timeline-mobile{
        grid-template-columns: 45% 45% !important;
        grid-template-rows: 50% 50% !important;
        gap: 25px !important;
    } */
}

@media(max-width:540px) {
    .product-box {
        border-radius: 24px;
    }
    .product-box-title{
        margin: 6px 5px 3px 5px;
        border-radius: 24px 24px 0 0;
    }
    .product-box img {
        padding-top: 4%;
        border-radius: 10px 10px 24px 24px;
    }
    .product-isb {
        position: relative;
        /* margin: 5px; */
        border-radius: 10px;
        /* padding: 10px 0 0 0; */
        transition: all 0.3s;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 70% 30%;
        max-height: 160px;
    }

    .product-isb img{
        /* max-height: 106px; */
        height: 100%;
        object-position: center;
        margin: 0 au;
    }
    
    .details-top-info h4 {
        font-size: 17px;
    }
    .searched-item {
        width: 100% !important;
    }

    .searched-item p {
        padding: 0 !important;
    }

    .search-box-active-input {
        right: calc(40% - 64px) !important;
    }

    .en-search-box {
        width: 100% !important;
    }

    .en-search-box-active-input {
        width: 83% !important;
    }
    .timeline-line {
        right: 0;
    }
    .timeline-dot p {
        display: none;
    }
    .timeline-section .container{
        padding-left: 0;
    }
    .timeline-preview {
        margin: -36px 3% 0 0 !important;
    }
    .timeline-section .row{
        margin-left: 0 !important;
    }
    /* .timeline-dot-active{
        max-width: 24px;
        width: 24px !important;
    } */
}

@media(max-width:500px) {
    .bg-white{
        padding-top: 0 !important;
        padding-bottom : 0 !important;
    }
    .company-item h5 {
        display: none;
        bottom: -22px;
    }

    .details-top-info img {
        position: relative;
        top: 48px;
        max-height: 300px;
        right: 0px;
    }

    .details-top-info h4 {
        /* left: 1%;
        right: 6%;
        font-size: 15px !important;
        padding: 19px 159px 19px 3px; */
        left: 1%;
        right: 6%;
        font-size: 18px;
        padding: 19px 127px 19px 3px;
    }

    .details-info {
        margin: 0 -20px 0 8px;
    }

    .details-extra {
        scale: 50%;
    }

    .details-info-timing table {
        width: 100%;
        border-collapse: collapse;
        direction: rtl;
        /* Right-to-left direction for Persian text */
    }

    .details-info-timing tr {
        width: calc(100% / 6);
    }

    .company-grid {
        grid-template-rows: 160px 160px 160px 160px 160px 160px;
    }
  
    /* For Firefox */
    @supports (-moz-appearance: none) {
      .company-grid {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
      }
    }

    /* For Safari */
    @supports (-webkit-hyphens: none) {
      .company-grid {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
      }
    }

    .catalouge-icon {
        top: 328px !important;
        left: 76px !important;
        transform: rotate(180deg);
    }

    .catalog-titlebar .close {
        margin: 5px 0 5px 0 !important;
        scale: 50%;
        position: relative;
        left: 12px;
    }

    .catalog-titlebar h4 {
        font-size: small;
    }

    .search-box-parent {
        left: -5%;
    }

    .search-box-active-input {
        right: calc(33% - 64px) !important;
    }

    .en-search-box-active-input {
        width: 82% !important;
    }

    .popup-gallery .img-main {
        max-width: 100%;
        max-height: 100%;
        top: 0;
    
        object-fit: contain;
        width: 100%;
        height: 57%;
}
    }

    .gallery-more {
        padding: 5px 0 5px 0;
        margin-top: 0;
        width: 200px;
    }
}

@media (max-width:450px) {
    .gallery-item{
        border: unset !important;
        border-radius: 18px !important;
        overflow: hidden !important;
    }
    .product-box {
        border-radius: 20px;
    }

    .product-box-title {
        border-radius: 16px 16px 0 0;
    }

    .product-box-container {
        height: 87%;
    }

    .product-box img {
        border-radius: 16px;
    }

    .product-box-title h2 {
        font-size: 11.8pt;
        font-weight: bold;
    }

    .product-grid {
        gap: 16px;
        grid-template-rows: unset;
    }

    #product {
        margin: 0;
        height: 70vh;
    }

    #product .container {
        margin-top: 42px;
    }

    .details h4 {
        font-size: 1.2rem;
    }

    .details-heading {
        grid-template-columns: 100%;
    }

    #company #title {
        font-size: 1.5rem;
    }

    .catalog-holder {
        height: 80% !important;
        grid-template-columns: 1fr !important;
    }

    .search-box-active-input {
        right: 72px !important;
        position: absolute !important;
        top: -49px !important;
        width: calc(100% - 128px) !important;
    }

    .en-search-box-active-input {
        width: 80% !important;
    }
    .timeline-player {
        left: 30% !important;
    }
}

@media (max-width: 425px){
    .timeline-mobile {
        grid-template-columns: 45% 45% !important;
        gap: 25px !important;
        grid-auto-rows: 181px !important;
        grid-template-rows: unset !important;
    }
    .timeline-item-titlebar h5 {
        font-size: 12px !important;
    }
    .timeline-item-titlebar p {
        font-size: 12px !important;
    }
    .timeline-view-more {
        /* height: unset !important; */
        width: 90% !important;
        left: 5% !important;
        font-size: 13px !important;
    }

    .timeline-view-more{
        height: 21% !important;
        text-align: center;
    }
}

@media (max-width:400px) {
    .company-grid {
        grid-template-rows: 100px 100px 100px 100px 100px 100px;
    }

    #company #title{
        font-size: 14px !important;
    }

    .company-item img {
        position: relative;
        /* top: -12px; */
    }

    .en-search-box-active-input {
        width: 77% !important;
    }

    /* .company-item h5 {
        margin-bottom: 8px !important;
    } */
    .gallery {
        grid-template-columns: unset !important;
    }
    .timeline-right-point {
        height: 64px !important;
    }
    .timeline-right-point p{
        display: none;
    }
    .timeline-player {
        left: 28% !important;
    }
    .port_overlay h2{
        font-size: 23px;
    }
}


@media (max-width:350px) {
    .container .row {
        display: flex;
        gap: 15px;
    }

    .product-box-container {
        height: 89%;
    }

    .en-search-box-active-input {
        width: 73% !important;
    }
}










#company i {
    color: black;
}

.back:hover i {
    color: #b5b5b5 !important;
}

.company-overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.68);
    /* background: linear-gradient(rgb(255 255 255 / 89%) 71%, rgb(227, 233, 231) 77%, rgba(101, 136, 124) 89%, rgb(38, 81, 64)); */
    transition: all 0.5s;
    width: 100%;
    height: 100%;
}


.item-box {}

.item-box-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.item-box img {
    position: absolute;
    left: 0;
    top: -190px;
    bottom: 0;
    right: 0;
}

#not-found {
    width: 25%;
}

.navbar-header i {
    background: transparent;
    color: white;
    font-size: 26px;
}










.style-0 {
    column-gap: 16px;
    align-items: center;
    flex-direction: row;
    flex-grow: 1;
    display: flex;
    box-sizing: border-box;
    outline: rgb(0, 0, 0) none 0px;
    margin: 10px 0 2px 0;
    padding: 0px;

}

.style-1 {
    padding-top: 12px;
    padding-bottom: 12px;
    overflow-wrap: break-word;
    box-sizing: border-box;
    outline: rgb(0, 0, 0) none 0px;
    margin: 0px;

}

.style-2 {
    align-items: center;
    flex-grow: 1;
    display: flex;
    box-sizing: border-box;
    outline: rgb(0, 0, 0) none 0px;
    margin: 0px;
    padding: 0px;

}

.style-3 {
    flex-shrink: 0;
    display: flex;
    margin-left: 8px;
    box-sizing: border-box;
    outline: rgb(0, 0, 0) none 0px;
    margin: 0px 0px 0px 8px;
    padding: 0px;

}

.style-4 {
    width: 24px;
    height: 24px;
    fill: var(--color-icon-high-emphasis);
    height: 24px;
    fill: rgb(66, 71, 80);
    box-sizing: border-box;
    outline: rgb(0, 0, 0) none 0px;
    margin: 0px;
    padding: 0px;

}

.style-5 {
    box-sizing: border-box;
    outline: rgb(0, 0, 0) none 0px;
    margin: 0px;
    padding: 0px;

}

.style-6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 26.04px;
    color: rgb(63, 64, 100);
    white-space: nowrap;
    cursor: pointer;
    flex-grow: 1;
    box-sizing: border-box;
    outline: rgb(63, 64, 100) none 0px;
    margin: 0px;
    padding: 0px;

}

.style-7 {
    position: relative;
    box-sizing: border-box;
    outline: rgb(63, 64, 100) none 0px;
    margin: 0px;
    padding: 0px;
    color: rgb(126 185 74) !important;
}

.style-8 {
    box-sizing: border-box;
    outline: rgb(0, 0, 0) none 0px;
    margin: 0px;
    padding: 0px;

    display: contents;
}

.style-8 span {
    padding: 5px;
}

.style-8 span:hover {
    background: #7eb94a73 !important;
    padding: 5px;
    border-radius: 5px;
}

.style-9 {
    font-size: 12px;
    font-weight: 400;
    line-height: 26.04px;
    color: rgb(0, 0, 0);
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    outline: white none 0px;
    margin: 0px;
    padding: 0px;

}

.style-10 {
    font-size: 12px;
    font-weight: 400;
    line-height: 26.04px;
    color: black;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    outline: white none 0px;
    margin: 0px;
    padding: 0px;

}

.style-11 {
    font-size: 12px;
    font-weight: 400;
    line-height: 26.04px;
    color: black;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    outline: white none 0px;
    margin: 0px;
    padding: 0px;

}

.style-12 {
    font-size: 12px;
    font-weight: 400;
    line-height: 26.04px;
    color: black;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    outline: white none 0px;
    margin: 0px;
    padding: 0px;

}

.style-13 {
    font-size: 12px;
    font-weight: 400;
    line-height: 26.04px;
    color: black;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    outline: white none 0px;
    margin: 0px;
    padding: 0px;

}

.style-14 {
    font-size: 12px;
    font-weight: 400;
    line-height: 26.04px;
    color: black;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    outline: white none 0px;
    margin: 0px;
    padding: 0px;

}

.style-15 {
    font-size: 12px;
    font-weight: 400;
    line-height: 26.04px;
    color: black;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    outline: white none 0px;
    margin: 0px;
    padding: 0px;

}

.style-16 {
    font-size: 12px;
    font-weight: 400;
    line-height: 26.04px;
    color: black;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    outline: white none 0px;
    margin: 0px;
    padding: 0px;

}

.style-17 {
    font-size: 12px;
    font-weight: 700;
    line-height: 26.04px;
    color: rgb(239, 57, 78);
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    outline: rgb(239, 57, 78) none 0px;
    margin: 0px;
    padding: 0px;

}

.style-18 {
    display: block;
    margin-right: auto;
    box-sizing: border-box;
    outline: rgb(0, 0, 0) none 0px;
    margin: 0px 365.391px 0px 0px;
    padding: 0px;
    left: 0;
    position: absolute;
}

.style-19 {
    display: flex;
    font-size: 12px;
    font-weight: 400;
    line-height: 26.04px;
    color: white;
    white-space: nowrap;
    gap: 8px;
    align-items: center;
    box-sizing: border-box;
    outline: white none 0px;
    margin: 0px;
    padding: 0px;

}

/* galery page */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
    padding: 10px;
    margin: 0 auto;
}

@media (max-width:1920px) {
    .gallery {
        width: 86%;
    }

    .video-container video {
        /* position: absolute;
        top: 0 !important;
        left: 0 !important; */
    }

    .gallery-more h4 {
        color: green;
        left: 7%;
        font-size: xx-large;
        position: absolute;
        top: 2px;
    }
}

@media (max-width:1780px) {
    .gallery {
        width: 94%;
    }
}

@media (max-width:1720px) {
    .gallery {
        width: 100%;
    }
}

@media (max-width:1560px) {
    .gallery {
        width: 86%;
    }
}

@media (max-width:1366px) {
    .about-desc-side-image-overlay {
        width: 93.5% !important;
    }
}

@media (max-width:1330px) {
    .gallery {
        width: 100%;
    }

    .about-desc-side-image-overlay {
        width: 93.5%;
    }
}

.gallery-item {
    position: relative;
    border: 7px solid rgb(31, 81, 64);
    border-radius: 15.75px 15.75px 15.75px 15.75px;
    height: 200px;
    /* Adjust the height of each gallery item */
    cursor: pointer;
    transition: all 0.3s;
}

.gallery-item:hover {
    box-shadow: 0 0 6px 2.5px rgb(125 184 77);
}

/* .gallery-item:hover ~ .gallery-item{
    backdrop-filter: blur(10px);
} */

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    border-radius: 7px 7px 25px 25px;
    position: absolute;
    top: 0;
    left: 0;
}

.gallery-item div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(31, 81, 64);
    padding: 5px;
    /* border-radius: 10px 10px 20px 20px; */
}

.gallery-item p {
    color: white;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

/* Specific sizes for different tiles */
.gallery-item.item-large {
    grid-column: span 2;
    grid-row: span 2;
    height: 400px;
    /* Adjust height for larger items */
}

.gallery-item.item-wide {
    grid-column: span 2;
    height: 200px;
    /* Adjust height for wide items */
}

.gallery-item.item-tall {
    grid-row: span 2;
    height: 400px;
    /* Adjust height for tall items */
}




.about .container, .about-companies .container{
    width: 90% !important;
}
.about-desc{
    display: flex;
    position: relative;
    background: rgb(237 240 223);
    border-radius: 12px 0 0 12px;
    box-shadow: -5px 6px 5px 0px #00000021;
    width: 98%;
    margin: 30px -55px 58px 0;
    top: -16px;
    padding-bottom: 74px;
}
.about-desc p{
    color: rgb(31, 81, 64);
    padding: 20px;
    width: 98%;
    font-weight: bold;
    line-height: 27px;
    text-align: justify;
}
.about-desc img{
    position: absolute;
    left: 16px;
    bottom: 15px;
    height: 72px;
}
.about-desc-wavy{
    clip-path: path('M 0,0 Q 20,15 0,30 Q 20,45 0,60 Q 20,75 0,90 Q 20,105 0,120 Q 20,135 0,150 Q 20,165 0,180 Q 20,195 0,210 Q 20,225 0,240 Q 20,255 0,270 Q 20,285 0,300 Q 20,315 0,330 Q 20,345 0,360 Q 20,375 0,390 Q 20,405 0,420 Q 20,435 0,450 Q 20,465 0,480 Q 20,495 0,510 Q 20,525 0,540 Q 20,555 0,570 Q 20,585 0,600 Q 20,615 0,630 Q 20,645 0,660 Q 20,675 0,690 Q 20,705 0,720 Q 20,735 0,750 Q 20,765 0,780 Q 20,795 0,810 Q 20,825 0,840 Q 20,855 0,870 Q 20,885 0,900 L 300,900 L 300,0 Z');
    background-color: rgb(237 240 223);
    height: 100%;
    transform: scale(-1);
    top: 0;
    right: -12px;
    position: absolute;
    width: 16px;
}
.about-desc-side-image{
    position: relative;
    background: url(../images/about-back.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 357px;
    height: 300px;
    padding: 90px 70px 0 0;
    overflow: hidden;

}
.about-desc-side-image h1, p{
    color: white;
}
.about-dots-container{
    width: 24px;
    height: 196px;
    right: 32px;
    top: 61px;
    position: relative;
    display: grid;
    z-index: 1;
}
.about-dots-container div{
    border-radius: 500px;
    border: 1px solid rgb(31, 81, 64);
    height: 18px;
    cursor: pointer;
    transition: all 0.3s;
}
.active-about-dot{
    background: rgb(31, 81, 64);
    cursor: default;
    animation: about-active-item 2s ease-in-out infinite;
}

@keyframes about-active-item {
    0%, 100% {
        background: rgb(31, 81, 64);
    }
    50% {
        background: rgb(255, 255, 255);
    }
  }

.about-sign1{
    background: url(../images/sign1.svg);
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    top: -36px;
    position: relative;
}
.about-company-container{
    margin-right: 70px;
    border-radius: 32px;
    overflow: hidden;
    /* margin: 0 0 0 5px; */
    box-shadow: -5px 6px 5px 0px #00000021;
    width: 100%;
}
.about-company-logos{
    display: grid;
    grid-template-columns: 8% 8% 8% 8% 8% 8% 8% 8% 8%;
    grid-template-rows: 30% 30%;
    gap: 32px;
    justify-content: space-between;
    background-color: rgb(233 235 221);
    padding: 32px 16px 64px 16px;
}
.about-company-descriptions{
    background: #265140;
    position: relative;
    padding: 32px 32px 70px 32px;
    border-radius: 0 0 32px 32px;
    min-width: 60vw;
}
.about-company-descriptions h1{
    color: #edf0df;
    font-weight: bolder;
}
.about-company-descriptions p{
    color: #edf0df;
    font-weight: bolder;
    text-align: justify;
    line-height: 24px;
}
.about-company-descriptions img{
    width: 128px;
    float: left;
}

.about-company-descriptions a{
    float: right;
}

.about-desc-side-image-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 91.5%;
    height: 101%;
    background: #265140eb;
    pointer-events: none;
    border-radius: 16px;
    top: -1px;
}

.about-desc-side-image h1,
.about-desc-side-image p {
    position: relative;
    /* Ensure text is above the overlay */
    z-index: 1;
    /* Bring text above the overlay */
    color: #edf0df;
    font-weight: bolder;
}

.about-desc-side-image p {
    top: -9px;
}

.about-company-item-activated{
    filter: saturate(1) !important;
}
.about-company-item{
    filter: saturate(0);
    cursor: pointer;
    transition: all 1s;
}
.about-company-item:hover{
    filter: saturate(1);
}
.about-line{
    height: 2px;
    width: 45%;
    background: #265140;
    margin: 64px 10% 32px auto;
}
.about-address{
    padding: 32px;
}
.about-address p{
    color: #265140;
    right: 17%;
    position: relative;
}
.about-line i{
    font-size: xx-large;
    color: #265140;
    top: -16px;
    position: relative;
    right: 15%;
}




.gallery-thumbs-item {
    height: 100%;
    cursor: pointer;
    /* display: flex;
    gap: 5px;
    justify-content: center; */
}

.details-circle-weight {
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.timeline-section {
    background: url(../images/timline-cover.webp);
    background-repeat: round;
    background-size: contain;
    margin: 16px 0 16px 0;
}

.timeline {
    display: flex;
    position: relative;
    width: 100%;
    margin-top: 36px;
}

.timeline-line {
    width: 10px;
    background: rgb(37 81 64);
    border-radius: 50px;
    display: block;
}

.timeline-dot {
    background: rgb(37 81 64);
    border-radius: 500px;
    width: 24px;
    height: 24px;
    margin-right: -7px;
    cursor: pointer;
    margin-bottom: 64px;
}

.timeline-dot p {
    margin-right: -80px;
    color: rgb(37 81 64);
    font-weight: bolder;
}

.timeline-dot-active {
    border-radius: 500px 0 0 500px;
    margin: 0 0 164px 0;
    width: 36px;
    cursor: default;
}

.timeline-dot-active p {
    margin-right: -134px;
    color: rgb(37 81 64);
    font-size: x-large;
    font-weight: bolder;
}

.timeline-preview {
    width: 80%;
    margin: -36px 10% 0 0;
    border-radius: 20px 0 0 0;
    overflow: hidden;
}

.timeline-viewer {
    border: 1px rgb(37 81 64) solid;
    border-radius: 0 0 50px 50px;
    margin-right: 7%;
    background: white;
    overflow: hidden;
}

.timeline-viewer img {
    padding: 0 0 130px 0;
    display: block;
    max-height: 620px;
    margin: 0 auto;
}

.timeline-player {
    min-width: 10.5%;
    border: 2px solid #2a51400f;
    border-radius: 500px;
    height: 39px;
    position: absolute;
    top: 73%;
    left: 40.5%;
    background: #ffffff3d;
    backdrop-filter: blur(3px);
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 6px;
}

.timeline-player i:hover {
    scale: 120%;
}

.timeline-right-point {
    clip-path: polygon(0% 0%, 93% 0, 100% 50%, 93% 100%, 0% 100%);
    background: rgb(37 81 64);
    width: 100%;
    height: 100px;
    padding: 4px 64px 0 0;
}

.timeline-right-point h4 {
    color: white;
    font-size: x-large;
    font-weight: bolder;
}

.timeline-right-point p {
    color: white;
    padding-right: 32px;
    line-height: 23px;
    position: relative;
    top: -8px;
}

.timeline-controller {
    height: 144px;
    width: 100%;
    margin-top: -128px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timeline-previous {
    /* min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px; */
    float: left;
    border-radius: 500px;
    color: rgb(37 81 64);
    font-size: xx-large;
    text-align: center;
    margin: 0 5px 12px 5px;
    cursor: pointer;
    line-height: 54px;
    opacity: 0.3;
}

.timeline-previous:hover,
.timeline-next:hover {
    opacity: 1;
    scale: 110%;
}

.timeline-next {
    /* min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px; */
    float: right;
    border-radius: 500px;
    color: rgb(37 81 64);
    font-size: xx-large;
    text-align: center;
    margin: 0 5px 12px 0;
    cursor: pointer;
    line-height: 54px;
    opacity: 0.3;
}

.timeline-thumbs {
    width: 100%;
    height: 100%;
    margin: 0 16px 0 16px;
    overflow: hidden;
}

.timeline-contents {
    display: flex;
    /* width: max-content; */
    gap: 8px;
    flex-wrap: nowrap;
    margin: 0 auto;
    margin-top: 10px;
    flex-direction: row-reverse;
}

.timeline-contents img {
    height: 230px;
    width: auto;
    cursor: pointer;
    filter: grayscale(1);
}

.timeline-mobile{
    display: none;
    grid-template-columns: 33% 33% 33%;
    /* grid-template-rows: 25% 25% 25% 25%; */
    grid-auto-rows: 300px;
    width: 100%;
    gap: 5px;
}

.timeline-item{
    height: 100%;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #265140;
    position: relative;
    overflow: hidden;
}

.timeline-item-titlebar{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    background: #265140;
}

.timeline-item-titlebar h5{
    color: white;
    position: relative;
    margin: 19px 5px 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.timeline-item-titlebar p{
    color: white;
    position: relative;
    font-size: smaller;
    margin: -5px 5px 0 5px;
}

.timeline-mobile-date{
    color: white;
    position: absolute !important;
    top: 0 !important;
    left: 1px;
}

.timeline-mobile-images{
    display: flex;
    overflow: hidden;
    flex-direction: row-reverse;
    position: absolute;
    left: 0;
    top: 44px;
    width: 100%;
    height: calc(100% - 44px);
    align-items: center;
}

.bright {
    filter: unset !important;
}

.player-button {
    height: 35px;
    width: 35px;
    border-radius: 500px;
    background: rgb(37 81 64);
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
}

.player-button i {
    color: white;
    font-size: medium;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}

.timeline-viewer-container {
    min-height: 600px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.catalouge-icon {
    background: url('../images/box catalog.png');
    position: absolute;
    left: 120px;
    top: 441px;
    width: 64px;
    height: 64px;
    background-size: cover;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: stretch;
}

.catalouge-icon img {
    margin: 9px 16px 17px 10px;
}

.catalog-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000cf;
    z-index: 0;
    transition: all 0.5s;
    opacity: 0;
    z-index: -10;
}

.catalog-parent {
    background: white;
    border-radius: 10px;
    position: absolute;
    left: 15%;
    top: 15%;
    width: 70%;
    height: 70%;
}

.catalog-titlebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 76px;
    background: #265140;
    border-radius: 10px 10px 0 0;
}

.catalog-titlebar .close {
    background: url(../images/close.svg);
    min-width: 64px;
    min-height: 64px;
    background-repeat: no-repeat;
    margin: 16px 0 16px 0;
    z-index: 1;
    position: relative;
}

.catalog-titlebar h4 {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    line-height: 56px;
    color: white;
}

.catalog-holder {
    margin: 80px 5px 5px 5px;
    overflow: auto;
    height: calc(100% - 85px);
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.catalog-item {
    display: flex;
    align-items: center;
    margin: 16px;
}

.catalog-item i {
    font-size: xx-large;
    color: #73a843;
}

.catalog-item p {
    margin-right: 5px;
    color: #265140;
    font-weight: bolder;
}

.search-icon {
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.search-popup.active {
    opacity: 1;
    visibility: visible;
}

.search-box {
    height: 100%;
    width: 100%;
    background-color: #265140;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.search-popup.active .search-box {
    transform: translateX(0);
}

.search-box input[type="text"] {
    width: 38%;
    padding: 16px;
    border: 1px solid #ddd;
    outline: none;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 33%;
    direction: ltr;
}

.en-search-box {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
    position: relative;
    top: 40%;
    height: 128px;
}

.en-search-box-active-input {
    width: 30%;
    height: 128px;
    position: absolute;
    top: -50px;
    z-index: 1;
    margin: 0 auto;
    left: 72px;
}

.en-search-input {
    width: 100%;
    /* Take up the remaining space */
    padding: 16px;
    border: none;
    /* Remove the border */
    outline: none;
    border-radius: 48px 0 0 48px;
    /* Rounded corners on the left side */
    flex-grow: 1;
    /* Allow input to grow */
    position: absolute !important;
    left: 0 !important;
    top: 65px;
    width: calc(100% - 64px) !important;
    direction: ltr;
    border-radius: 48px 0 0 48px;
}

.en-search-icon {
    border-radius: 0 48px 48px 0 !important;
    /* Rounded corners on the right side */
    font-size: xx-large;
    padding: 10px;
    background: #ffffff;
    color: #2b5140;
    cursor: pointer;
    border-radius: 0 48px 48px 0;
    position: absolute;
    right: 0;
    width: 64px !important;
    left: unset !important;
    border-radius: 0 48px 48px 0;
}


.close-btn {
    position: absolute;
    right: 16px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
}

.search-logo {
    position: absolute;
    top: 18%;
    width: 30%;
    height: 30%;
    left: 35%;
}

.search-box .fa-search {
    border: 1px solid #ddd;
    border-radius: 48px 0 0 48px;
    outline: none;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 30%;
    font-size: xx-large;
    padding: 2px 5px 2px 2px;
    background: #ffffff;
    color: #2b5140;
    cursor: pointer;
    padding: 10px;
}

.search-box .fa-search:hover {
    background: #eeeeee;
}

.search-box-parent {
    width: 100%;
    height: 128px;
    position: relative;
    top: 40%;
}

.search-popup p {
    direction: ltr;
    color: white;
    top: 96%;
    position: absolute;
    width: 100%;
    text-align: center;
}


.video-container {
    position: fixed;
    width: 100%;
    padding-bottom: 56.25%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    transition: opacity 1s ease-out;
    opacity: 1;
    background: rgb(31, 81, 64);
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: space-between;
    align-items: stretch;
}

.video-container video {
    position: absolute;
    top: -32px;
    left: -32px;
    width: 100%;
    height: 100%;
}


.fade-out {
    opacity: 0;
}



.search-box-active-logo {
    position: absolute;
    top: 16px;
    width: auto;
    height: 6%;
    left: 0;
}

.search-box-active-input {
    width: 25%;
    height: 128px;
    position: relative;
    top: -68px;
    right: 78%;
    z-index: 1;
}

.search-box-active-input input {
    width: 100% !important;
    left: 42% !important;
}

.search-result {
    /* width: 100%;
    height: calc(98% - 64px);
    background: linear-gradient(to bottom, #2b5140 0%, #FFFFFF 10%, #FFFFFF 90%, #2b5140 100%);
    top: -64px;
    position: relative;
    display: none;
    overflow: auto; */
    width: 100%;
    height: calc(94% - 24px);
    background: linear-gradient(to bottom, #2b5140 0%, #2b5140 2%, #FFFFFF 4%, #FFFFFF 90%, #2b5140 100%);
    top: -83px;
    position: absolute;
    display: none;
    overflow: auto;
    top: 65px;
    left: 0;
    padding: 32px 8px 80px 8px;
    grid-template-columns: 50% 50%;
    grid-auto-rows: 130px;
}

/* .show{
    display: grid !important;
} */
.searched-item {
    position: relative;
    display: grid;
    width: 512px;
    text-align: right;
    height: 128px;
    border-bottom: 1px solid #0000002e;
    margin-left: 32px;
}

.searched-item:hover {
    background: #2b514036;
}

.search-result div {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-rows: 130px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    overflow: auto;
    height: 100%;
}

.searched-item img {
    position: absolute;
    right: 4px;
    height: 96px;
    bottom: 0;
}

.searched-item h4 {
    height: 32px;
    margin-right: 4px;
    margin-top: 0;
}

.searched-item p {
    position: absolute;
    top: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 5em;
    line-height: 1.5em;
    padding: 8px;
    color: black;
    text-align: right;
    direction: rtl;
    width: calc(100% - 96px);
    left: 0;
}

.search-image {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 350px;
    height: auto;
}

#myVideo {
    scale: 30%;
    margin: 0 auto;
}

.hide{
    transition: all 0.2s;
    opacity: 0;
}

.timeline-view-more{
    position: absolute;
    background: rgb(120 185 68 / 83%);
    left: 30px;
    width: calc(100% - 60px);
    color: white;
    /* padding: 12px; */
    border-radius: 9px;
    height: 15%;
    top: calc(45% - 20px);
    line-height: 30px;
}

.timeline-mobile-images img{
    filter: blur(1px);
}

a{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

a:hover{
    text-decoration: underline; /* Add underline on hover */
    color: white;
    transition: all 0.3s;
}

.contact-info a{
    color: rgb(120,185, 68);
}

.gallery-left-arrow {
    color: white;
    font-size: xx-large;
    cursor: pointer;
    position: absolute;
    bottom: 48px;
    left: 12px;
    z-index: 1;
    text-shadow: 5px 3px 3px #000000e3;
}

.gallery-right-arrow {
    color: white;
    font-size: xx-large;
    cursor: pointer;
    position: absolute;
    bottom: 48px;
    right: 12px;
    z-index: 1;
    text-shadow: 5px 3px 3px #000000e3;
}

.product-box-container img{
    object-fit: contain;
    width: 50%;
    position: absolute;
    left: 24%;
    top: 51px;
    scale: 80%;
    height: 80%;
}

@media (max-width: 400px) {
    .back {
        left: 4px;
    }
}

@media (max-width: 1023px){
 .navbar-header img{
     top: -52px;
     scale: 32%;
  }
}

        #scrollToTopBtn {
          position: fixed;
          bottom: 20px;
          right: 20px;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-color: transparent;
          color: white;
          border: none;
          cursor: pointer;
          display: none;
          opacity: 0.7;
          transition: opacity 0.3s;
          font-size: 12px;
          z-index: 1000;
        }
        
        #scrollToTopBtn:hover {
            opacity: 1;
        }