*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
}
body{
    height: 100vh;
    background: linear-gradient(
        135deg,
        #6f6df4,
        #4c46f5
    );
}
body {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    direction:rtl;
}
body{
    background-color: #fff;
    background-image:url(../images/background.jpg);
}
body {
    font-family: JeFlat;
}
.container{
    background-color: #ffffff;
    width: 70%;
    min-width: 420px;
    padding: 35px 50px;
    transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    box-shadow: 20px 30px 25px rgba(0,0,0,0.15);
}
h1{
    font-size: 30px;
    text-align: center;
    color: #1c093c;
}
p{
    position: relative;
    margin: auto;
    width: 100%;
    text-align: center;
    color: #606060;
    font-size: 14px;
    font-weight: 400;
}
form{
    width: 100%;
    position: relative;
    margin: 30px auto 0 auto;
}
.row{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
    grid-gap: 20px 30px;
    margin-bottom: 20px;
}
label{
    color: #1c093c;
    font-size: 14px;
}
textarea,
input{
    width: 100%;
    font-weight: 400;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1.2px solid #c4cae0;
    margin-top: 5px;
}
textarea{
    resize: none;
}
textarea:focus,
input:focus{
    outline: none;
    border-color: #6f6df4;
}
button{
    border: none;
    padding: 10px 20px;
    background: linear-gradient(
        130deg,
        #6f6df4,
        #4c46f5
    );
    color: #ffffff;
    border-radius: 3px;
}













.btn-1 {
    background-image: url('images/11.jpg');
    background-color: rgba(0,0,0,0.5);
  }
  .btn-2 {
    background-image: url('images/22.jpeg');
    background-color: rgba(0,0,0,0.5);
  }
  .btn-3 {
    background-image: url('images/33.png');
    background-color: rgba(0,0,0,0.5);
  }
  .btn-4 {
    background-image: url('images/44.jpg');
    background-color: rgba(0,0,0,0.5);
  }
  .btn:hover {
    transform: scale(1.1);
  }

.btn-5 {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  height: 220px;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .image-container img {
    width: 200px;
    margin: 10px;
  }


.btn {
background-image: url(11.jpg);
background-size: cover;
color: #fff;
text-align: center;
padding: 10px 20px;
border-radius: 5px;
font-size: 18px;
font-weight: bold;
text-decoration: none;
display: inline-block;
}

.btn {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}



.main-navbar{
   position: sticky;
    top: 0;
    width: 100%;
    height: 10vh;
}
.main-navbar .navbar{
  border-bottom: 1px solid black;
    padding: 0px;
    background-color: black;
    width: 100%;
    height: 5vh;
    z-index: 3;
}
.main-navbar .navbar .navbar-brand{
    padding: 10px 8px; 
    color: yellow;
    font-size: 15px;
}
.main-navbar .navbar .nav-item .nav-link{
    padding: 10px 8px;
    color: #000;
    font-size: 15px;
}



@media only screen  and (max-width: 600px) {
    .main-navbar .top-navbar .nav-link{
        font-size: 12px;
        padding-left: 30px;      
    }
}
  .btn {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
    background-size: cover;
    background-position: center center;
    transition: all 0.3s ease;
  }
  .btn {
width: 250px;
height: 150px;
}



  .btn:hover {
    transform: scale(1.1);
  }

.btn-5 {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  height: 220px;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .image-container img {
    width: 200px;
    margin: 10px;
  }
header {
  border-bottom: 1px solid yellow;
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s;
  padding: 30px 70px;
  z-index: 100000;

}
header .logo{
  position: relative;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.2s;
}
header ul{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
header ul li{
  position: relative;
  list-style: none;
}
header ul li a{
  position: relative;
  margin: 0 15px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500px;
  transition: 0.6s;
}

.banner{
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("");
  background-size: cover;
}
header.sticky
{
  padding: 5px 100px;
  background: white;
}
header.sticky .logo,
header.sticky ul li a
{
  color: #000;
}