div#scrollable {
  border: 5px red solid;
  width: 150px;
  height: 200px;
  overflow-y: scroll;
}

 ::-webkit-scrollbar {
  width: 5px;
  margin-right: 2px;
}

 ::-webkit-scrollbar-track {
  background: #000;
}

 ::-webkit-scrollbar-thumb {
  background: #250041
;
  border-radius: 10px;
}

div:hover::-webkit-scrollbar-thumb {
  background: gray;
}

::-webkit-scrollbar-thumb:hover {
  background: black !important;
}
.kadwa-regular {
    font-family: "Kadwa", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .kadwa-bold {
    font-family: "Kadwa", serif;
    font-weight: 700;
    font-style: normal;
  }
  

.container{
    margin: 0 auto;
    max-width: 85%;
}
body{
    color: #B0B0B0;
    font-family: "Kadwa", serif;
    font-weight: 300;
    font-style: normal;
    background-color: #000000;
    margin: 0px;
}
header{
    color: #4B0082;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 47px;
}
nav{
    margin: 40px;
    display: flex;
    gap: 71px;
    background-color: hsl(0, 0%, 3%);
    padding: 13px;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 37px;
}
header p{
    background-color: hsl(0, 0%, 3%);
    padding: 8px 25px 8px 25px;
    border-radius: 37px;
    letter-spacing: 4px;
    font-size: 20px;
    text-align: center;
}
.active{
    background-color: #000;
    border-radius: 62px;
    color: #4B0082;
    padding: 0px 15px 0px 15px;
}
a{
    color: #4B0082;
    text-decoration: none;
    font-family: "Kadwa", serif;
    font-weight: 700;
    font-style: bold;;
    padding: 0px 15px 0px 15px;
}
.active:hover{
    color: #9300FF;
    border-radius: 62px;
    transition: ease-in-out 0.4s;
    padding: 0px 15px 0px 15px;
}
.inactive:hover{
    background-color: #000;
    color: #9300FF;
    border-radius: 62px;
    transition: ease-in-out 0.4s;
    padding: 0px 15px 0px 15px;
}
header img{
    width: 93.93px;
    height: 100px;
}
main h1 {
    font-family: "Kadwa", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 50px;
    line-height: 78px;
    letter-spacing: 3px;
    text-align: left;
    margin-top: 5px;
    background: linear-gradient(90deg, #4B0082 0%, #6301AA 30%, #6301AA 70%, #9300FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 10%;
    font-display: uppercase;
}


.contentpart p{
    margin-top: 35px;
    font-family: "Kadwa", serif;
    font-weight: 300;
    font-style: normal;
    color: #B0B0B0;
    width: 50%;
}
.contentpart{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.contentpart img{
    width: 464px;
    height: 493px;
    margin-bottom: 20px;

}
MAIN h1{
    margin-bottom: -30px;
}

.CTA{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ctabttn{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.ctabttn p{
    color: white;
}
span{
    color: white;
    background: linear-gradient(90deg, #4B0082 1%, #6301AA 25%, #9300FF 50%);
    background-clip: unset;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ctabttn a{
    background-color: #4B0082;
    border-radius: 62px;
    color: hsl(0, 0%, 3%);;
    padding: 3px 15px 3px 15px;
    margin: 20px;
    margin-bottom: 39px;
}
address p{
    font-family: "Kadwa", serif;
    font-weight: 300;
    
}
.fcontainer {
    display: flex;
    justify-content: space-between ;
    align-items: center; 
    margin: 0 auto; 
    max-width: 85%;
}
footer {
    position: relative;
    background-color: hsl(0, 0%, 3%);
    font-family: "Kadwa", serif;
    font-weight: 300;
    padding: 40px;
    border-top: #5f02a1 solid 4px;
}



.questionblock{
    font-size: 18px;
    color: #B0B0B0;
}
.questionblock a{
    color: #4B0082;
    font-weight: 300;
    padding: 0;
}


p span{
    background: linear-gradient(90deg, #4B0082 1%, #6301AA 55%);
    background-clip: unset;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.socialsblock{
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    gap: 20px;
    background-color: #000;
    padding: 9px 13px 9px 13px;

    border-radius: 37px;
}

.socialsblock a{


    background-color: hsl(0, 0%, 3%);
    padding: 2px 13px 2px 13px;
    color: #5f02a1;
    border-radius: 37px;
}

.block{


    border-radius: 37px;
    background-color: hsl(0, 0%, 3%);;  

    padding: 30px;
    /* box-shadow: #a1a199 10px 10px 10px; */
}
.socialsbg{
    background-color: #000;
}