
*{
    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Tajawal';
    list-style: none;
    text-decoration: none;
    
}



  body{
    background-color: #100e2d ;
  }
  
header{
    background-color: #0f0b24;
    width: 100%;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px ;
   
   
}
.navigation2 a {
    color: #000000;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 500;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.775);
    border: 2px solid rgba(158, 44, 181, 0.759);
    padding: 10px;
    border-radius: 15px;
}
header .logo{
    width: 120px;
}


header .navigation2 {
    position: relative;
    width: 100%;
    display: flex
;
    align-items: center;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.sec1-box{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;

}
.saudi{
 
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
       
    
}
.saudi1 path {
    fill: rgba(30, 39, 95, 0.91);
    stroke-width: 1.5px;
    stroke: #a5d1e47c;
  stroke-linecap: round;
  transform: translate(-111.5748,-90.4344);
}
.mymap1{
    padding-left: 0px;
    padding-bottom: 0px;
}

.saudi path {
    fill: rgba(30, 39, 95, 0.669);
    stroke-width: 1.5px;
    stroke: #a5d1e47c;
  stroke-linecap: round;
  transform: translate(-111.5748,-90.4344);
}
.mymap{
  justify-content: center;
  align-items: center;
  padding: 0px 370px;
   
}

path {
    fill: #ffffff;
    transition: fill 0.4s ease;
  }
  path:hover {
    fill: rgb(57, 15, 57);
    stroke: rgb(119, 173, 224);
    stroke-width: 3px;
  }


.mymap .title {
    padding: 0px 0 0 0  ;
    padding-bottom: 30px;
    margin-top: 20px;
   
}
.mymap {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mymap svg {
    width: 90vw;
    height: auto;
    max-width: 100%;
}

@media (max-width: 768px) {
    .mymap svg {
        width: 95vw;
        height: auto;
    }
}

@media (max-width: 480px) {
    .mymap svg {
        width: 100vw;
    }
} 

@media (max-width:785px){
    .mymap {
        padding: 0;
        margin: 0px;
    }
    .saudi {
            display: flex;
            justify-content: center;
            align-items: center;
    
            height: 100vh;
           
        }
    
     header .logo{
        width: 80px;
        height: 40px;
        margin-top: 20px;
    
    }
    .navigation2 a {
        text-decoration: none;
        font-size: .8em;
        font-weight: 500;
        padding-left: 30px;
        padding: 10px;
        border-radius: 15px;
    }

    header{
    
        width: 100%;
        right: 0;
        left: 0;
        top: 0;
        position: fixed;
        z-index: 1000;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px ;
       
       
    }
    .mapbody {
        background: none;
        background-color: #100e2d;
    }

}
@media (max-width:1023px){
    .mymap {
   
            justify-content: center;
            align-items: center;
            padding: 0px 0px;
           
            
          
     
    }
    .saudi {
        display: flex;
        justify-content: center;
        align-items: center;

        height: 100vh;
       
    }
    .mapbody {
        background: none;
        background-color: #100e2d;
    }


}