/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
    font-family: Croogla4F;
    src: url(../fonts/Croogla4F.ttf);
}

:root {
    --font-default: Croogla4F;
    --font-primary: Croogla4F;
    --font-secondary: Croogla4F;
}

:root {
    --color-default: #198035;
    --color-primary: #138040;
    --color-secondary: #138040;
}

:root {
    scroll-behavior: smooth;
}

body {
    font-family: Croogla4F;
    font-weight: 800;
    color: #5F5F65;
    background: #ffffff;
    line-height: 1.8;
    letter-spacing: 0.2px;
    font-size: 15px;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    margin: 0;
    padding: 0;
}

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

.video-container {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 100;
    background-color: #fff;
    border: none;
}

.video-container video {
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    object-fit: cover;
}

.model {
    width: 55%;
    position: absolute;
    bottom: 3px;
    z-index: 150;
    display: block;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.website-content {
    position: absolute;
    top: 8.5%;
    left: 30.49%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    width: 42%;
    background-color: #fff;
}

iframe {
    width: 100%;
    height: 100%;
}

#myVideo {
    position: absolute;
    min-width: 100%;
    min-height: auto;
    width: 100%;
    z-index: 1;
    object-fit: cover;
    background-size: contain;
}

.fram {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100svh;
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 44px;
    font-style: normal;
    color: #fff;
}

.row>* {
    padding-right: calc(var(--bs-gutter-x)* 0.1);
    padding-left: calc(var(--bs-gutter-x)* 0.1);
}

/*--------------------------------------------------------------
  # Sections & Section Header
  --------------------------------------------------------------*/
section {
    padding: 10px 10px 0px;
    overflow: hidden;
}

/*--------------------------------------------------------------
  # Navbar
  --------------------------------------------------------------*/

.navbar-brand img {
    width: 55%;
}

.navbar {
    display: flex;
    padding: 10px;
}

.navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-22%);
}

.ar-btn {
    color: var(--color-default);
    border: 1px solid #0f7e3e;
}

.ar-btn:hover {
    background-color: var(--color-default);
    color: #fff;
    border: 1px solid #0f7e3e;
}

/*--------------------------------------------------------------
items section (buttons)
  --------------------------------------------------------------*/
.benefits-section {
    padding: 5px -1px 0 0;
}

.benefits-section .title {
    text-align: center;
    font-size: 1rem;
    color: #21a043;
}

.benefits-section .btn-large {
    padding: 8px 8px 5px;
    font-size: 15px;
    border-radius: 0;
    color: white;
}

.btn-green {
    background-image: linear-gradient(to right, #56ab2f 0%, #a8e063 51%, #56ab2f 100%);
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
}

.btn-red {
    background-image: linear-gradient(to right, #cb2d3e 0%, #ef473a 51%, #cb2d3e 100%);
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
}

.btn-yellow {
    background-image: linear-gradient(to right, #F7971E 0%, #FFD200 51%, #F7971E 100%);
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
}

.btn-grad {
    background-image: linear-gradient(to right, #107f3e 0%, rgb(35, 153, 106) 51%, #107f3e 100%);
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
}

.btn-green:hover,
.btn-red:hover,
.btn-yellow:hover,
.btn-grad:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.benefits-section .btn-small {
    padding: 10px 0 8px;
    border: none;
    color: white;
    border-radius: 0;
    font-size: 0.7rem;
}

.s-btn div {
    flex: 0 0 20%;
    max-width: 20%;
}

@media (max-width: 767px) {

    .btn-large,
    .btn-small {
        width: 100%;
        margin-bottom: 10px;
    }

    .benefits-section .btn-small {
        font-size: 0.9rem;
    }
}


@media (max-width: 1245px) {
    .benefits-section .btn-small {
        padding: 5px 0px;
        font-size: 14px;
        height: 80px;
    }
}


/********************************************************
 Partner Start (swiper bar)
*******************************************************/
.agy-partner-wrapper {
    background-color: #fff;
    background-size: cover;
    background-position: center;
}

.agy-partners-container img {
    max-height: 124px;
}

.agy-partners-container p {
    font-size: 0.7rem;
    padding-top: 1px;
    color: #000;
}

.container {
    max-width: 100%;
    z-index: 10;
}

.agy-partners-container img {
    width: 80%;
    border: solid 1px #cecece;
    padding: 7px 5px;
    border-radius: 15px;
    aspect-ratio: 3/2;
    object-fit: contain;
}

.agy-partners-container img:hover {
    border: solid 1px #21a043;
}

.swiper-wrapper {
    height: 75%;
}

/********************************************************
	Video & oragns image & icons
*******************************************************/
.video {
    position: relative;
    height: 59svh;
    width: 86%;
    border: none;
    outline: none;
    background-color: #FFF;
}

.overlay-image {
    position: absolute;
    top: 41px;
    left: 4.3px;
    border: none;
    outline: none;
    height: 56svh;
    width: 82%;
}

.organs {
    display: none;
}

.transition-opacity {
    transition: opacity 0.5s ease-in-out;
}

.icon {
    position: absolute;
    top: 60%;
    right: 0%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 0.8rem;
}

.character {
    position: absolute;
    right: 0;
    top: 280px;
}

.character-ar {
    position: absolute;
    left: 35px;
    top: 280px;
}

.icon a {
    border: solid 1px gray;
    border-radius: 10px;
    padding: 10px;
}

.icon a:hover {
    background-color: #138040;
    color: #fff;
}

.icon a.active i {
    color: #fff;
}

.icon a.active {
    background-color: #138040;
}

/********************************************************
product description
*******************************************************/
#product-description {
    margin-top: 1%;
    direction: rtl;
    padding: 0;
    height: 50vh;
    overflow-y: auto;
}

#product-description>* {
    direction: ltr;
}

#product-description::-webkit-scrollbar {
    width: 5px;
}

#product-description::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#product-description::-webkit-scrollbar-thumb {
    background: #d3d3d3;
}

#product-description::-webkit-scrollbar-thumb:hover {
    background: #ababab;
}

.feature-item {
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    display: flex;
    display: none;
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-item h5 {
    cursor: pointer;
    user-select: none;
    position: relative;
    margin: 0;
    font-family: Avenir-Light;
    color: var(--color-default);
    font-size: 1rem;
}

.feature-item h5[aria-expanded="false"] .fa {
    transform: rotate(0);
    transition: transform 0.3s ease;
}

.feature-item h5[aria-expanded="true"] .fa {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.feature-item i {
    font-size: 0.9rem;
    margin-left: 10px;
}

.feature-item p {
    font-size: 0.8rem;
    font-family: Avenir-Light;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 15px;
    margin: 13px 0 0;
}

.feature-item h5 .fa {
    position: absolute;
    right: 0;
    transition: transform 0.3s ease;
}

.feature-item .collapse {
    transition: height 0.3s ease;
    height: 0px;
    overflow: hidden;
}

.feature-item-ar .collapse {
    text-align: right;
}

.feature-item .collapse.show {
    height: auto;
}

.feature-item h5 .fa {
    transition: transform 0.3s ease;
}

.feature-item-ar h5 {
    text-align: right
}

.feature-item-ar h5[aria-expanded="false"] .fa {
    right: 95%;
}

.content {
    display: none;
    overflow: hidden;
}

.content.active {
    display: block;
}

.logo-container {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
    width: 100%;
    z-index: 10;
}

.logo-container .logo-image {
    max-width: 25%;
    height: auto;
    margin-right: 10px;
}

.logo-container .logo-description {
    font-size: 0.9rem;
    color: #333;
    font-family: Avenir-Light;
}

.benefits-section .btn-small {
    font-size: 0.7rem;
    height: 45px;
    text-align: center;
}

.flash {
    animation: flashAnimation 1.5s infinite;
}

@keyframes flashAnimation {

    0%,
    40% {
        opacity: 1;
    }

    50% {
        opacity: 0.70;
    }

    60%,
    100% {
        opacity: 1;
    }
}

.title {
    display: block;
    justify-content: center;
    color: #21a043;
    border-bottom: none;
}

.title h2 {
    text-transform: capitalize;
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 15px;
}