html{
    scroll-behavior: smooth;
 
}
body{
    background-color: #000000;

  
  
}
.header{
    background-image: linear-gradient(to top, #000000 61% , #242434 90%);
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 24px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    
    box-shadow: 0 3px 10px rgba(232, 211, 248, 0.8);
    
    height: 40px;
    width: 500px;
    margin:  auto;
    border-radius: 40px;
    transition: 0.4s;
  
}
.header:hover{
    box-shadow: 0 10px 15px rgba(232, 211, 248, 0.9);

}
.title{
    font-size: 24px;
    color: aliceblue;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient(to bottom, #705190 40% , #fff 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: 0.5s;
    margin-left: 30px;
    margin-right: 30px;
    
}



.website{
    margin: auto;
    display: flex;
    margin-top: 130px;
    margin-bottom: 3px;
    width: 500px;
    h1{
        margin: auto;
        background: linear-gradient(to bottom, #705190 50% , rgb(255, 255, 255) 90%);
        background-clip: text;
        -webkit-background-clip: text;
        font-family: Arial, Helvetica, sans-serif;
        -webkit-text-fill-color: transparent;
    color: aliceblue; 
    }
    background-color: #242434;
    box-shadow: 0 3px 10px rgb(255, 255, 255);
}
.tools{
    margin: auto;
    display: flex;
    margin-bottom: 3px;
    margin-top: 130px;
    width: 500px;
    h1{
        margin: auto;
        background: linear-gradient(to bottom, #705190 40% , #fff 90%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    color: aliceblue; 
    }
    background-color: #242434;
    box-shadow: 0 3px 10px rgb(255, 255, 255);
}
.Boots{
    margin: auto;
    display: flex;
    margin-top: 130px;
    width: 500px;
    box-shadow: 0 3px 10px rgb(255, 255, 255);
    margin-bottom: 3px;
    h1{
        margin: auto;
        background: linear-gradient(to bottom, #705190 40% , #fff 90%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    color: aliceblue; 
    }
    background-color: #242434;
    
}
.ofwebsite{
   
    background-image: linear-gradient(to top, #000000 15% , #242434 90%);
    box-shadow: 0 3px 10px rgba(232, 211, 248, 0.8);
    border-radius: 0 0 30px 30px;
    width: 500px;
    height: 200px;
    margin: auto;
  
    align-content: center;
    h1{
        margin: 0;
        color: #fff;
        text-align: center;
    }
}
.ofboots{
  
    background-image: linear-gradient(to top, #000000 15% , #242434 90%);
    box-shadow: 0 3px 10px rgba(232, 211, 248, 0.8);
    border-radius: 0 0 30px 30px;
    width: 500px;
    height: 500px;
    margin: auto;
    margin-bottom: 200px;
    overflow-y: scroll;
    scrollbar-width: none;
    align-content: center;

}

.oftools{
    background-image: linear-gradient(to top, #000000 15% , #242434 90%);
    border-radius: 0 0 30px 30px;
    width: 500px;
    height: 200px;
    margin: auto;
    box-shadow: 0 3px 10px rgba(232, 211, 248, 0.8);
    align-content: center;
    h1{
        color: #fff;
        margin: 0;
        text-align: center;
    }
   
}
.bot-tik{
    display: flex;
    height: 200px;
  
    width: 200px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 40px;
    background-image: url('photo_2025-04-29_19-22-51.jpg');
    background-size: cover;
    border: #fff 1px solid;
    transition: 0.6s;
}
.bot-tik:hover{
   scale: 1.05;
border: #ffffff 5px solid;
.bot-insta{
    opacity: 0.1;
}
}

.bot-insta{
    
    display: flex;
    height: 200px;
    background-color: antiquewhite;
    width: 200px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 40px;
    background-image: url('photo_2025-04-29_23-13-34.jpg');
    background-size: cover;
    border: #fff 1px solid;
   
    transition: 0.6s ;
}
.bot-insta:hover{
    scale: 1.05;
    border: #ffffff 5px solid;
    }
.coming-soon{

    display: flex;
    height: 200px;
    background-color: #000000;
    width: 200px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 40px;
   text-align: center;
    background-size: cover;
    border: #fff 1px solid;
   text-align: center;
    transition: 0.6s ;
    div{
       
        align-content: center;
        display: flex;
        margin: auto;
        h3{
            display: flex;
            font-size: 20px;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            color: #ff0000;
            margin: auto;
        }
    }
}
footer{
    background-color: #000000;
    height: 40px;
    text-align: center;
    background: linear-gradient(to bottom, #705190 20% , #fff 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 3px 10px rgba(232, 211, 248, 0.8);
}
@media (max-width: 850px) {
  
    .main-container{
        width: 650px;
       
    }
}
@media (max-width: 670px) {
  
    .main-container{
        width: 550px;
        height: 850px;
    }
    .header{
        width: 400px;
    }
    .title{
        font-size: 18px;
        color: aliceblue;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        background: linear-gradient(to bottom, #705190 40% , #fff 90%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: 0.5s;
        margin-left: 20px;
        margin-right: 20px;
        
    }
    .ofwebsite,
    .website,
    .ofboots,
    .Boots,
    .oftools,
    .tools{
        width: 400px;
        
    }
    .ofwebsite,.oftools{
        height: 120px;
    }
    .ofboots{
        height: 300px;
    }
    .bot-insta,.bot-tik,.coming-soon{
        width: 140px;
        background-size: contain;
        height: 140px;
       }
       .website,.tools,.Boots{
        margin-top: 70px;
       }
}
@media (max-width: 570px) {
  
    .main-container{
        width: 450px;
        height: 750px;
    }
    .header{
        width: 320px;
    }
    .title{
        font-size: 18px;
        color: aliceblue;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        background: linear-gradient(to bottom, #705190 40% , #fff 90%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: 0.5s;
        margin-left: 20px;
        margin-right: 20px;
        
    }
    .ofwebsite,
    .website,
    .ofboots,
    .Boots,
    .oftools,
    .tools{
        width: 300px;
    }
   
}
@media (max-width: 450px) {
  
    .main-container{
        width: 330px;
        height: 520px;
    }
    .header{
        width: 230px;
        height: 30px;
    }
    .title{
        font-size: 15px;
        color: aliceblue;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        background: linear-gradient(to bottom, #705190 40% , #fff 90%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: 0.5s;
        margin-left: 10px;
        margin-right: 10px;
        
    }
    .ofwebsite,
    .website,
    .ofboots,
    .Boots,
    .oftools,
    .tools{
        width: 250px;
        h1{
            font-size: 18px;
        }
    }
   footer{
    h1{
        font-size: 15px;
    }
   }
   .bot-insta,.bot-tik,.coming-soon{
    width: 100px;
    background-size: contain;
    height: 100px;
   }
   .ofwebsite,.oftools{
    height: 80px;
}
.ofboots{
    height: 220px;
}
.bot-insta,.bot-tik,.coming-soon{
    width: 140px;
    background-size: contain;
    height: 140px;
   }
   .website,.tools,.Boots{
    margin-top: 70px;
   }
}