@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Noto+Kufi+Arabic:wght@100..900&display=swap');

.navbar{
    border-radius: 0 0 10px 10px;
    /* box-shadow: 0 3px 5px rgba(0,0,0,0.3); */
    padding: 5px 10px;
    background: transparent;
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: white !important;
}

.btn-primary {
    color: #fff;
    background-color: #666cff;
    border-color: #666cff;
    width: fit-content;
}

.btn-primary:hover {
    color: #fff;
    background-color: #666cff;
    border-color: #666cff;
}

/* #home{
    margin-top: 100px;
} */

.head{
    font-size: 50px;
    font-weight: bold;
}

.gradient-text {
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(to right, #ff8a00, #e52e71, #2575fc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.par-default{
    font-size: 18px;
    line-height: 1.5em;
    height: 4.5em;
}

.home_vid{
    width: 98%;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
}

.row{
    margin-bottom: 50px;
}

ul{
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0 !important;
    flex-wrap: wrap;
}

li{
    margin: 10px;
}

li img{
    height: 90px;
    width: auto;
}

.features-sqr{
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: auto;
    
}

.features-txt{
    width: 500px;
}

.orders-pic{
    height: 400px;
    width: 400px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

.form-check-input{
    width: 60px !important;
    height: 30px !important;
}

.form-switch{
    display: flex;
    flex-direction: row;
    justify-content: center;
    white-space: nowrap;
}

.form-check-input:checked {
    background-color: #666cff;
    border-color: #666cff;
}

.packages-free{
    padding: 20px;
    border-radius: 20px;
    border: 1px solid grey;
    margin:0 10px;
    height: fit-content;
}

.packages-pro{
    padding: 20px;
    border-radius: 20px;
    border: 3px solid rgba(246, 128, 19, 0.973);
    margin: 0 10px;
}

.package_name{
    width: fit-content;
    padding: 10px;
    border-radius: 20px;
    border: rgb(255, 72, 105) 3px solid;
}

.package_name h5{
    color: rgb(255, 72, 105);
    font-weight: bold;
}


.package_price{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.package_price h4{
    color: gray;
    margin-top: 8px;
    margin-right: 5px;
}

.package_list ul{
    display: block;
}

.package_list ul li.check::before{
    vertical-align: middle;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    color: #61CE70;
    text-align: left;
    padding-left: 10px;
    font-size: 22px;
    font-weight: bold;
}


.packages-free:hover{
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}

.packages-pro:hover{
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}

.start-btn{
    width: 100%;
    font-weight: bold;
}

#yearly_price p{
    color:rgb(255, 72, 105);
    font-weight: bold;
}

.btn-gold{
    background-color: rgba(246, 128, 19, 1);
    border-color: rgba(246, 128, 19, 1);
    color: white;
}

.btn-gold:hover{
    background-color: rgba(246, 128, 19, 1);
    border-color: rgba(246, 128, 19, 1);
    color: white;
}

footer{
    background-color: #282a42;
}

.footer{
    margin-top: 50px;
}

p{
    text-align: right;
}

ul.links{
    display: block;
    list-style: circle;
}

ul.links li{
    margin: 10px;
    color: white;
}

ul.links li a{
    color: white;
    text-decoration: none;
}

.card{
    background-color: #F3F5F7;
}

body{
    background-color: #fff;
    font-family: "Noto Kufi Arabic", sans-serif;
}

section{
    padding: 100px 0 0 0;
}

video{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.o_vid{
    max-height: 500px;
}

.dash{
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: auto;
}

.bg-color{
    background: #f7f7f9 !important;
}

.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.step {
    text-align: center;
    position: relative;
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 20px;
}

.step h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2d3748;
}