@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #333;
    line-height: 1.2;
}

ul {
    list-style: none;
}

a {
    color: yellow;
    text-decoration: none;
}

a :hover {
    color: rgb(243, 6, 132);
}


h1, h2 {
    font-weight: 300;
    line-height: 1.3;
}

p {
    margin: 5px 0;
}

img {
    width: 100%;
}

/* Navbar */
.navbar {
    color: yellow;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
    opacity: 0.7;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 5px;
    padding: 30px, 50px;
    transition: 0.5s;
}

.navbar.top {
    background: black;
}

.navbar a {
    color: yellow
    padding: 10px 20px;
    margin: 0 5px;
}

.navbar a:hover {
    border-bottom: yellow 3px solid;
}

.navbar ul {
    display: flex;
}

.navbar .logo {
    font-weight: 250;
    padding: 0px, 200px;
   
}

/* Header */


.hero {
    background: url('../img/proverbs.jpg') no-repeat center center/cover;
    height: 100vh;
    color: #fff;
}



.hero .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: bottom;
    text-align: center;
    height: 100%;
    padding: 38% 20px;
    color: red;
}

.hero .content h1 {
    font-size: 50px;
    color: yellow;
	font-size: 40px;
	text-shadow: -1px 1px 2px #000,
				  1px 1px 2px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;
}

.hero .content p {
    font-size: 20px;
    max-width: 750px;
    margin: 5px 0 5px;
    color: yellow;
		text-shadow: -1px 1px 2px #000,
				  1px 1px 2px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;
}


.hero * {
    z-index: 10;
}




/* Collapse button */

.btn-info {
    background-color: teal;
}

/* Descriptions */



.descriptions p {
    font-size: 14px;
}

.descriptions img {
    border-radius: 50%;
}


/*flex boxes*/
.box {
    display: flex;
    flex-wrap: wrap;
    height: 400px;
    width: 33%;
    align-content: space-between;
  }
    
  
  * {
    box-sizing:  border-box;
  }

  .flex-container {
    display: flex;
  }

  .item {
    background: #f4f4f4;
    border: #ccc solid 2px;
    margin: 10 px;
    padding: 10px;
    text-align: cneter;
    border-radius: 10px;
    flex: 1;
  }



/* Descriptions */

.item-nd102 {
    background-color: rgb(78, 32, 105);
    color: white;
  }

  .item-nd103 {
    background-color: rgb(32, 105, 105);
    color: white;
  }

  .item-nd104 {
    background-color: rgb(99, 32, 105);
    color: white;
  }

  .item-nd105 {
    background-color: rgb(99, 32, 105);
    color: white;
  }

  .item-nd105 {
    background-color: rgb(104, 105, 32);
    color: white;
  }

  .item-dk403 {
    background-color: rgb(43, 32, 105);
    color: white;
  }

  .item-dk404 {
    background-color: rgb(105, 32, 56);
    color: white;
  }

  .item-dk405 {
    background-color: rgb(32, 105, 44);
    color: white;
  }

  .item-dk236 {
    background-color: rgb(145, 82, 31);
    color: white;
  }

.item-mot-1 {
    background-color: rgb(99, 32, 105);
    color: white;
  }

.item-mot-1 img {
    border-radius: 15%;
}
.item-mot-2 {
    background-color: rgb(68, 139, 20);
    color: white;
}

.item-mot-2 img {
    border-radius: 15%;
}


.item-mot-3 {
    background-color:  rgb(155, 74, 21);
    color: white;
} 

.item-mot-3 img {
    border-radius: 15%;
}

.item-mot-4 {
    background-color:  rgb(12, 57, 102);
    color: white;
} 

.item-mot-4 img {
    border-radius: 15%;
}

.item-mot-5 {
    background-color:  rgb(100, 95, 22);
    color: white;
} 

.item-mot-5 img {
    border-radius: 15%;
}

.item-mot-6 {
    background-color: rgb(104, 23, 20);
    color: #fff;
}

.item-mot-6 img {
    border-radius: 15%;
}

.item-mot-7 {
    background-color: rgb(150, 6, 126);
    color: #fff;
}

.item-mot-7 img {
    border-radius: 15%;
}


.item-mot-8 {
    background-color: rgb(80, 20, 104);
    color: #fff;
}

.item-mot-8 img {
    border-radius: 15%;
}

.item-mot-9 {
    background-color: rgb(0, 92, 12);
    color: #fff;
}

.item-mot-9 img {
    border-radius: 15%;
}

.item-mot-10 {
    background-color: rgb(110, 77, 1);
    color: #fff;
}

.item-mot-10 img {
    border-radius: 15%;
}

.item-ssk-1 {
    background-color: rgb(150, 6, 126);
    color: #fff;
}

.item-ssk-2 {
    background-color: rgb(42, 150, 6);
    color: #fff;
}

.item-ssk-3 {
    background-color: rgb(66, 6, 150);
    color: #fff;
}

.item-ssk-4 {
    background-color: rgb(6, 49, 150);
    color: #fff;
}

.item-ssk-5 {
    background-color: rgb(137, 126, 3);
    color: #fff;
}

.item-ssk-6 {
    background-color: rgb(126, 4, 4);
    color: #fff;
}

.item-ssk-7 {
    background-color: rgb(126, 4, 120);
    color: #fff;
}

.item-ssk-8 {
    background-color: rgb(61, 4, 126);
    color: #fff;
}

.item-ssk-9 {
    background-color: rgb(124, 126, 4);
    color: #fff;
}

.item-ssk-10 {
    background-color: rgb(4, 126, 126);
    color: #fff;
}

.item-ssk-11 {
    background-color: rgb(126, 98, 4);
    color: #fff;
}

.item-ssk-12 {
    background-color: rgb(126, 4, 35);
    color: #fff;
}

.item-ssk-6 {
    background-color: rgb(4, 81, 126);
    color: #fff;
}



.item-amj1 {
    background-color: rgb(150, 6, 6);
    color: #fff;
}

.item-amj2 {
    background-color: rgb(140, 150, 6);
    color: #fff;
}

.item-amj3 {
    background-color: rgb(16, 6, 150);
    color: #fff;
}

.item-amj4 {
    background-color: rgb(150, 76, 6);
    color: #fff;
}

.item-amj5 {
    background-color: rgb(6, 145, 150);
    color: #fff;
}

.item-amj6 {
    background-color: rgb(30, 150, 6);
    color: #fff;
}

.item-subhi-1 {
    background-color: rgb(5, 136, 81);
    color: #fff;
}


.item-subhi-2 {
    background-color: rgb(125, 5, 136);
    color: #fff;
}

.item-subhi-3 {
    background-color: rgb(64, 5, 136);
    color: #fff;
}

.item-subhi-4 {
    background-color: rgb(136, 81, 5);
    color: #fff;
}

.item-subhi-5 {
    background-color: rgb(5, 81, 136);
    color: #fff;
}

.item-subhi-6 {
    background-color: rgb(64, 5, 136);
    color: #fff;
}

.item-subhi-7 {
    background-color: rgb(136, 5, 105);
    color: #fff;
}

.item-subhi-8 {
    background-color: rgb(44, 136, 5);
    color: #fff;
}

.item-subhi-9 {
    background-color: rgb(128, 114, 5);
    color: #fff;
}

.item-subhi-10 {
    background-color: rgb(3, 32, 99);
    color: #fff;
}

.item-subhi-11 {
    background-color: rgb(121, 4, 0);
    color: #fff;
}

.item-subhi-12 {
    background-color: rgb(3, 100, 107);
    color: #fff;
}

.item-subhi-13 {
    background-color: rgb(148, 141, 2);
    color: #fff;
}

.item-subhi-14 {
    background-color: rgb(38, 0, 121);
    color: #fff;
}

.item-subhi-15 {
    background-color: rgb(4, 146, 8);
    color: #fff;
}

.item-subhi-16 {
    background-color: rgb(97, 3, 99);
    color: #fff;
}

.item-subhi-17 {
    background-color: rgb(0, 14, 121);
    color: #fff;
}

.item-subhi-18 {
    background-color: rgb(107, 10, 3);
    color: #fff;
}

.item-subhi-19 {
    background-color: rgb(24, 99, 3);
    color: #fff;
}

.item-subhi-20 {
    background-color: rgb(121, 111, 0);
    color: #fff;
}

.item-subhi-21 {
    background-color: rgb(124, 1, 107);
    color: #fff;
}



.item-mointerviewb {
    background-color: rgb(126, 57, 0);
    color: #fff;
}

.item-abdelqader1b {
    background-color: rgb(81, 0, 121);
    color: #fff;
}

.item-abdelqader2b {
    background-color: rgb(15, 107, 3);
    color: #fff;
}

.item-marcusjaegerb {
    background-color: rgb(107, 97, 3);
    color: #fff;
}


.item-glossaryb {
    background-color: rgb(93, 1, 8);
    color: white;
}

.item-fikrylibraryb {
    background-color: rgb(119, 0, 109);
    color: white;
}


/* Footer with links */

.footer {
    background-color: #333;
}

.item-fsongs {
    background-color: #333;
    border: 0;
    font-size: 10px;
}

.item-flanguage {
    background-color: #333;
    border: 0;
    font-size: 10px;
}

.item-fwriting {
    background-color: #333;
    border: 0;
    font-size: 10px;
}

.item-social {
    background-color: #333;
    border: 0;
}

.item-fvisual {
    background-color: #333;
    border: 0;
    font-size: 10px;
}

.item-fhistory {
    background-color: #333;
    border: 0;
    font-size: 10px;
}

.item-fevents {
    background-color: #333;
    border: 0;
    font-size: 10px;
}





/* Mobile */
@media(max-width: 768px) {
    .navbar {
        flex-direction: column;
        height: 80px;
        padding: 10px;
    }

    .navbar a {
        padding: 5px 5px;
        margin: 0 3px;
    }

 .flex-container {
     display: block;
 }

    .flex-items {
        flex-direction: column;
    }

    .flex-columns .column, .flex-grid .column {
        flex: 100%;
        max-width: 100%;
    }
