/* black border */
.border-site {
    width: 100%;
    min-height: 100vh;
    border: 4px solid #121212;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

/*for carousel*/
.carousel {
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.for-my-carousel {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

/*pictures in carousel*/
#piccarousel {
    width: 55%;
    height: auto;

}

/*division for pictures*/
.carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}


body {
    font-family: "Noto Sans Arabic", sans-serif;
font-weight:400;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
    background-color: #E6E1DE !important;
}


/*icon humburger menu */
.header-logo-and-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
}

header {
    width: 100%;
    display: flex;
    align-items: center;
    height: 70px;
    justify-content: space-between;
}

/* logo*/
#brand {
    width: 80px;
    height: auto;
    margin-top: 21px;
}

/* text about us start */
.subject {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

/*title*/
.gradient-text {
    font-size: 40pt;
    text-align: center;
    background: linear-gradient(60deg, #B6B0A6, #121212);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    height: 80px;
}

/*style for links*/
a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.image-for-blog {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    width: 100%;
    width: 370px;
}

@media screen and (max-width:576px) {

    /* black border */
    .border-site {
        width: 100%;
        min-height: 100vh;
        border: 4px solid #121212;
        margin: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }

    html,
    body {
        height: 100%;
        margin: 0;
        padding: 0;
    }
 .carousel {
        height: 250px;
    }

    .gradient-text {
        font-size: 35pt;
        text-align: center;
        background: linear-gradient(60deg, #B6B0A6, #121212);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        height: 80px;
    }

    body {
        font-family: "Noto Sans Arabic", sans-serif;
font-weight:400;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 10px;
        background-color: #E6E1DE !important;
}
   }

    /*icon humburger menu */
    .header-logo-and-menu {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    header {
        width: 100%;
        display: flex;
        align-items: center;
        height: 70px;
        justify-content: space-between;
    }

    /* logo*/
    #brand {
        width: 80px;
        height: auto;
        margin-top: 21px;
    }

    /*style for links*/
    a {
        color: rgb(0, 0, 0);
        text-decoration: none;
    }

    .image-for-blog {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .img-thumbnail {
        width: 100px;
    }


/*start for news text and animation*/
.news-section {
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    text-align:right;
    direction:rtl;
}
  #humburger{
     margin-left:-25px !important;

    }
.animation-title {
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeInUp 0.5s forwards;
    animation-delay: 0.5s;
    text-align: right;
}

.animation-date {
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeInUp 0.5s forwards;
    animation-delay: 0.7s;
    text-align: right;
}

.animation-text {
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeInUp 0.5s forwards;
    animation-delay: 0.9s;
    text-align: right;
    direction:rtl;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*end for news text and animation*/
@media screen and (min-width:577px) and (max-width:768px) {

    /* black border */
    .border-site {
        width: 100%;
        min-height: 100vh;
        border: 4px solid #121212;
        margin: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }

    html,
    body {
        height: 100%;
        margin: 0;
        padding: 0;
    }
 .carousel {
        height: 550px;
    }

    #piccarousel {
        height: auto;
    }
    body {
        font-family: "Noto Sans Arabic", sans-serif;
font-weight:400;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 10px;
        background-color: #E6E1DE !important;
}
   }

    /*icon humburger menu */
    .header-logo-and-menu {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    header {
        width: 100%;
        display: flex;
        align-items: center;
        height: 70px;
        justify-content: space-between;
    }

    /* logo*/
    #brand {
        width: 80px;
        height: auto;
        margin-top: 21px;
    }

    /*style for links*/
    a {
        color: rgb(0, 0, 0);
        text-decoration: none;
    }

    .image-for-blog {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        width: 100%;
    }

    .img-thumbnail {
        width: 200px;
    }
  #humburger {
        margin-left: 20px !important;
    }

@media screen and (min-width:769px) and (max-width:992px) {

    /* black border */
    .border-site {
        width: 100%;
        min-height: 100vh;
        border: 4px solid #121212;
        margin: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }
 .carousel {
        height: 550px;
    }

    #piccarousel {
        height: auto;
    }

    html,
    body {
        height: 100%;
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Noto Sans Arabic", sans-serif;
font-weight:400;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 10px;
        background-color: #E6E1DE !important;
}
   }

    /*icon humburger menu */
    .header-logo-and-menu {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    header {
        width: 100%;
        display: flex;
        align-items: center;
        height: 70px;
        justify-content: space-between;
    }

    /* logo*/
    #brand {
        width: 80px;
        height: auto;
        margin-top: 21px;
    }

    /*style for links*/
    a {
        color: rgb(0, 0, 0);
        text-decoration: none;
    }

    .image-for-blog {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        width: 100%;
    }

    .img-thumbnail {
        width: 220px;
    }
      #humburger {
        margin-left: 20px !important;
    }
