@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: #ffffcc;
    border: 1px solid transparent;
    border-radius: 14px;
    box-shadow: rgba(0, 49, 178, 0.86) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #be0000;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px 0.8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    width: 56%;
    margin-top: 10px;
    border: 1px solid #213dae;
    padding: 0 15px;

    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; */

    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);
    background-color: rgba(255, 0, 52, 1);
    transform: scale(1.1); /* Increase size on hover */
}
.color1 {
    background: rgb(231, 114, 11);
    background: -moz-linear-gradient(54deg, rgba(231, 114, 11, 1) 35%, rgba(255, 0, 52, 1) 100%);
    background: -webkit-linear-gradient(54deg, rgba(231, 114, 11, 1) 35%, rgba(255, 0, 52, 1) 100%);
    background: linear-gradient(54deg, rgba(231, 114, 11, 1) 35%, rgba(255, 0, 52, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7720b",endColorstr="#ff0034",GradientType=1);
}

.color2 {
    background: rgb(255, 0, 52);
    background: -moz-linear-gradient(54deg, rgba(255, 0, 52, 1) 33%, rgba(231, 114, 11, 1) 95%);
    background: -webkit-linear-gradient(54deg, rgba(255, 0, 52, 1) 33%, rgba(231, 114, 11, 1) 95%);
    background: linear-gradient(54deg, rgba(255, 0, 52, 1) 33%, rgba(231, 114, 11, 1) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0034",endColorstr="#e7720b",GradientType=1);
}
.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;
}
body {
    background-image: url(../images/sea.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
}
