* {
  padding: 0;
  margin: 0;
}

header{
    overflow: hidden;
  position: fixed;
  backdrop-filter: blur(5px);
  background: var(--background-image);
  height: 74px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  
  
}
header ul li #abu{
  display: none ;
}



header .logo {
  text-decoration: none;
  color: darkred;
  padding: 20px;
  font-weight: 800;
  font-size: 1.3em;
  transition: 1s;
  cursor: none;
  
 animation: ani 1s linear 1s infinite alternate;
  
}
header .logo:hover {
  color: red;
}

header .group {
  display: flex;
  align-items: center;
}


header ul {
  position: relative;
  display: flex;
  padding: 12px;
  gap: 10px;
}

header ul li {
  list-style-type: none;
  display: flex ;
  justify-content: center ;
  align-items: center ;

}
header ul li img{
  width: 20px;
}
/** uuu **/
header .sea{
  display: none ;
  
 
}
.sea li #close{
  display: block;
}
header .search-bar li{
  list-style-type: none ;
}
header .search-bar li #close{
 font-size: 2em ;
  text-decoration: none ;
  color: var(--header);
  font-weight: 250;
  cursor: none ;
}
header .search-bar{
  position: absolute ;
  top: 30%;
  left: 30%;
  display: flex;
  
  gap: 10px ;
 justify-content: center ;
 align-items: center ;
 backdrop-filter: blur(30px);
background: var(--about);
 height: 27px;
 border-bottom: 1px solid var(--header);
}
.search-bar input{
  width: 300px;
  height: 26px ;
  background: none;
  outline: none ;
  border: none;
  
  color: var(--header);
  text-align: center 
}
.search-bar input::placeholder{
  color: var(--header);
  text-align: center ;
}
/** uu **/
header ul li .a {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  color: var(--header);
  font-weight: 500;
  cursor: none;
}

header ul li .a::before {
  content: '';
  position: absolute;
  background: var(--header);
  bottom: -2px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transition: 0.5s;
}

header ul li .a:hover::before {
  transform: scaleX(1);
}


.style {
  position: absolute;
  top: 0%;
  width: 500px ;
  height: 30px;
  left: 65%;
  background: dodgerblue;
  border-radius: 0 100%;
  opacity: 40%;
}

img {
  width: 100%;
}

.aslogo{
  width: 100px ;
}

/** about section in any page**/

.about {

 display: flex ;
 justify-content: right ;
 align-items: none ;
 padding-top: 75px ;
  border-radius: 0px;
  width: 100%;
  height: 750px;
  
  
}

.about .blur {
  position: fixed ;

  display: block ;
  justify-content: center ;
  overflow: hidden ;
  backdrop-filter: blur(0px);
  width: 330px;
  height: 450px;
  border-radius: 0px;
  border: 0px solid red;
}
.latest .und{
  width: 250px;
  height: 1px;
  background: var(--header);
}
.blurr .latest {
  padding-top: 450px;
  width: 100%;
  display: flex ;
  flex-direction: column ;
  justify-content: center ;
  gap: 30px ;
  align-items: center ;
  
}
.blurr h1 {
  color: dodgerblue;
  font-size: 1.5em ;
  font-weight: 400;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif ;
}

.blurr .latest-item{
color: var(--header);
font-weight: 300;
  display: flex ;
  flex-direction: column ;
  justify-content: center ;
  align-items: center ;
}
.blurr .latest-item img{
  width: 200px ;
}
.blurr h3{
  color: var(--header);
  font-size: 1em ;
  font-weight: 300;
}
.blurr h3 a{
  color: skyblue;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none ;
  
}


.about .blurr {
  position: fixed ;
  
    background: var(--aboutt);
  display: block ;
  justify-content: center ;
  overflow: hidden ;
  backdrop-filter: blur(5px);
  width: 330px;
  height: 450px;
  padding-bottom: 1200px;
  border-radius: 0px;
  border: 0px solid red;
}


.blur .aslogo{
  position: absolute ;
  left: 30%;
  width: 130px;
  height: 130px;
}
.blur p{
  color: var(--header);
  position: absolute ;
  top: 30%;
  left: 6%;
  text-align: left ;
  font-weight: 300;
  font-size: 0.9em;
}
.blur p a{
  color: var(--abtext);
}
.blur h4 {
  color: var(--header);
  position: absolute;
  top: 54%;
  left: 30%;
  text-align: left;
  font-size: 1em ;
  font-weight: 400;
}
.blur .social{
    position: absolute;
    top: 62%;
    left: 18%
}
.blur .social a{
  text-decoration: none ;
  display: flex ;
  flex-direction: column ;
  color: var(--abtext);
  padding: 3px ;
  left: 18%;
  font-weight: 350;
  letter-spacing: 0.1em ;
  font-size: 0.9em;

}
.blur h3{
  color: var(--header);
position: absolute;
  top: 87%;
  left: 34%;
  font-weight: 400;
  font-size: 0.7em;
  border-bottom: 1px solid  var(--header);
  
}
.blur.h1{
  position: fixed;
  width: 100%;
}
.blur .h1 h1{
  display: none;
  position: absolute;
  top: 0%;
  left: 88%;
  font-size: 4em ;
  font-weight: 200;
  color: var(--header);
  }
/** last of about**/








@media only screen and (max-width: 600px){
  body {
  font-family: normal;
  background-repeat: no-repeat ;
  font-size: 9pt;
  min-height: 100vh;
    background: var(--background-color);
}

  
/** head **/
header {
  overflow: hidden;
  position: fixed;
  backdrop-filter: blur(5px);
  background: var(--background-image);
  height: 74px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  
}

header ul li #abu {
  display: block;
}

.logo {
  text-decoration: none;
  color: darkred;
  padding: 20px;
  font-weight: 800;
  font-size: 1.3em;
  transition: 1s;
  cursor: none;
  
 animation: ani 1s linear 1s infinite alternate;
  
}

.logo:hover {
  color: red;
}

header .group {
  padding-right: 0px ;
background: none ;
  display: flex;
  align-items: center;
}
.group #lef {
  position: absolute;
  display: flex;
  gap: 10px;

}
header ul {
  position: relative;
  display: flex;
  padding: 12px;
  gap: 10px;
}

header ul li {
  list-style-type: none;
  display: flex ;
  justify-content: center ;
  align-items: center ;

}
header ul li img{
  width: 20px;
}
/** uuu **/
.sea{
  display: none ;
}
.sea li #close{
  display: block;
}

header .search-bar li{
  list-style-type: none ;
}
header .search-bar li #close{
 font-size: 4em ;
  text-decoration: none ;
  color: var(--header);
  font-weight: 250;
  cursor: none ;
}
header .search-bar{
  position: absolute ;
  top: 30%;
  left: 27%;
  display: flex;
  
  gap: 10px ;
 justify-content: center ;
 align-items: center ;
 backdrop-filter: blur(30px);
background: var(--about);
 height: 27px;
 border-bottom: 1px solid var(--header);
}
.search-bar input{
  width: 200px;
  height: 26px ;
  background: none;
  outline: none ;
  border: none;
  
  color: var(--header);
  text-align: center 
}
.search-bar input::placeholder{
  color: var(--header);
  text-align: center ;
}
/** uu **/
header ul li .a {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  color: var(--header);
  font-weight: 500;
  cursor: none;
}

header ul li .a::before {
  content: '';
  position: absolute;
  background: var(--header);
  bottom: -2px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transition: 0.5s;
}

header ul li .a:hover::before {
  transform: scaleX(1);
}

.style {
  position: absolute;
  top: 0%;
  width: 500px ;
  height: 30px;
  background: dodgerblue;
  left: 50%;
  border-radius: 0 100%;
  opacity: 40%;
}

img {
  width: 100%;
}
/** end of head **/
/** about section in any page**/

.about {
 display: flex ;
 justify-content: center ;
 align-items: center ;
 padding-top: 0px ;
  border-radius: 30px;
  width: 100%;
  height: 750px;
}

.about .blur {
  position: fixed ;
    background: var(--about);
  display: none ;
  justify-content: center ;
  overflow: hidden ;
  backdrop-filter: blur(5px);
  width: 330px;
  height: 450px;
  border-radius: 30px;
  border: 1px solid red;
}
.about .blurr {
  position: fixed ;
  display: none ;
  }

.blur .aslogo{
  position: absolute ;
  left: 30%;
  width: 130px;
  height: 130px;
}
.blur p{
  color: var(--header);
  position: absolute ;
  top: 30%;
  left: 6%;
  text-align: left ;
  font-weight: 300;
  font-size: 0.9em;
}
.blur p a{
  color: var(--abtext);
}
.blur h4 {
  color: var(--header);
  position: absolute;
  top: 54%;
  left: 30%;
  text-align: left;
  font-size: 1em ;
  font-weight: 400;
}
.blur .social{
    position: absolute;
    top: 62%;
    left: 18%
}
.blur .social a{
  text-decoration: none ;
  display: flex ;
  flex-direction: column ;
  color: var(--abtext);
  padding: 3px ;
  left: 18%;
  font-weight: 350;
  letter-spacing: 0.1em ;
  font-size: 0.9em;

}
.blur h3{
  color: var(--header);
position: absolute;
  top: 87%;
  left: 34%;
  font-weight: 400;
  font-size: 0.7em;
  border-bottom: 1px solid  var(--header);
  
}
.blur.h1{
  position: fixed;
  width: 100%;
  
}
.blur .h1 h1{
  display: block;
  position: absolute;
  top: 0%;
  left: 88%;
  font-size: 4em ;
  font-weight: 200;
  color: var(--header);
  }
/** last of about**/


  
  
}