*{
    margin: 0;
    padding: 0;
    font-family: 'poppins', sans-serif;
    box-sizing: border-box;



}
body{ 
    background: #080808;
    color: #fd0404;



}

.main{
    width: 100%;
    height: 120vh;
    background-image: url(images/backgrounddd.jpg);
    background-size: cover;
    background-position: center;
}
.navbar{
    width: 1200px;
    height: 75px;
    margin: auto;
}
.icon{
    width: 200px;
    float: left;
    height: 70px;
}
.logo{
    width: 140px;
}
.menu{
    width: 500px;
    float: left;
    height: 80px;
}
ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul li{
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 20px;
}
ul li a{
    text-decoration: none;
    color: #fffefe;
    font-family: Arial;
    font-weight: bold;
    transition: 0.4s case in ease-in-out;
}
ul li a:hover{
    color: #fb0404;


}
.search {
    width: 330px;
    float: below;  
    margin-left: 3700px;  
}

.srch{
    font-family: 'Times New Roman';
    width: 200px;
    height: 40px;
    background: transparent;
    border: 1px solid #f8fbf9;
    margin-top: 13px;
    color: #fff;
    border-right: none;
    font-size: 16px;
    float: left;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.btn{
    width: 100px;
    height: 40px;
    background: #f5f3f2;
    border: 2px solid #fcfbfa;
    margin-top: 13px;
    color: #0b0b0b;
    font-size: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.btn:focus{
    outline: none;


}
.srch:focus{
    outline: none;
}
.content{
    width: 1400px;
    height: auto;
    margin: auto;
    color: #f5f3f2;
    position: relative;
}

.content.par{
    text-align: justify;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    padding: 0 20px;
}
.content h1{
    margin-bottom: 20px; 
    font-size: 32px;
    text-align: left;
}
.content .cn{
    width: 160px;
    height: 40px;
    background: #f8fbf9;
    border: none;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;

}
.content .cn a{
    text-decoration: none;
    color: #080808;
    transition: .3s ease;
}
.cn:hover{
    background-color: gray;
}
.content span{
    color: rgb(186, 163, 163);
    font-size: 60px;
}
.form{
    width: 300px;
    height: 450px;
    background: linear-gradient(to top, rgba(0,0,0,0.8)50%,rgba(0,0,0,0.8)50%) ;
    position: absolute;
    top: -20px;
    left: 870px;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
}
.form h2{
    width: 240px;
    font-family: sans-serif;
    text-align: center;
    color: #f5f3f2;
    font-size: 22px;
    background-color: gray;
    border-radius: 10px;
    margin: 2px;
    padding: 8px;
}
.form input{
    width: 240px;
    height: 45px;
    background: transparent;
    border-bottom: 1px solid #f5f3f2;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #f5f3f2;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 30px;
    font-family: sans-serif;
}
.form input:focus{
    outline: none;
}
::placeholder{
    color: #f8fbf9;
    font-family: Arial;
}
.btnn{
    width: 240px;
    height: 40px;
    background: rgb(255, 252, 252);
    border: none;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    color: #5b5653;
}

.btnn:hover{
    background: #635f5d;
    color: rgb(82, 82, 77);
}
.btnn a{
    text-decoration: none;
    color: #080808;
    font-weight: bold;
}
.form .link{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding-top: 20px;
    text-align: center;
}
.form .link a{
    text-decoration: none;
    color: #1a45f3;
}
.liw{
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}
.icon a {
  text-decoration: none;
  color: #f5f3f2;
}

.icon ion-icon {
  color: #f5f3f2;
  font-size: 30px;
  padding-left: 16px;
  padding-top: 10px;
  transition: 0.3s ease;
}

.icon ion-icon:hover {
  color: #fb4040; 
  transform: scale(1.1); 
}

body {
  background-color: #2c2c2c;
  color: white;
  font-family: Arial, sans-serif;
}

.form {
  background: rgba(0, 0, 0, 0.7);
  width: 300px;
  padding: 30px;
  border-radius: 14px;
  margin: 110px auto;
  text-align: center;
  box-shadow: 0 0 15px #f4f0f0;
}

.form h2 {
  margin-bottom: 20px;
}

.form input {
  width: 90%;
  padding: 10px;
  margin: 10px 0;
  border: none;
  border-radius: 5px;
}

.form button {
  padding: 10px 20px;
  background: #fb4040;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.form button:hover {
  background: #d7d5d5;
}

#msg {
  margin-top: 10px;
  font-size: 14px;
}

.menu-card {
  margin: 50px auto;
  width: 300px;
  padding: 20px;
  background: #fff;
  color: #000;
  border-radius: 10px;
  box-shadow: 0 0 15px #999;
}

.menu-card ul {
  list-style: none;
  padding: 0;
}

.menu-card li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
