
* {
  box-sizing: border-box;
  font-family: "IBM Plex Sans Arabic", sans-serif;
}
body {
  margin: 0px;
  background-color: rgb(242, 249, 255);
}





.grid-container {
display: grid;
grid-template-columns: auto auto auto auto auto auto;
grid-gap: 10px;
color: rgb(5, 5, 5);
align-content: left;
text-align: center;
}

 /*.grid-container > div{
 border: solid rgb(15, 22, 116);
 } */
 
  .home-1 {
  grid-column:1; 
  width:300px;
  margin-right: 20px;
  margin-top: 100px; 
  background-color: rgb(240, 240, 247);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  margin-left: 60px; 
  }

  .home-center{
  grid-column: 2/4;
  margin-top: 100px; 
  width: 600px;
  padding: 10px;
  background-color: rgb(221, 238, 252);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-size: 19px;
  color: black;
 /* border: none !important;*/
  text-align: justify;

   }

   .home-right{
    grid-column: 4/ 6;
    margin-top: 100px; 
    margin-right: 41px;
    width: 300px;
    background-color: rgb(240, 240, 247);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    border: none !important;
   }

  .roy-img {
  margin:auto;
  margin-top: 50px;
  width: 100%;
  align-content: center;
 
   }
   .home-rowend{
    grid-column: 6;
   }

.sociaMedia {
  grid-column: 6;
  position: fixed;
  top: 200px;
  right: 2%;
  width: 35px;
  height: 200px;
  z-index: 1;
}

.sociaMedia img {
  width: 30px;
  margin-bottom: 5px;
  transition: 1s;
  z-index: 2;
}

.sociaMedia img:hover {
  width: 50px;
}


.floatright {
  position: fixed;
  top: 200px;
  right: 0px;
  width: 0px;
  height: 100px;
  z-index: 1;
  overflow-x: hidden;
  transition: 5s;
}

.floatright img {
  margin-right: auto;
  margin-left: auto;
  width: 80px;
  margin-bottom: 5px;
  display:absolute;
  z-index: 2;
  transition: 3s;
}

.adSection{
  margin: auto;
  margin-top: 40px;
  margin-left: 2%;
  margin-right: 10px;
  width: 17%;
  height: 400px;
  float: left;
  background-color: rgb(240, 240, 247);
}

.header {
  grid-column: 1/ span 6;
  height: 100px; 
  z-index: 3;
  
}

.nav {  
        width: 100%;
        position: fixed;
        top: 0px;
        right: 0px;
        height: 60px;
        background-color: rgb(240, 240, 247);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
          0 6px 20px 0 rgba(0, 0, 0, 0.19);
      }

.logo {
  padding-top: 5px;
  margin-left: 2%;
  float: left;
}

.logo img {
  width: 60px;
  float: left;
  background-color: rgb(240, 240, 247);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 50%;
}
.llcaption {
  color: black;
  line-height: 60px;
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  margin-left: 1%;
}

.mobile-menu{
    display: none;
    float: right;
    padding: 5px;
    margin-right: 5px;
    font-size: 30px;
    line-height:56px ;
}

.mobile-menu-ul{
    position: absolute;
    display: none;
    font-size: medium;
    border-radius: 0px 0px 5px 5px;
    background-color: rgb(240, 240, 247);
    box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.2),
    1px 0px 2px 0px rgba(0, 0, 0, 0.19);
    width:100px;
}

.mobile-menu-ul li{
   position: block;
   clear: inherit;
   line-height: 40px !important;
   width: 100px;
   margin: 0px;
   padding: 0px;
   text-align: center;
   
 }

 .mobile-menu-ul li a {
  /* background-color: rgb(44, 44, 194); */
  position: block;
  line-height:40px;
  width: 100px;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-family: "Raleway", sans-serif;
  font-size: medium;
}
.mobile-menu-ul li a:hover {
  background-color: rgb(170, 173, 179);
  border-radius: 3px;
  color: black;
  text-decoration: none;
}
@media only screen and (max-width: 1007px) {
    ul li{
      width:90%;
      margin: 0px;
      padding: 0%;
    }

    .radio, .partner{
        display: none;
    }
    

}

@media only screen and (max-width: 768px) {
    
  ul {
    display: none;
  }

   .mobile-menu{
    display: inline-block;
    position: relative;
   }

  .mobile-menu:hover > ul.mobile-menu-ul{
  display: block;
  }

  .home-1 {
  grid-column:1; 
  width:100px;
  margin-top: 100px; 
  background-color: rgb(240, 240, 247);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  margin-left: 60px; 
  
  }

  .home-center{
  grid-column: 2/ span 6;
  margin-top: 100px; 
  width: 400px;
  padding: 10px;
  background-color: rgb(221, 238, 252);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-size: 2vw;
  color: black;
  text-align: justify;
   margin-left: 0px;
   }

   .home-right{
    grid-column: 1/3;
    margin-top: 100%; 
    width: 300px;
    background-color: rgb(240, 240, 247);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    margin-left: 60px; 
  
   }
  


}

/*----Mobile View ends--*/

ul {
  position: absolute;
  right: 0px;
  list-style: none;
  line-height: 40px;
  padding: 0px;
  margin: 0px;
  text-align: right;
}

ul li {
  /* background-color: rgb(44, 44, 194); */
  line-height: 60px;
  display: inline;
  text-decoration: none;
  margin-right: 1px;
  
}

ul li.last {
  margin-right: 50px;
}

li:hover ul {
  display: block;
  position: absolute;
}

ul li a {
  /* background-color: rgb(44, 44, 194); */
  line-height: 60px;
  width:100px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: black;
  font-family: "Raleway", sans-serif;
  font-size: large;
}

.h1 {
  font-family: Helvetica, sans-serif;
}

.drop-menu {
  /* background-color: rgb(44, 44, 194); */
  position: relative;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: large;
}

.drop-menu ul {
  margin: 0px;
  padding: 0px;
  position: absolute;
  display: none;
  text-decoration: none;
  border-radius: 0px 0px 5px 5px;
  background-color: rgb(240, 240, 247);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

ul li.drop-menu ul li {
   /* background-color: rgb(44, 44, 194); */
   position: block;
   clear: inherit;
   line-height: 40px !important;
   width: 200px;
   margin: 0px;
   padding: 0px;
   text-align: center;
   text-decoration: none;
  
 }
.drop-menu ul li a {
  /* background-color: rgb(44, 44, 194); */
  position: block;
  clear: inherit;
  width: 200px;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: medium;
}
ul li.drop-menu ul li a:hover {
  background-color: rgb(170, 173, 179);
  border-radius: 5px;
  color: black;
}

ul li a:hover {
  background-color: rgb(170, 173, 179);
  color: black;
}

.section {
  grid-column: 1/span 6;
  height: 1000px;
  padding: 50px;
}

.footer {
  grid-column: 1/span 6;
  background-color: rgb(59, 59, 59);
  height: 100px;
  font-family: "Raleway", sans-serif;
  font-size: medium;
  color: snow;

}

.center {
  color: rgb(12, 18, 43);
  margin: auto;
  padding: 10px;
  width: 50%;
  height: 280px;
  border: 1px solid white;
  border-radius: 8px;
  box-shadow: 0px 0px 30px 0px white, 0px 0px 30px 0px rgb(158, 167, 245);
  background-color: rgba(3, 3, 3, 0);
  font-size: 19px;
  font-style: italic;
  text-align: center;
}



.card-row{
  margin-top:30px;
  padding-top: 10px;
  grid-column: 1/ span 6;
  grid-column-start:auto;
  overflow-x: auto;
  overflow-y:hidden;
  white-space: nowrap;
  height: 460px;
  border: 5px solid snow !important;
  
}



.card {
  box-sizing: border-box;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 300px;
  height: 400px;
  border-radius: 5px;
  margin-left:40px !important;
  display: inline-block;
  white-space:normal !important;
  background-color: snow;
  margin-bottom: 100px;
  
}

.card:hover {
  box-shadow: 0 8px 32px 0 rgba(0,0,0,0.2);

}

.card div.img-div{
  margin-top: 0px;
  border-radius: 5px 5px 0 0;
  width:100%;
  height:50%;
 
}

div.img-div img {
  box-sizing: border-box;
  border-radius: 5px 5px 0 0;
  width: auto;
  height:100%;
}

.card-container {
  margin-left:auto;
  margin-right: auto;
  align-content: center;
  box-sizing: border-box !important;
  padding: 2px 2px;
  width:250px;
  height: 150px;
  border: solid rgb(204, 202, 202); 
  border-width: 0px 1px; 
}

   #more{
     display: none;
   }
