body{
    margin: 0;
    background-color: rgba(255, 255, 255, 0.355);
}

.divImg{
    width: 600px;
    height: 600px;
}

.type{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 65px;
}

.forText{
    width: 600px;
    background-color: rgba(32, 158, 39, 0.296);
}

ul{
    margin-top: 30px;
}
li{
    width: 400px;
    height: 65px;
    font-size: 22px;
    font-weight: bolder;
    cursor: pointer;
    transition: font-size 1s;
    
}

li:hover{
    font-size: 25px;
    color: rgba(255, 153, 0, 0.866);
}

.obshi{
    display: flex;
    flex-direction: row;
    width: 1200px;
    height: 600px;
}



/* first side */


.header{
    display: flex;
    flex-direction: row;

    justify-content: center;
    margin-top: 20px;
    
}

.binImg{
    width: 120px;
    height: 120px;
    position: absolute;
    top: 10px;
    right: 20px;
    position: absolute;
    
}


.txt{
    font-size: 40px;
    font-weight: 900;
    color: rgba(0, 165, 248, 0.932);
    letter-spacing: 20px;
    background: linear-gradient(90deg, rgba(0, 165, 248, 0.932), rgba(255, 153, 0, 0.866));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.gap{
    margin-top: 40px;
    font-size: 20px;
    display: flex;
    letter-spacing: 100px;
    padding-left: 70px;
    font-size: 25px;
    font-size: 48px;
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(90deg, rgba(0, 165, 248, 0.932), rgba(255, 153, 0, 0.866));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.hr{
    border: 0.3333px solid;
    margin-top: 30px;
    width: 1200px;
    border-radius: 50%;
    border-color:rgb(0, 0, 0) ;
}

.ast{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
    flex-direction: column;
    
}
.spanFor1{
    font-size: 30px;
    color: rgb(7, 130, 7);
    background: linear-gradient(90deg, green, rgb(1, 97, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hrr{
    margin-top: 20px;
    border: 1px solid;
    width: 600px;
    border-radius: 50%;
    border-color:rgb(0, 0, 0);
}

.mecText{
    width: 600px;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 35px;
    font-weight: 500;
}

.blocks{
   
    margin-top: 90px;
    height: 400px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    padding-bottom: 100px;
}

.insideB{
    
    
    height: auto;
    width: 300px;
    background: linear-gradient(135deg, rgba(0, 165, 248, 0.932),rgba(255, 153, 0, 0.866));
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.9);
    display: flex;
    align-items: center;
    color: black;
    flex-direction: column;
}

.blockSpan{
    font-size: 20px;
    width: 280px;
    line-height: 30px;
    font-weight: 500;
    padding-top: 10px;
    
}


/* Second side */


.secondSide{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
    flex-direction: column;
}

/* third side */

@media (max-width: 768px) {
    .obshi {
        flex-direction: column;
        width: 100%;
        height: auto;
        align-items: center;
        
    }

    .divImg {
        width: 80%;
        height: 35%;
        margin-left: 10%;
        /* max-width: 400px; */
        margin-bottom: -24px;
    }

    .forText {
        width: 80%;
        margin-top: 20px;
        overflow: hidden;
        height: auto;
    }

    li {
        width: 100%;
        height: auto;
        font-size: 19px;
        padding: 10px;
        /* text-align: center; */
    }

    li:hover{
        font-size: 22px;
    }
}

/* @media (max-width: 455px){
    li{
        font-size: 10px;
        margin-left: -4px;

    }
    li:hover{
        font-size: 13px;
    }
} */

@media (max-width: 768px) {
  .header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
  }

  .binImg {
    position: static;
    width: 80px;
    height: 80px;
    margin-top: 10px;
  }

  .txt {
    font-size: 28px;
    letter-spacing: 10px;
  }

  .gap {
    letter-spacing: 20px;
    padding-left: 0;
    font-size: 28px;
    text-align: center;
  }

  .hr, .hrr, .mecText {
    width: 90%;
  }

  .blocks {
    flex-direction: column;
    align-items: center;
    height: auto;
    gap: 30px;
  }

  .insideB {
    width: 90%;
  }

  .blockSpan {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .spanFor1 {
    font-size: 24px;
    text-align: center;
  }

  .mecText {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
  }

  .ast {
    margin-top: 80px;
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .txt {
    font-size: 24px;
  }

  .gap {
    font-size: 24px;
  }

  .blockSpan {
    font-size: 14px;
  }
}
