/* start global */

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: Lato;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

/* small */

/* end global */



/* start nav */

.contain-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    height:80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.068);
}

.contain-header .logo a {
    color: #1FD7D6;
    text-decoration: none;
}

.contain-header .ul-nav {
    display: flex;
}


.contain-header .ul-nav li:not(:last-child){
    margin-right: 40px;
}

.contain-header .ul-nav li a{
    text-decoration: none;
    color: black;
    transition: all 0.5s;
}

.contain-header .ul-nav li a:hover{
    text-decoration: none;
    color: #1FD7D6;
}

.contain-header .login-all a:not(:last-child){
    margin-right: 5px;
}

.login-all a {
    text-decoration: none;
}

.login{
    /* margin-right: 20px; */
    background-color: white;
    border: 1px solid #1fd7d680;
    color: #1FD7D6;
    border-radius: 20px;
    padding: 5px 20px 5px 20px;
    text-align: center;
    transition: all 0.5s;
}

.login:hover {
    text-decoration: none;
    background-color: #1FD7D6;
    color: white;
}

.login-2{
    background-color: #1FD7D6;
    border-radius: 100px;
    border: 1px solid #1fd7d680;
    color: white;
    padding: 8px;
    transition: all 0.5s;
}

.login-2:hover {
    text-decoration: none;
    background-color: white;
    color: #1FD7D6;
}

@media(max-width:767px){
    .contain-header {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        height: 150px;
    }
}

/* end nav */


 /* start of Canvs */

 .btn-ofcanvs {
    display: none;
}

.offcanvas-body {
    text-align: center;
}

.offcanvas-body .logo {
    margin-bottom: 30px;
}

.offcanvas-body .logo h2 {
    color: #1FD7D6;
    font-size: 30px;
}


.offcanvas-body .logo a {
    text-decoration: none;
}

.offcanvas-body .ul-Ofcanvs li{
    margin-bottom: 30px;
}

.offcanvas-body .ul-Ofcanvs li a{
    text-decoration: none;
    color: black;
    transition: all 0.5s;
}

.offcanvas-body .ul-Ofcanvs li a:hover{
    color: #1FD7D6;
}

.offcanvas-body .login-Ofcanvs a:not(:last-child){
    margin-right: 50px;
}

.offcanvas-body .login-Ofcanvs a {
    text-decoration: none;
}

@media(max-width:767px){

    .contain-header {
     display: none;
    }

    .btn-ofcanvs {
        display: block;
        background-color: white;
        border: none;
        position: absolute;
        right: 5px;
        top: 2px;
    }

    .btn-ofcanvs:hover {
        background-color: white;
    }

    .btn-ofcanvs:hover i{
        background-color: white;
        font-size: 18px;
    }

    .btn-ofcanvs i {
        color: #1FD7D6;
        font-size: 20px;
    }

    .btn-check:focus+.btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: white;
        border-color: #1FD7D6;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.349);
    }

    
}

 /* end of Canvs */

 /* end nav-All */


 
/* start home Bg-color */

.Bg-color {
    background-image: url(../images/Frame1.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
}

.enwan-login {
    text-align: center;
}

.enwan-login h1 {
    color: #1FD7D6;
}

form {
    background-color: #F6F6F6;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    
}

form .user{
    border: none;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    
}

form .pass{
    border: none;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    
}

.btn-primary {
    background-color: #1eafb4;
    border: none;
    border-radius: 10px;
}

.btn-primary:hover {
    background-color: #1FD7D6;
}


/* small */
@media(min-width:768px){
    .Bg-color .container {
        width: 750px;
    }
}

/* medium */
@media(min-width:992px){
    .Bg-color .container {
        width: 650px;
    }
}

/* large */
@media(min-width:1200px){
    .Bg-color .container {
        width: 650px;
    }
}



@media(max-width:767px) {
    .Bg-color {
        /* height: 65vh; */
        /* text-align: center; */
    }
}

 /* end home Bg-color */


 
 /* start Footer */

 footer {
    background-color: #1eafb4;
    padding: 40px 0 20px 0;
}

.foot-all {
   text-align: center;
}

.text-Footer a{
   color: white;
   text-decoration: none;
}
 
.text-Footer h2 {
   font-family: Mali;
   font-size: 40px;
}

footer ul {
   display: flex;
   justify-content: space-between;
}

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

footer ul li a:hover{
  color: black;
  text-decoration: none;
}

.p-footer {
   color: white;
}
.p-fot {
   margin-top: 20px;
}

.logo-all a:not(:last-child){
   margin-right: 20px;
}

.logo-all{
   margin-top: -5px;
}

.logo-all h4 {
   color: white;
   margin-bottom: 10px;
}

.logo-all a {
   color: #1FD7D6;
   background-color: white;
   padding: 5px;
   border-radius: 50%;
   transition: all 0.5s;
}

.logo-all a:hover {
   box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.336);
} 

@media(max-width:767px){
   footer {
       padding: 20px;
   }
}

/* end Footer */