﻿* {
    padding: 0;
    margin: 0;
    direction: ltr;
}

.all {
    width: 100%;
    height: auto;
    background-image: url('/img/opa5.png');
    background-repeat: no-repeat;
    background-size: 125%;
    background-position-y: 100vh;
    background-color: white;
}

.h3 {
    font-family: almarai;

}

.slideshow-container {
    position: relative;
    width: 100%;
    height: 95vh;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    object-fit: fill;
}

    .slide.active {
        opacity: 1;
        z-index: 1;
    }

.slide1 {
    position: absolute;
    width: 100%;
    height: 50px;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    object-fit: contain;
    
}
.slide1.active {
    opacity: 1;
    z-index: 1;
}

.slide2 {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    object-fit: fill;
}
.slide2.active {
    opacity: 1;
    z-index: 1;
}

.aboutus {
    visibility: hidden;
    height: auto;
    /*border: 12px solid #00000013;*/
    margin: 10px auto;
    padding: 1px 10px;
    border-radius: 15px;
    transition: width 1.3s ease-out, background 2s ease-out;
    overflow: hidden;
    width: 1px;
    /*background: #d48509;*/
    background: transparent;
}


.stretch-visible {
    visibility: visible;
    width: 97%;
    /*background: #ce896b33;*/
    background: transparent;
}

.sorashareh {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.txt {
    font-size: 18px;
    font-weight: 600;
    width: 42%;
    margin: 5px 0;
    color: #328f3c
}

.usimg {
    border: 1px solid black;
    border-radius: 35px;
    opacity: .9;
    width: 35%;
    height: 300px;
    margin: 5px;
    background-image: url('/img/1.png');
    background-size: 100%;
    overflow: visible;
}


.twoimages {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: auto;
    background: transparent;
}



.btn1 {
    visibility: hidden;
    width: 260px;
    height: 250px;
    border-radius: 18px;
    border: 3px solid green;
    margin: 10px;
    background-image: url('/img/zeraicon.png');
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    cursor: pointer;
    position: relative;
    transition: background-size .5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: end;
    overflow: hidden;
}


.btn2 {
    visibility: hidden;
    width: 260px;
    height: 250px;
    border-radius: 18px;
    border: 3px solid #ed07077f;
    margin: 10px;
    background-image: url('/img/syring.png');
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
    cursor: pointer;
    position: relative;
    transition: background-size .5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: end;
    overflow: hidden;
}

.btn1plus {
    visibility: visible;
    animation: slideInFromLeft 1.3s ease-out forwards;
}

.btn2plus {
    visibility: visible;
    animation: slideInFromright 1.3s ease-out forwards;
}

.officeimage {
    width: 95%;
    height: 475px;
    padding: 0 10px;
    visibility: hidden;
    bottom: 200px;
    position: relative;
    display: flex;
    border: none;
    border-radius: 20px;
    margin: 0 auto;
}



.officeplus {
    visibility: visible;
    animation: sslideoffice 2.0s ease-out forwards;
}


.btn1:hover {
    background-size: 80%;
    filter: brightness(120%);
}

.btn2:hover {
    background-size: 60%;
    filter: brightness(120%);
}

@keyframes sslideoffice {
    0% {
        bottom: -1000px;
    }

    50% {
        bottom: 500px
    }


    100% {
        bottom: 0;
    }
}

@keyframes slideInFromLeft {

    0% {
        left: -2000px;
    }

    50% {
        left: 200px;
    }

    100% {
        left: 0;
    }
}


@keyframes slideInFromright {
    0% {
        right: -3000px;
    }

    50% {
        right: 200px;
    }

    100% {
        right: 0;
    }
}




.slider-container {
    position: relative;
    width: 100%;
    height: 99vh;
    overflow: hidden;
    background: white;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
}

    .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slide.active {
        opacity: .9;
        pointer-events: auto;
        z-index: 1;
    }


.overlay {
    position: absolute;
    bottom: 10%;
    left: 5%;
    right: 5%;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 8px;
    opacity: 0;
    width: 250px;
    transform: translateY(50%);
    transform: scale(.2,.2);
    transition: all 2.1s ease;
}

.slide.active .overlay {
    opacity: 1;
    transform: translateY(0);
}
.slide1 {
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 250%;
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.saso {
    width: 400px;
    height: 300px;
    object-fit: fill;
    display: block;
    justify-content: space-between;
    cursor:pointer;
    background:transparent;
    border-radius:80px;
    box-shadow:0 4px 8px rgba(0,0,0,0.4);
    
}

.slide1.active {
    opacity: .9;
    pointer-events: auto;
    z-index: 1;
}
.caption {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.6;
}
.title {
    position: absolute;
    align-items: center;
    justify-content: center;
    bottom: 80px;
    width: 100%;
    max-width:100%;
    border-radius: 5px;
    margin:0 auto;
    text-align:center;
    display:flex;
    cursor:pointer;

}
    .title p {
        width: 60%;
        max-width: 60%;
        padding: 10px;
        background: radial-gradient(circle, white, #e0e0e0);
        border-radius: 5px;
        border: rgb(0,0,0,0.3);
        color: #1a390d;
        margin: 0 auto;
        margin-top: 20px;
        font-size: 26px;
        font-weight: 600;
        opacity: .7;
    }

.image-box {
    position: relative;
    display: inline-block;
    border-radius: 24px;

}
.overlay1 {
    margin-top: 10px;
    display: grid;
    text-align: center;
    border-radius: 8px;
    width: 350px;
    height: auto;
    justify-content: center;
    text-wrap:nowrap;
    white-space:break-spaces;    
    overflow:hidden;
   
}
.caption1 {
    color: #1a390d;
    font-size: 1.2rem;
    line-height: 1.6;    
    white-space: break-spaces;
    overflow-wrap: break-word;
    flex-wrap: wrap;
    overflow: hidden;
    height:70px;
}

.slide1.active .overlay1 {
    opacity: 1;
    transform: translateY(0);
}
.slide2.active .overlay1 {
    opacity: 1;
    transform: translateY(0);
}

.slider-container-news {
    position: relative;
    width: 100%;
    height: 350px;
    /*overflow: hidden;*/
    background: white;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    padding:20px;
}

.slide2 {
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 350%;
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items:center;
}

    .slide2 img {

        width: 500px;
        height: 350px;
        object-fit: cover;
        display: block;
        justify-content: space-between;
        border-radius: 12px;
    }

    .slide2.active {
        opacity: .9;
        pointer-events: auto;
        z-index: 1;
    }


/*                 */

@media(max-width:790px) {
    .twoimages {
        display: grid;
    }
}


@media(max-width:790px) {
    .sorashareh {
        display: grid;
    }
}

@media(max-width:790px) {
    .txt {
        width: 100%;
    }
}

@media(max-width:790px) {
    .usimg {
        width: 100%;
    }
}

.souchal {
    display: grid;
    margin-right: 10px;
    position: absolute;
    border: none;
    border-radius: 50px;
    top: 40%;
    right: 5px;
    width: auto;
    height: auto;
    transition-duration: 2.5s;
    background: #34343455;
    z-index: 9999;
    position: fixed;
    padding:0;
    
}

    .souchal img {
        border: none;
        border-radius: 50px;
        width: 40px;
        height: 40px;
        margin-top: 20px;
        transform: scale(1);
        cursor: pointer;
        z-index: 1;
        transition: transform 0.3s linear;
        transform: rotateY(0deg) translateX(1px);
    }

        .souchal img:hover {
            transform: rotateY(-360deg) scale(1.7) translateX(-10px);
            z-index: 2;
            right: 10px;
        }


.icoR {
    animation: nazR 1s linear forwards;
}
        @keyframes  nazR{
            0%{
                visibility:visible ;
                opacity:0;
                transform:translateX(-150px);
            }
            25% {
                visibility: visible;
                opacity: 0;
                transform: translateX(-150px);
            }
            100% {
                visibility: visible;
                opacity: 1;
                transform: translateX(0);
            }
        }

.icoM {
    animation: nazM 1.7s forwards;
    
}

@keyframes nazM {
    0% {
        visibility: visible;
        opacity: 0;
        transform: translateY(-350px);
    }
    25% {
        visibility: visible;
        opacity: 0;
        transform: translateY(-350px);
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}


.icoL {     
    animation: nazL 1s linear forwards;
}

@keyframes nazL {
    0% {
        visibility: visible;
        opacity: 0;
        transform: translateX(150px);
    }
    25% {
        visibility: visible;
        opacity: 0;
        transform: translateX(150px);
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}


.nhncss {
    animation: nhn 1s linear forwards;
}

@keyframes nhn{
    0%{
        transform:scaleX(0) translateX(125%) ;
    }
    100% {
        transform: scaleX(1) translateX(0)  ;
    }
}
.newsandartical{
    width:100%;
    height:350px;
    display:flex;
    justify-content: space-evenly;
    align-items:center;    
    
}



