
@font-face {
    font-family: 'iransans';
    font-style: normal;
    font-weight: normal;
    /*src:  url('/font/IranianSans.ttf') format('truetype');*/
    src:  url('/font/yekanbakh.ttf') format('truetype');
}
/* Define the scrollbar for all elements */
::-webkit-scrollbar {
    width: 0.5rem; /* Width of the scrollbar track */
    height: 0.6rem; /* Height of the scrollbar thumb */
}
/* Define the scrollbar track */
::-webkit-scrollbar-track {
    background-color: #EFEFEFFF; /* Background color of the scrollbar track */
    /*background-color: #000000FF; !* Background color of the scrollbar track *!*/
    border-radius: 0.3rem; /* Border radius of the scrollbar track */
}
/* Define the scrollbar thumb */
::-webkit-scrollbar-thumb {
    background-color: #000000FF; /* Background color of the scrollbar thumb */
    background-color: #06452A; /* Background color of the scrollbar thumb */
    background-color: #06452AFF; /* Background color of the scrollbar thumb */
    border-radius: 0.3rem; /* Border radius of the scrollbar thumb */
}


.has-text-main{
    color: #06452AFF;
}

.mainlogo {
    mix-blend-mode: darken;
}
.image img {
    display: block;
    height: auto;
    width: auto;
}


html * {
    font-family: iransans;
}
body , html{
    /*background-color: #e3e3e3;*/
    background-color: white;
}
.navbar{
    /*background-color: #e3e3e3;*/
    background-color: white;
}
.navbar-item.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.navbar-item img, .navbar-item svg {
    max-height: 5rem;
    width: 5rem;
}
.centermenu{
    flex-grow: 1;
    justify-content: center;
    align-content: center;
}
.logocener {
    width: 10rem;
    text-align: center;
    display: block;
}
.slidermain img{
    border: 2px solid #06452AFF;
    border-radius: 1rem;
    object-fit: contain;
    /*width: 83rem;*/
    margin: 4rem auto;
}
.bgc{
    background-color: #06452AFF;
    /* ØªØµÙˆÛŒØ± Ù¾Ø³â€ŒØ²Ù…ÛŒÙ†Ù‡ */
    background-image: url("../images/gs-bg.png");
    /* ØªÙ†Ø¸ÛŒÙ…Ø§Øª Ø¯Ù„Ø®ÙˆØ§Ù‡ */
    background-repeat: repeat;
    background-position: right;
    /* Ø§Ú¯Ø± Ù†ÛŒØ§Ø² Ø¨Ù‡ Ø§Ù†Ø¯Ø§Ø²Ù‡â€ŒØ¯Ù‡ÛŒ Ø¯Ø§Ø±ÛŒØ¯: */
    background-size: contain; /* ÛŒØ§ cover */
}
.is-rounded{
    border-radius: 1rem;
}
.footer{
    background-color: #06452AFF;
}

#navbarBasicExample a{
    color: #06452AFF !important ;
    font-weight: bold;
}
.vam {
    background-color: #06452AFF!important;

}
.vam strong  {
    color: white !important;
}
.vam i{
    color: white !important;
}
.enemad {
    display:block;
    margin:auto;
    text-align:center;
}
.enemad img {
    background-color: #e3e3e3;
    border-radius: 1rem;
}
.footerlogo {
    display:block;
    margin:auto;
    text-align:center;
    width: 12rem;
}
.footerlogo img {

    border-radius: 1rem;
}
.copyright {
    background-color: #06452A;
    color: white;
    border-top: black solid 1px;
}

.cabine {
    .box{
        padding: 0.2rem;

    }
    figure {
        margin: 0;
        padding: 0;
        text-align: center;
        cursor: pointer;

        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    figure img {
        width: 56%;
        height: 18rem;
        object-fit: contain;
        border-radius: 8px;
        display: block;
    }
    figcaption{
        padding-right: 1rem;
    }
    figcaption p{
        color: #06452AFF;
        font-weight: bold;
        font-size: 1rem;
    }
    figcaption h3{
        margin-top: 1rem;
        font-weight: bold;
        font-size: 1.1rem;
    }
}

.news img{
    width: 100%;
    height: 20rem;
    border-radius: 1rem;
    border: 1px solid white;
    object-fit: fill;
}
.news h3{
    min-height: 5rem;
}
.main-text{
    margin-top: 1rem;
    font-weight: bold;
    font-size: 1.1rem;
}
h1.title.home{
    margin-top: 9rem;
}



.slider-line {
    /*position: absolute;*/
    /*top: 76%;*/
    /*!* left: -100px; *!*/
    /*width: 100%;*/
    /*height: 1px;*/
    /*background-color: #06452a;*/
    /*transform: translateY(-50%);*/
    /*z-index: 0;*/
    /*pointer-events: none;*/
}


/*desktop*/
@media only screen and (min-width: 600px) {
    .gallery {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/*mobile*/
@media only screen and (max-width: 600px) {
    .main-news{
        padding:  0rem !important;
    }
    .news h3{
        min-height:auto;
    }
    .slidermain img{
        border: 2px solid #06452AFF;
        border-radius: 1rem;
        width: 80%;
        margin: auto;
        display: block;
    }
    .mainpicturenew {
        padding: 2rem;
    }
    .miniimagenews box {
        padding: 0.5rem !important;
    }
    .miniimagenews {
        padding: 1rem !important;
    }
    .cabine {
        .box{
            padding: 0.2rem;

        }
        figure {
            margin: 0;
            padding: 0;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        figure img {
            width: 99%;
            height: 18rem;
            object-fit: fill;
            border-radius: 8px;
            display: block;
        }
        figcaption p{
            margin-top: 0.4rem;
        }

    }
}

/*sda*/
.mini-circles span{
    font-size: 0.8rem;
    color: #06452a;
    font-weight: bold;
    margin-right: 0.2rem;
}
.mini-circles img{
    background-color: #ffffff;
    border-radius: 39%;
    padding: 11px;
    color: white;
    border: 1px solid #06452a;
    object-fit: contain;
}
.more{
    margin-top: 3rem;
    float: left;

}

.main-topic .motion {
    position: relative;

    width: 47%;
    aspect-ratio: 17 / 9;
}
.main-topic .motion .circle1 {
    position: relative;
    width: 27vw;
    aspect-ratio: 1 / 1;
    top: 5rem;
    left: -20%;
    border: 1px solid lightgray;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: ClockRotate 30s linear infinite;
}
.main-topic .motion .circle2 {
    border: 1px solid lightgray;
    border-radius: 50%;
    width: 80%;
    aspect-ratio: 1 / 1;
    padding: 30px;
}
.main-topic .motion .mini-circles {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    max-width: 60px;
    animation: miniRotate 30s linear infinite;
}
.mc1 {
    top: 5vw;
    left: 1.5vw;
}

.mc2 {
    top: 19vw;
    left: 21vw;
}

.mc3 {
    top: 21vw;
    left: 5vw;
}

.mc4 {
    top: 3vw;
    left: 21vw;
}

.mc5 {
    top: 2vw;
    left: 11vw;
}

.mc6 {
    top: 26.5vw;
    left: 13vw;
}

.mc7 {
    top: 14vw;
    left: -1.5vw;
}

.mc8 {
    top: 11vw;
    left: 25vw;
}
@keyframes ClockRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes miniRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}
.guy {
    position: absolute;
    top: 14rem;
    left: -1rem;
    width: 28rem;
    height: 20rem;
}
.guybg {
    position: absolute;
    top: 22rem;
    left: -4rem;
    width: 32rem;
    height: 12rem;
    background-color: rgb(6, 69, 42);
    border-radius: 2rem;
    background-image: url('../images/shape.webp');
    background-repeat: no-repeat;
    background-position: -4rem -14rem;
}
.is-fullwidth{
    width: 100%;
}
.image-pro{
    mix-blend-mode: normal;
    object-fit: cover;
    margin: 0px auto;
    text-align: center;
}
/*laptop*/
@media only screen and (max-width: 1800px)  and (min-width: 1000px)  {
    .guybg {

        position: absolute;

        top: 22rem;

        left: 0rem;

        width: 28rem;

        height: 10rem;

        /*background-color: red !important;*/

    }
    .main-topic .motion .circle1 {
        position: relative;
        width: 27vw;
        aspect-ratio: 1 / 1;
        top: 5rem;
        left: -24%;
        border: 1px solid lightgray;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        animation: ClockRotate 30s linear infinite;
    }
    .guy {
        position: absolute;
        top: 16rem;
        left: 5rem;
        width: 24rem;
        height: 16rem;
    }
}
@media only screen and (max-width: 600px) {
    .more{
        margin-top: 0rem;
        float: left;
        margin-left: 3rem;
    }


    .main-text {
        margin-top: 0rem;
        /* padding: 0px 40rem; */
        margin-right: 26px;
        margin-left: 26px;
        font-size: 1rem;
    }
    h1.title.home{
        margin-top: -1.5rem;
        text-align: center;
    }


    .main-topic .motion .circle1 {
        position: relative;
        width: 85vw;
        aspect-ratio: 1 / 1;
        top: 1rem;
        left: -20%;
        border: 1px solid lightgray;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        animation: ClockRotate 30s linear infinite;
    }
    .guy {
        position: absolute;
        top: 7rem;
        left: 3rem;
        width: 11rem;
        height: 13rem;
        /*background-color: rgb(6, 69, 42);*/
    }
    .guybg {

        position: absolute;
        top: 14rem;
        left: 0rem;
        width: 13rem;
        height: 6rem;
        background-color: #06452AFF;
        border-radius: 2rem;
        background-image: url(../images/shape.webp);
        background-repeat: no-repeat;
        background-position: -4rem -14rem;
    }

    .mini-circles img{
        width: 2.5rem;
        height: 2.5rem;

    }
    .mc1 {
        left: 6vw;
    }

    .mc2 {
        top: -4vw;
    }

    .mc3 {
        top: 30vw;
        left: -8vw;
    }

    .mc4 {
        top: 2vw;
        left: 42vw;
    }

    .mc5 {
        top: 23vw;
        left: 51vw;
    }

    .mc6 {
        top: 51.5vw;
        left: 8vw;
    }

    .mc7 {
        top: 43vw;
        left: 53.5vw;
    }

    .mc8 {
        left: 31vw;
        top: 60vw;
    }

}



.serviceimg{
    width: 10rem;
    height: 10rem;
    float: right;
}
.serviceimgmini{
    width: 8rem;
    height: 8rem;
    display: block;
    /* float: right; */
    margin: 2rem auto;
    border: 1px solid #06452AFF;
    border-radius: 50%;
    padding: 0.2rem;
}
.border-radius{
    border-radius: 2rem;
}
.mojavez img{
    width: 15rem;
    height: 15rem;
    object-fit: contain;
}