body{
    overflow-x: hidden;
    margin: 0;
    font-family: DroidKufi;
    background-color: #f1f1f187;
    direction: ltr;
  }

    @font-face {
        font-family: HacenTunisiaBold;
        src: url('../fonts/HacenTunisiaBold.ttf');
        }
    @font-face {
        font-family: DroidKufi;
        src: url('../fonts/DroidKufi-Regular.ttf');
        }
    .at-expanding-share-button-click-flash span {
        background-color: rgb(87, 4, 4) !important;
    }
    hr{
      margin-top: 8px!important;
      margin-bottom: 8px !important;
    }
    figcaption{
      font-size: 12px;
      margin-top: 4px;
    }
    .discreption-img{
      font-size: 12px;
      color: #484646;
    }
    .layer{
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #00000096;
    }
    .intro{
        position: relative;
        margin: 0 auto;
        width: 100%;
        overflow-x: hidden;
        height: 100vh;
        z-index: 2;
        background-size: cover;
        background-image: url('../img/cover.jpg');
        background-position: center center;
        z-index: 99999;
    }
    .intro-text{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
        font-family: HacenTunisiaBold;
        color: white;
        z-index: 999999;
        font-size:42px;
        text-shadow: 0 0 7px black;
    }
    .logoCont{
        text-align: left;
        position: absolute;
        z-index: 999999;
        cursor: pointer;
        width: 100%;
    }
    .logoImg{
        width: 13%;
    }
    .img-st{
        width: 100%;
        height: 90%;
    }
    .imgCard{
        height: 42vh;
    }
    .img-st3{
        width: 75%;
    }
    .img-st9{
        width: 49%;
    }
    .img-st4b{
        width: 89%;
    }
    .img-st4a{
        width: 75%;
    }
    .img-st6a{
        width: 65%;
    }
    /* text */
        .sectiontitle1{
            text-align: left;
            font-size: 18px;
            color: #4c0404;
            margin-bottom: 10px;
            border-bottom: 1px solid #4c464663;
            padding-bottom: 10px;
        }
        .sectionTexts{
            text-align: left;
            margin-top: 20px;
            font-size: 15px;
            font-weight: 600;
            color: #3a3939;
            line-height: 1.9;
        }
        .sectionTextsF{
            text-align: left;
            margin-top: 20px;
            font-weight: 600;
            color: #690812;
            font-size: 13px;
            line-height: 1.9;
        }
        .sectionTexts-title{
            text-align: left;
            font-size: 19px;
            font-weight: bolder;
            color: #580303;
        }
    /* ImgCover */
        .img-blur{
            filter: blur(16px);
        }
        .card {
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
            transition: 0.3s;
            width: 100%;
            padding: 10px;
        }
        .card-des{
            position: relative;
            overflow: hidden;
        }
        .card:hover {
            box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        }
        .container {
            padding: 2px 16px;
        }
        .text-des{
            position: absolute;
            top: 50%;
            left: 11%;
            transform: translateY(-50%);
            color: white;
            font-weight: bolder;
            font-size: 12px;
            z-index: 9999;
        }
        .text-des-2{
            background-color: #d2cece;
            box-shadow: inset 6px 1px 5px 0 #dad6d6;
            text-align: center;
            padding-top: 9px;
            margin-top: 7px;
            padding-bottom: 9px;
            font-size: 14px;
            cursor: pointer;
            color: #401616;
        }
        .colorGray{
            color: #6d6d6d !important;
        }
        .text-des-2:hover {
            background-color: #d2cecec9;
        }
        .hidden{
            display: none;
        }
        .layer{
            position: absolute;
            background-color: #00000078;
            width: 100%;
            height: 100%;
            z-index: 999;
            top: 0;
        }
        /* footer */
            footer{
                background-color: black;
                text-align: center;
                margin-top: 20px;
            }
            .direction{
                padding-top: 10px;
                padding-bottom: 10px;
                color: white;
            }
        @media screen and (min-width: 768px) {
            .offset-2 {
                margin-right: 24.66667% !important;
                margin-left: 24.666667% !important;
            }
        }

        /* responsive */
        @media screen and (max-width: 480px) {
            .logoImg {
                width: 27%;
            }
            .offset-2{
                margin-right: 5.66667% !important;
                margin-left: 5.666667% !important;
            }
            .direction {
                font-size: 12px;
            }
            .m-t-m{
                margin-top: 9px;
            }
            .img-st3 , .img-st4b , .img-st9 ,.img-st6a , .img-st4a {
                width: 100%;
            }
            .text-des{
                font-weight: 600;
                font-size: 11px;
            }
            .text-des-2{
                font-size: 12px;
            }

        }
