body{
  /* https://grabient.com/HQRgrAzANKAcAsMQHYBMSwE4atrHI6wYYIMyFMAbLAAw50P3C70C0toVYMpzsEKlFpA?style=linearGradient&steps=3&angle=90 */

background: linear-gradient(90deg, rgba(0, 0, 0, 1.000) 0.000%, rgba(0, 0, 0, 1.000) 50.000%, rgba(0, 39, 18, 1.000) 100.000%)
}
.counter{
  display: flex;
  justify-content :space-between;
  margin-top :8px;
}
.title-up{
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size :18px;
  border: 3px solid#BEBE61 ;
  background-color :#BEB052;
  border-radius :15px;
  padding: 3px;
}
.title-down{
  font-size: 18px;
  border: 1px solid #2E4F3F ;
  background-color:#4D6B5C;
  color: white;
  border-radius :15px;
  padding: 3px;
}
h1{
  color :white;
  text-align :center;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight:600;
  font-style: bold;
  
}
.headset{
  color: white;
  text-align :center;
  font-size: 12px;
}
.zir-1{
  display: flex;
  justify-content: space-evenly;
}
.zir-2{
  display: flex;
  justify-content: space-evenly;
}
.zir-2:hover{
  color: #CA8C3D;
}
i{
  color: white;
}
i:hover{
  color: #CA8C3D;
}
span{
  color :white;
}
.continent{
  
            height: auto;
            overflow: auto;
            overflow-y: hidden;
            margin: 0 auto;
            white-space: nowrap;
            
}
.continent-1{
    height: auto;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
   .fit-1{
    width: 20%;
    border-radius: 50%;
     
         transition: all 150ms ease-in-out;
   }
   .fit-1:hover{
     transform: scale(1.2);
   }
.box-2{
  border :2px solid #DADACF;
  background-color :#DADACF;
  border-radius :15px;
  width: 500px;
  height: 200px;
  padding-top: 8px;
}
.ask-2{
  display: flex;
  justify-content: center;
}
.cat{
  height: 600px;
            overflow: auto;
            overflow-y: hidden;
            margin: 0 auto;
            white-space: nowrap
}
.do{
  border-radius :50%;
}
.top-left {
  position: absolute;
  top: 0.5px;
  left: 0.5px;
  border-radius:2px 30px 30px 30px; 
  border:2px solid #746FBF;
  padding:4px; 
  border-style:groove; 
  background: #26254F;
  
}
.fiti{
  border :1px;
  background-color : #364C40;
  padding: 6px 12px 6px 12px;
  border-radius :30%;
}
.fiti i{
  font-size: 20px;
}
.fit{
    display: flex;
    justify-content: space-evenly;
    gap: 0 10px;
}
.catin-1{
    position: relative;
  text-align: center;

}
.catin-1 img{
  width: 150px;
}
.center{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  color:gold;
  background: #26254F;
}
@media screen and (max-width:601px) {
    
    .catin-1 img{
        width: 50%;
    }
    .center{ 
        font-size: 12px;
    }
}
.botin{
          display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;

}
@media (max-width: 900px) {
        .botin {
          grid-template-columns: 1fr;
          grid-gap: 10px;
        }

        
      }
