*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    background-color: aliceblue;
    font-family:unset;
}

header{
    width: 100%;
    height: 80px;
    /* background: linear-gradient(to top, #f43b47 10%, #453a94 180%); */
    background: radial-gradient(circle at 50.4% 50.5%, rgb(251, 32, 86) 0%, rgb(135, 2, 35) 90%);
    
    font-weight: 100;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    border-bottom: 5px black;
    box-shadow: 0px 0px 15px 1px black;
}

header h1{
    color: #FFF;
    font-family: 'Gruppo', sans-serif;
    font-weight: 900;
}
header button{
    width: 150px;
    height: 35px;
    border-radius: 15px;
    border-color: #2b0003;
    background-color: #eababe;
    box-shadow: 0 2px 1px 1px #6d040b;
    font-weight: bold;
    font-size: 18px;
    justify-content: space-around;
    cursor: pointer;
}
nav{
    background-color: #eababe71;
    padding-top: 100px;
    margin: 0 10%;
    text-align: center;
    font-weight: 100;
}
.nav-head{
    text-align: center;
    /* background-color: aliceblue; */
}
.nav-head h1{
    font-size: 30px;
    text-align: left;
    padding: 0 10%;
}
.nav-head img{
    width: 60%;
    margin-top: 20px;
}
.nav-head h2{
    margin: 20px;
    text-align: left;
    padding: 0 2%;
}
.nav-box{
    background-color: aliceblue;
    width: 95%;
    margin: 0 auto;
    padding: 20px;
    border: 5px solid #2b0003;
}
.nav-box h2{
    margin-top: 5px;
    text-align: left;
    margin-left: 10%;
}
.nav-chet{
    margin-left: 5%;
    margin-top: 10px;
}
.n-center1{
    /* background-color: aliceblue; */
    width: 85%;
    margin: 20px auto 0px auto;
    padding: 20px;
    border-left: 10px solid rgba(0, 48, 153, 0.63);
}
.n-center2{
    text-align: left;
    padding: 0px 10%;
    /* background-color: aliceblue; */
}
.n-center2 h1{
    font-size: 30px;
    text-align: left;
    margin-top: 40px;
}
.n-center2 h2{
    margin-top: 20px;
}
.section-top{
    margin-top: 30px;
}
.professor-box{
    background-color: aliceblue;
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 30px;
    border-radius: 20px;
}
.professor-box img{
    width: 100%;
}
.professor-box h1{
    margin-top: 20px;
    font-size: 30px;
    margin-bottom: 20px;
}
.gladiator-img{
    /* background-color: aliceblue; */
    margin: 30px 0;
}
.gladiator-img img{
    width: 30%;
}
.section-top h1{
    font-size: 30px;
}
.section-green{
    background-color: rgba(172, 255, 47, 0.538);
    width: 95%;
    margin: 0 auto;
    padding: 20px;
    border: 5px solid #224604;
    margin-top: 30px;
    border-radius: 20px;
}

/* buy-box----------------------------------- */

.royxat{
    width: 40%;
    height: 400px;
    border-radius: 20px;
    margin: 0 auto;
    padding: 10px;
    background-color: rgba(240, 248, 255, 0.534);
    margin-bottom: 50px;
}
.royxat h3{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.spn1{
    text-decoration: line-through;

}
.spn2{
    color: red;
}
.royxat input{
    width: 90%;
    height: 45px;
    margin: 0 auto;
    margin-left: 20px;
    background-color: #ffffff;
    color: #4a0000;
    border: none;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
}
.box3 i{
    font-size: 50px;
    margin-top: 10px;
    color: rgba(0, 0, 255, 0.824);
}
.box3{
    width: 90%;
    height: 80px;
    margin-left: 20px;
    display: flex;
    margin-bottom: 40px;
}
.box3 h6{
    margin-left: 10px;
    font-size: 15px;
    font-family:initial;
}
.sel{
    width: 100%;
    height: 650px;
}
.royxat a{
    margin:     0px 20%;
}
.royxat button{
    width: 60%;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 0px 0px #9a9a9a;
    border: 0;
    background: radial-gradient(circle at 10% 20%, rgba(119, 0, 0, 0.84) 0%, rgb(221, 49, 49) 90%);
    margin-top: -5px;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
}

.active{
    display: none;
}
.royxat button:hover{
    box-shadow: 0px 0px 0px 0px black;
    margin-top: 0px;
}
footer{
    width: 100%;
    height: auto;
    background-color: #fff;
    font-family: 'Rubik', sans-serif;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 20px;
}
footer h1{
    text-align: center;
}
.container-sharh{
    margin: 0 auto;
    width: 90%;
    background-color: #792b2b26;
    margin-top: 50px;
    padding: 25px 1%;
    border-radius: 8px;
}
.sharh-img{
    display: flex;
    align-items: center;
}
.sharh-img img{
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: none;
}
.sharh-img h2{
    margin-left: 20px;
    color: darkblue;
}
.container-sharh p{
    font-size: 18px;
    margin-top: 10px;
    text-align: left;
}


/* ----------buy------------- */

.tabrik{
    width: 50%;
    margin: 0 auto;
}
.kanal{
    background-color: #9a9a9a70;
    margin-top: 50px;
}
.kanal h2{
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}


/* -----------responsive---------------- */

@media screen and (max-width: 980px){
    .royxat{
        width: 50%;
    }
}

@media screen and (max-width: 795px){
    nav{
        margin: 0;
    }
}

@media screen and (max-width: 640px){
    .royxat{
        width: 70%;
    }
    .gladiator-img img{
        width: 50%;
    }
}

@media screen and (max-width: 470px){
    .professor-box{
        width: 80%;
    }
    .box3 h6{
        font-size: 13px;
    }
    .royxat button{
        width: 70%;
    }
    .tabrik{
        width: 90%;
        margin: 0 auto;
    }
    .kanal{
        background-color: #9a9a9a70;
        margin-top: 50px;
    }
    .kanal h2{
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 415px){
    header h1{
        font-size: 25px;
    }
    header button{
        width: 120px;
        height: 35px;
        font-size: 15px;
        justify-content: space-around;
    }
    .nav-head h1{
        font-size: 27px;
    }
    .nav-head img{
        width: 86%;
    }
    .professor-box{
        width: 90%;
    }
    .royxat{
        width: 90%;
    }
}
.btn-color{
    color: black;
}