/* --------------------logo image------------------------ */
.imagee{
    width: 250px;
    height: 60px;
    margin-left: 55px;
    margin-top: 5px;
}
/* ------------------------log ends--------------------------- */
/* -----------------------home, about,contact nav section------------ */
.navbar-nav{
    margin-left: 520px;
}
.nav-link.active{
    margin-left: 40px;
    font-size: 20px;
    margin-top: 5px;
}
.container-fluid{
    background: rgb(1, 1, 117);
} 
/* -----------------------home, about,contact nav section ends------------ */
@media only screen and (max-width: 600px){
    .imagee{
        width: 230px;
        height: 60px;
        margin-left: 30px;
        margin-top: 7px;
    }
    .navbar-nav{
        margin-left: 5px;
    }
    .nav-link.active{
        font-size: 15px;
    }
    .navbar-toggler-icon{
        background-color: #fff;
        height: 20px;
    }
    .navbar-toggler{
        background-color: #fff;
        height: 40px;
        width: 60px;
    } 
}

/* ------------------------Navbar Ends--------------------- */

.backround{
    position: relative;
    }
    .backround img{
    max-width: 100%;
    height: 290px;
    margin-top: 15px;
    
    }
    .backround-text{
    position: absolute;
    top: 0;
    color: #fff;
    margin-left: 40px;
    margin-top: 100px;
    }
    .backround-text a{
    font-size: 20px;
    text-decoration: none;
    }
    .hee{
    font-weight: 800;
    font-size: 65px;
    color: #fff;
    margin-left: 30px;
    margin-top: 25px;
    font-size: 50px;
    }
    .bon{
    display: flex;
    }
    .iski{
    margin-left: 10px;
    margin-top: -4px;
    font-size: 25px;
    font-weight: 900;
    }
    .culor{
    color: rgb(238, 54, 54);
    margin-left: 6px;
    }
    .colur{
    color: #fff;
    margin-left: 30px;
    }
    .culor:hover{
        color: rgb(238, 54, 54);
    }
    .colur:hover{
        color: rgb(238, 54, 54);
    }
    @media only screen and (max-width: 600px){
        .hee{
            margin-left: 5px;
            margin-top: -45px;
        }
        .colur{
            margin-left: 5px;
        }
        .bon{
            margin-top: 20px;
        }
    }

/* ------------------description---------------- */
    .strats{
        height: 300px;
        width: 85%;
        margin-top: 10px;
        padding: 10px 10px;
        margin-left: 80px;
        text-align: center;
        font-size: 18px;
    }
    @media only screen and (max-width: 600px){
        .strats{
            margin-left: 22px;
            height: 680px;
            width: 90%;
        }
    }
    /* -----------------description ends------------- */

    .points{
        height: 50px;
        width: 70%;
        margin-top: 10px;
        padding: 10px 10px;
        margin-left: 80px;
        font-size: 30px;
        /* text-align: center; */
    }
    .descript{
        height: 80px;
        width: 85%;
        margin-top: 0px;
        padding: 10px 10px;
        margin-left: 80px;
        font-size: 18px;
    }
    .descript p{
        margin-top: -2px;
        margin-left: 25px;
    }
    @media only screen and (max-width: 600px){
        .points{
            margin-left: 22px;
        }
        .descript{
            margin-left: 22px;
            height: 200px;
            width: 90%;
        }
    }
    .review{
        height: 380px;
        width: 22%;
        border: 1px lightslategray;
        border-style: dashed;
        margin-top: 15px;
        padding: 10px 10px;
        margin-left: 40%;
        font-size: 18px;
    }
    .imyge img{
        margin-left: 10px;
    }
    .imyge p{
        font-size: 20px;
        margin-top: -2px;
        margin-left: 25px;
    }
    .flexis{
        display: flex;
    }
    @media only screen and (max-width: 600px){
        .review{
            width: 60%;
            margin-left: 22%;
        }
    }

    .rate{
        color: yellow;
        margin-left: 22px;
        justify-content: space-between;
        font-size: 20px;
        margin-top: 23px;
    }
    .space{
        margin-left: 10px;
    }
    .reviewpara{
        margin-left: 20px;
    }

    /* --------------------footer----------------------        */
.footer{
    background: rgb(1, 1, 51);
    margin-top: 70px;
    height: 452px;
}
.forflex{
    display: flex;
    margin-left: 110px;
    
}
.copyright{
    color: #fff;
    margin-top: 100px;
}
.copyright p{
    text-align: center;
    margin-top: 40px;
}
.bex{
    height: 250px;
    width: 360px;
    color: #fff;
    padding: 20px;
    text-align: justify;
    font-size: 15px;
}
.bex p{
    font-size: 15px;
}
.bex a{
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
.bex h2{
    font-size: 20px;
}
.bex h3{
    font-size: 15px;
}
@media only screen and (max-width: 600px){
     /* -------footer-------------- */
     .footer{
        background: rgb(1, 1, 51);
        margin-top: 250%;
        height: 850px;
        }
        .forflex{
        display: inline;
        margin-left: 110px;
        
        }
        .copyright{
        color: #fff;
        margin-top: 100px;
        }
        .copyright p{
        text-align: center;
        margin-top: 40px;
        }
        .bex{
        height: 250px;
        width: 430px;
        color: #fff;
        padding: 20px;
        text-align: justify;
        font-size: 15px;
        }
        .its{
            margin-top: -75px;
        }
        .its2{
            margin-top: -75px;
        }
        /* ----------footer ends---------- */
}
