body{
    margin: auto;
    align-items: center;
    /* background-image: url(./images//Blue\ Sky\ with\ Clouds\ and\ Sun\ -\ Poster.jpeg); */
    background-size: cover;
    background-repeat: no-repeat;
    
}
div{
    align-items: center;
    margin: auto;
    justify-content: center;
    width: 300px;
}

.bg-col{
    background-color: #032830;
    color: white;
    padding: 15px;
    border-radius: 10px;
    margin: 15px;
}
button{
    height: 30px;
    background-color: rgb(133, 173, 133);
    border-radius: 10px;
}

h1{
    height: 55px;
    font-size: 23px;
    background-color: rgba(46, 150, 46, 0.5);
    padding: 10px;
    color: rgb(3, 21, 3);
    border-radius: 10px;
    position: fixed;
    top: 0;
    width: 100%;

}
.main{
    margin-top: 70px;
    
}
.right{
    width:25px;
    height: 25px;
    border-radius: 50%;
}
.Saudi_boxes{
   width: 300px;
   align-items: center;
   background-color: rgb(213, 231, 213);
   box-shadow: 0 8px 30px rgba(0,0,0,0.3);
   border-radius: 20px;
   margin : 15px ;
   padding: 15px;
   margin: 25px auto;
   color: black;
   
}
.Saudi_images{
   width: 250px;
   height: 60vh;
   display: flex;
   align-items: center;
   box-shadow: 0 8px 30px rgba(1,0,0,0.3);
   border-radius: 20px;
   margin : 15px ;
   padding: 5px;
   margin: 25px auto;
}
.opening_img{
   background-image: url(./images/bg.jpeg);
   background-repeat: no-repeat;
   background-size: cover;
}
.second_button{
    background-color: rgb(198, 178, 178);
}
.bg-col_sec{
    background-color: rgb(45, 76, 87);
    color: white;
    padding: 15px;
    border-radius: 10px;
    margin: 15px;
}
.bg-col_sec_main{
    background-color: rgb(45, 76, 87);
    color: white;
    padding: 15px;
    border-radius: 10px;
    margin: 15px;
    width: 370px;
}
@media (min-width:600px) {
    .images{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width:900px) {
    .images{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .down{
        transform: translateY(80px);
    }
    .sec_img{
        margin-top: 70px;
    }
    .end{
       margin-left: 950px;
    }
}
.head_img_box{
    width: 100%;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    
}
.head_img{
    width: 98%;
    height: 60vh;
    background-size: cover;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    border-radius: 10px;
}
.footer{
    width: 300px;
    background-color: whitesmoke;
    color: black;
    border-radius: 10px;
    height: 100px;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 20px;
}
.inner_box{
    background-color: rgb(139, 151, 139);
    border-radius: 10px;
    padding: 5px;
    width: 270px;
    list-style: none;
    /* display: none; */
}