@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&display=swap');

*{
   font-family: 'Montserrat', sans-serif;
   margin:0; padding:0;
   box-sizing: border-box;
   outline: none; border:none;
   text-decoration: none;
   /* text-transform: capitalize; */
   /* transition: all .2s linear; */
}

body{
  background-color: rgb(245,245,245);
}

/* input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  position: relative;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: url("../image/Group\ 16.svg") no-repeat center;
  cursor: pointer;
  background-color: #0070c9;
  padding: 2px;
  background-size: 10px;
  color:rgba(0,0,0,0);
  }
  input[type=search]::-ms-clear {
  appearance: none;
  position: relative;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: url("../image/Group\ 16.svg") no-repeat center;
  cursor: pointer;
  background-color: #0070c9;
  padding: 5px;
  background-size: 10px;
  color:rgba(0,0,0,0);
  }

  input[type=search]:focus{
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    border: 1px solid #0070c9;
    box-shadow: 0 0 0 3px rgba(131 192 253 / 50%);
  }
  
  .input span{
    font-size: 17px;
    display: block;
    width: calc(70% - 30px);
    margin: auto;
    margin-top: -40px;
    transition: all .2s cubic-bezier(0.66, 0, 0.2, 1);
    font-weight: 500;
  }

  .input.active span{
    font-size: 10px;
    margin-top: -50px;
  }

  .input.active #search-box{
    padding-top: 20px;
    height: -60px;
  }

  .input.active input::-webkit-search-cancel-button{
    transform: translateY(-10px);
  } */

#myssse li{
  list-style: none;
  margin-left: 10px;
  margin-top: 30px;
}

#myssse{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.heading{
  font-size: 21px;
  padding-bottom: 25px;
  text-align: center;
}
#search-box,
.searchformmmmm
  {
  font-size: 17px;
  line-height: 1.23543;
  font-weight: 400;
  width: 70%;
  height: 3.3em;
  padding-left: 16px;
  padding-right: 16px;
  color: #333;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  background: rgba(255,255,255,0.8);
  display: block;
  margin: auto;
  background-color: rgba(0,0,0,0);
}

.form-label{
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.input{
  position: sticky;
  top: 0px;
  z-index: 100;
  width: 100%;
  height: 78px;
  padding: 10px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, .5);
  display: block;
} 

#mySe{
  justify-content: center;
  flex-wrap: wrap;
  gap:20px;
  padding-top: 30px;
  outline: none;
}

.image,
.card{
  padding:15px;
  background-color: #fff;
  /* box-shadow: 0 5px 10px rgba(0,0,0,.1); */
  border:1px solid #b9b9b9;
  width: 350px;
  border-radius: 30px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  /* animation: fadeIn .5s cubic-bezier(0.28, 0.11, 0.32, 1); */
}

@keyframes fadeIn {
  0%{
    /* transform: scaleX(0); */
    margin-left: -500px;;
    /* transform: scale(1) translateY(-10px); */
    opacity: 0;
  }
}

.image img{
  height: 250px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 5px;
}

.image h3{
  font-size: 17px;
  font-weight: 500;
  color: #06c;
  text-align: center;
}

.image .number{
  background-color: rgb(102, 102, 102);
  height: 20px;
  width: 20px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-top: 5px;
}

.image h1{
  font-size: 20px;
  font-weight: 500;
  color: #1d1d1d;
  display: flex;
}

.image h3:hover{
  text-decoration: underline;
  text-align: center;
}

@media (max-width:768px){
  .container #search-box{
    width: 100%;
  }

  #myssse{
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 550px){
    #search-box,
    #searchform-input{
    width: 100%;
  }
}

@media (max-width:450px){

  .container{
    padding:25px 20px;
  }

.image{
    width: 100%;
  }


}

.sticky{
  /* position: sticky; */
    display: flex;
    padding-left: 10px;
  background-color: rgba(255, 255, 255, 0.5)  ;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  top: 0px;
    height: 44px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid rgba(0,0,0,0);
    z-index: 1100;
      justify-content: space-between;
    animation: lineshow .5 ease forwards;
    animation-delay: .5s;
    margin-top: 44px;
  }
  
  @keyframes lineshow{
    to{
    border-bottom: 1px solid #ddd;
    }
  }
  
  .icon{
  cursor: pointer;
  animation: spvin .2s linear forwards;
  transform: rotate(-180deg);
  }
  
  .icon .fa-angle-down{
  margin-top: 13px;
  }
  
  .icon.down .fa-angle-down{
  margin-top: -13px;
  }
  
  @keyframes spvin{
    to{
    transform: rotate(0deg);
    }
  }
  
  
  .icon.dowm{
    animation: spin .2s linear forwards;
  transform: rotate(-180deg);
  }
  @keyframes spin {
  
    0%{
    transform: rotate(0deg);
    }
    100%{
  transform: rotate(-180deg);
    }
  }
  
  .sticky .text{
    display: block;
  padding-top: 7px;
    margin-left: 10px;
    float: left;
  }
  
  .sticky .text a{
  color: #000000;
    text-decoration: none;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 550;
  }
  
  .sticky li{
    list-style: none;
    height: 30px;
    margin-top: 5px;
    margin-right: 5px;
      display: inline-block;
      text-align: center;
      background: #0071e3;
      color: #fff;
      border-radius: 980px;
      font-size: 12px;
      line-height: 1.33337;
      font-weight: 400;
      letter-spacing: -.01em;
      min-width: 23px;
      padding-left: 11px;
      padding-right: 11px;
      padding-top: 6px;
      padding-bottom: 0px;
  }
  
  .sticky li:hover{
  background-color: #1c7ddf
    ;
  }
  
  .sticky li a{
    text-align: center;
  font-size: 17px; 
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: all .1s;
  }
  
  .bar{
      width:100%;
    height:100vh;
    position: absolute;
    top: 44px;
    left:0;
    transform: scaleY(0);
    opacity: 0;
    transition: transform .3s ease-in-out .3s, opacity .3s ease-in-out .3s;
    transform-origin: 50% 0;
    opacity: 1;
    z-index: 100;
  }
  
  .bar.showw{
    position: sticky;
    background-color: rgba(255, 255, 255, 0.5)  ;
    animation-delay: .5s;
    margin-left: 0px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 10000;
    animation: dowmmm .5s ease forwards;
    transform:scaleY(0);
    opacity: 2;
  }
  
  .sticky.showw{
  border-bottom: 1px solid rgba(0,0,0,0);
    animation: linehide .4s ease forwards;
  }
  
  @keyframes linehide{
    to{
  border-bottom: 1px solid rgba(0,0,0,0);
    }
  }
  
  @keyframes dowmmm{
    to{
      transform: scaleY(1);
    background-color: rgba(0, 0, 0, 0);
    }
  }
  
  .bar li{
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    width: 80%;
    border-bottom: 1px solid #ddd;
    list-style: none;
      text-decoration: none;    
    opacity: .88;
    cursor: pointer;
  }
  
  .bar li:hover a{
  color: #0071e3;
  }
  
  .bar li:nth-child(1) a{
  color: #000;
      opacity: .56;
      cursor: default;
  }
  
  .bar li:nth-child(1) a:hover{
  color: #000;
      opacity: .56;
      cursor: default;
  }
  
  .bar li a{
    color: #595959;
    font-weight: 550;
    cursor: pointer;
      text-decoration: none;
      font-size: 17px;
  }

.card{
  padding: 10px;
  height:400px;
  margin-top: 30px;
  width: 300px;
  background-color: #eee;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, .12);
}

.card .number{
  padding-top: 5px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(172, 172, 172);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, .12);
  /* position: relative; */
  font-weight: 500;
  font-size: 17px;
  height: 30px;
  width: 30px;
  z-index: 20;
  position: absolute;
}

.card .date{
  font-size: 17px;
  color: rgb(87, 87, 87);
  margin-left: 70%; 
}

.card .blog-img{
  width: 100%;
  margin-top: 10px;
  border-radius: 30px;
  font-weight: 500;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, .12)
}

.card .blog-img.h{
  background-image: url(../image/2022-7-1blog2.jpg);
  width: 100%;
  height: 160px;
  background-size: cover;
}

.card .blog-img.g{
  background-image: url(../image/2022-7-1blog.jpg);
  width: 100%;
  height: 160px;
  background-size: cover;
}

.card .blog-img.f{
  background-image: url(../image/2022-6-19.jpg);
  width: 100%;
  height: 160px;
  background-size: cover;
}

.card .blog-img.e{
  background-image: url(../image/2022-6-16-9blog1.jpg);
  width: 100%;
  height: 160px;
  background-size: cover;
}

.card .blog-img.d{
  background-image: url(../image/2022-6-16-9.jpg);
  width: 100%;
  height: 160px;
  background-size: cover;
}

.card .blog-img.c{
  background-image: url(../image/blog-2022-4-1-month.jpg);
  width: 100%;
  height: 160px;
  background-size: cover;
}

.card .blog-img.b{
  background-image: url(../image/blog-2022-4-star.jpg);
  width: 100%;
  height: 160px;
  background-size: cover;
}

.card .blog-img.a{
  background-image: url(../image/1.jpg);
  width: 100%;
  height: 160px;
  background-size: cover;
}

.card a,
.card a i{
  color: #06c;
  text-decoration: none;
  font-size: 17px;
}

.card a{
font-weight: 500;
}

.card{
  margin-left: 30px;
}

footer{
font-weight: 500;
color: #1d1d1d;
}

.card .all-watch{
  display: block;
  color: #06c;
  font-size: 17px;
  font-weight: 600;
  width: 110%;
  height: 5rem;
  text-align: center;
  margin-left: -10px;
  padding: 10px;
  margin-top: 50px;
  background-color: rgb(255, 255, 255);
}

.card .all-watch:hover{
  text-decoration: underline;;
}

.card .all-watch i{
  font-size: 15px;
  margin-left: .2rem;
}

.nav-container{
  position: absolute;

}

.card .some{
  width: 290px;
  font-size: 14px;
  color:rgb(66, 66, 66);
  font-weight: 600;
  z-index: 10;
  margin-top: .5rem;
  cursor: pointer;
}

.card .who{
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  color:rgb(87, 87, 87);
}

#preloader{
  /* padding-top: 2rem;
   */
   margin-top: -2rem; 
   padding-bottom: 13rem;
  box-sizing: border-box;
   flex-direction: column;
   background: #212534;
    min-height: 120vh;
    align-items: center;
    display: flex;
}

#preloader img{
  height: 50px;
  width: 50px;
  margin-top: 10rem;
}

.loader-line{
  width: 300px;
  height: 5px;
  border-radius: 5px;;
  background-color: #191c29;
 overflow: hidden;
}

.line-body{
  width: 400px;
  height: 5px;
  background-color: #fff;
  animation: shooooooo 2s cubic-bezier(0.28, 0.11, 0.32, 1) infinite;
}

@keyframes shooooooo{
 0%{
   width: 0px;
   margin-left: 0;
 }
 50%{
   width: 100%;
   margin-left: 0;
 }
 100%{
   width: 100%;
   margin-left: 400px;
 }
}

@media (max-width: 400px){
 .loader-line{
   width: 250px;
 }
}

@media (max-width: 325px){
 .loader-line{
   width: 200px;
 }
}
#progress{
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: fixed;
  z-index: 1000000000000000;
  bottom: 25px;
  right: 25px;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
  display: grid;
  place-items: center;
}
#progress-value{
  display: block;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 20px;
  color: #727272;
}

 .line-202200{
  border-top: 1px solid #d2d2d7;
  display: block;
  padding: 30px 0px 20px 0;
}

