@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

.droid-arabic-kufi {
  font-family: 'Droid Arabic Kufi', serif;
}
body{
          /* background-image: url('./png logo.png'); */
        }
        /* li{
            list-style: none;
            background-color: yellow;
            border-radius: 8px;
            padding: 1rem;
        } */
        .content {
            padding-top: 10px;
            position: relative;
            z-index: 1;
            flex: 1 1 1010px;
            font-family: Roboto, sans-serif;
        }
        .title {
            font-size: 22px;
            max-width: 591px;
            text-align: center;
            font-weight: 700;
            line-height: 36px;
            margin-bottom: 2px;
            margin-top: 0;
        }
        .title-description {
            margin-bottom: 10px;
            font-size: 14px;
            max-width: 591px;
            text-align: center;
            line-height: 21px;
            font-weight: 500;
        }
        .link-btn {
            background-color: #AC252D;
            width: 86%;  font-family: 'Droid Arabic Kufi', serif;
            margin-top: 10px;
            padding: 0 15px;
            border-radius: 7rem;
            position: relative;
            flex: 0 0 auto;
            transition: all 0.2s ease-in-out;
            text-align: center;
            height: 53px;
            overflow-x: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 500;
            /* border: 2px solid #ffea00; */
            color: #ffffff;
            max-width: 600px;
            text-decoration: none; font-size: 16px; font-weight: 600;
            overflow: hidden;
            transition: transform 0.3s ease; /* Add transition for transform property */
            transform: scale(1); /* Initial scale */
        }

        .link-btn:hover {
            color: #ffffff;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
            transform: scale(1.1); /* Increase size on hover */
        }
        .social-inner {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin-top: 25px;
            justify-content: center;
        }
        .arrow{
            width: 2rem;
            position: absolute;
            right: 1rem;
            background-color: white;
            border-radius: 2rem;
        }
        .menu, .menu1 {
        display: none; /* Initially hide both divs */
        }
        .menu{
            justify-content: center;
            height: 100vh;
            align-items: center;
            background-color: #5b0001;

        }
        .menu video::-webkit-media-controls {
            display: none !important;
        }
video {
    width: 100%;
    height: auto;
}