*{
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Open Sans';
    
}
html{
    scroll-behavior: smooth;
}
/* start nav  */
nav{
    padding: 15px 0;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;

}
.nav a{
    color:#fff;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    
}
.nav a:hover{
    color: #73767c;
}
.nav-box{
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.nav-brand{
  
}
.nav-links{
    
    display: flex;
    align-items: center;
    
}
.nav-links a{
    padding: 0 10px;
}
.menu-toggle {
    display: none; 
    
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
/* end nav */

/* start header */
.Header{
   
    background-image:linear-gradient(rgb(0,0,0,0.5),rgba(0,0,0,0.5)) ,url('../img/Picture1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
}
.header_box{
    width: 75%;
    margin: 0 auto;
    padding: 300px 0;
}
.header_box p{
    font-size: 55px;
    font-weight: 300;
}
.headr_links_1{
    background-color: #1a57a5;
    color: white;
    padding: 15px 25px;
    border-radius: 7px;
    text-decoration: none;
    border: 1px solid  #1a57a5;


}
.headr_links_1:hover{
    background-color: #103463;
}
.headr_links_2{
    color: white;
    border: 1px solid rgb(235, 229, 229);
    padding: 15px 25px;
    border-radius: 7px;
    text-decoration: none;
}
.headr_links_2:hover{
    background-color:rgba(255,255,255, .3);
}
.headr_links{
    margin-top: 45px;
}
/* end header */

/* start services */

.services{

    padding: 100px 0;
}
.services_box{
    
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.service{
    
    width: 33%;

}
.service_top_icon{
    font-size: 70px;
    color: #1a57a5;
}
.service>h3{
    color: #1a57a5;
    font-size: 26px;
    font-weight: bold;
    padding: 28px 0;
}
.service p{
    color: gray;
    width: 85%;
    line-height: 1.7;
    margin-bottom: 25px;
}
.service a{
    content: #1a57a5;
    text-decoration: none;
}
.service a i{
    margin-left: 5px;
    font-size: 13px;
    transition-duration: 0.5s;
}
.service a:hover i{
    margin-left: 20px;
   
}

/* end services */

/* start features  */
.featuers{
    background-color: #D6E6F2;
    padding: 100px 0;

}
.featuers_box{
    
    width: 75%;
    margin: 0 auto;
}
.sec_top{
    
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
}
.sec_top_title{
    font-size: 38px;
    font-weight: bold;
    display: block;
    max-width: 60%;
}
.sec_top_line{
    width: 70px;
    height: 3px;
    background-color:#1a57a5;
    display: block;
    margin: 30px 0;
 
} 
.sec_top p{
    color: gray;
    width: 60%;
}
.feature-item{
   
    display: flex;
    padding: 40px 0;
   
}
.feature-item-img{
    width: 45%;
}
.feature-item-info{
    width: 55%;
    color: gray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;

}
.feature-item-img img{
    width: 90%;
    box-shadow: 0 20px 45px -10px rgba(0,0,0, .15);
}
.feature-item-info h4{
    color: #103463;
    font-size: 35px;
    font-weight: bold;
}
.featuers-item-info-text{
    width: 60%;
    padding: 30px 0;
}
.feature-item-info i{
    color: #103463;
    font-size: 20px;
    padding-right: 10px;
}
.featuers-item-info-text2{
    padding: 5px 0;
    
}
/* end features  */
 /* start plans */
 .plans{
   
    padding: 100px 0;
 }
 .plans-box{
    width: 75%;
    margin: 0 auto;
 }
 .plan-items{
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
 }
 .plan-item{
width: 27%;
padding: 35px 25px;
display: flex;
flex-direction: column;
align-items: center;
border:1px solid rgb(204, 204, 204,0.66);
 }
 .plan-item-title{
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
    display: block;
 }
 .plan-item-price{
    color:#1a57a5;
    font-size: 50px;
    font-weight: 300;
    display: block;
    text-align: center;
    margin: 30px 0;
 }
 .plan-item-text{
    color: gray;
    text-align: center;
    margin-bottom: 35px;
 }
 .plan-item-info i{
    color: #73767c;
    font-size: 18px;
    padding-right: 7px;

 }
 .plan-item-info{
    margin: 12px 0;
    color: #73767c;
    align-self: flex-start;
    font-size: 12px;
    
 }
 .plan-item a{
    background-color: black;
    color: white;
    text-decoration: none;
    padding: 12px 45px;
    margin: 38px 0;
    display: inline-block;
 }
 .plan-item a:hover{
 background-color: #565758;
 }
 .plan-item.plan-item-new{
box-shadow: 0 20px 45px -10px rgba(0,0,0, .15);
 }
 .plan-item.plan-item-new a{
    background-color: #2e6da4;
 }
 .plan-item.plan-item-new a:hover{
    background-color: #05457c ;
 }
  /* end plans */

   /* start comment  */
   .comment{
    background-color: #D6E6F2;
    padding: 100px 0;
   }
   .comment-box{
    width: 75%;
    margin: 0 auto;

   }
   .comment-items{
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

   }
   .comment-item{
    background-color: #fff;
    width: 27%;
    padding: 30px;
    border-radius: 5px;
    margin: 15px 0;

   }
   .comment-item img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 10px;
   }
   .full-star{
    color: #F79F24;
    font-size: 14PX;
   }
   .empty-star{
    color: gray;
    font-size: 14px;
   }
   .comment-item-star{
    margin: 15px 0;
   }
   .comment-item blockquote{
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 20px;
    font-size: 18px;
   }
   .comment-item>span{
    color: gray;
   
   }
   /* end comment  */
   /* start today */
.today{
    padding: 100px;

}
.sec-top-link-blue{
    background-color: #1a57a5;
    color: #fff;
    padding: 12px 35px;
    text-decoration: none;
    margin-top: 35px;
}
.sec-top-link-blue:hover{
    background-color: #103463;
}
.today-box{
    margin: 0 auto;
}
.today-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px 0;
}
.today-img img{
    width: 85%;
}
.today-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.today-item{
    width: 48%;
    padding: 20px 0;
    margin: 15px 0;
}
.today-item-titele i{
    color: #1a57a5;
    font-size: 20px;
    padding-right: 15px;
}
.today-item-titele span{
    font-size: 20px;
    font-weight: 500;
} 
.today-item-text{
    color: gray;
    margin-top: 20px;
}
   /* end today */

   /* start join */
 .join{
    background-color: #1a57a5;
    color: #fff;
    padding: 60px 0;
 }
 .join-box{
    width: 75%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
   align-items: center;
 }
 .join-box span{
    font-size: 35 px;
    font-weight: 600;
 }
 .join-box p{
    padding: 30px 0;
    width: 65%;
    color: #ffffffa0;
 }
 .join-box a{
    text-decoration: none;
    padding: 12px 35px ;
    background-color: #000000;
    color: #fff;
 }
   /* end join */

   /* start contact */
   .contact{
    background-color: #D6E6F2;
    padding: 70px 0;
   }
   .contact-box{
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
   }
   .contact-form{
    width: 45%;
   }
   .contact-info{
    width: 45%;
   }
   .contact-form form{
    background-color: #fff;
    padding: 40px 35px;
    box-shadow: 0 20px 45px -10px rgba(0,0,0, .15);

   }
   .contact-form-title{
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
   }
   .contact-form .input1{
    display: block;
    width: 90%;
    padding: 15px 10px;
    margin: 14px 0;
   }
   .contact-form  textarea{
    display: block;
    padding: 15px 10px;
    width: 90%;
   

   }
   .sub-btn{
    padding: 12px 45px;
    background-color: #1a57a5;
    color: #fff;
    border: none;
    margin-top: 15px;
   }
   .contact-info-title{
    color: gray;
    display: block;
   }
   .contact-info-text{
    color: #00000058;
    margin-bottom: 45px;
    display: block;
    width: 50%;
    margin-top: 10px;
   }

   /* end contact */

   /* start footer */
   footer{
    background-color: #1a57a5;
    padding: 70px;

   }
   .footer-box{
    width: 75%;
    margin: 0 auto;
   }
   .footer-icon{
    list-style-type: none;
    text-align: center;
    margin-bottom: 35px;

   }
   .footer-icon li{
    display: inline-block;
   }
   .footer-icon li a{
    color: rgba(255, 255, 255,  .4);
    text-decoration: none;
    font-size: 35px;
    margin: 0 15px;
   }
   .footer-icon li a:hover{
   color: #fff;
   }
   .footer-info{
    text-align: center;
    color: #fff;

   }
   .footer-info p{
    margin: 10px 0;
    font-style: italic;
   }
   /* end footer */

   /* responsive */
   @media (max-width: 768px) {
    .services, .featuers, .plans, .comment, .today, .contact {
        padding: 50px 0;
    }
    
    .header_box, .services_box, .featuers_box, .plans-box, 
    .comment-box, .today-box, .join-box, .contact-box, .footer-box {
        width: 95%;
    }
    .nav {
        padding: 10px 0 !important;
    }
    
    .nav-brand a {
        font-size: 18px !important;
    }
    .nav-box {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
 .menu-toggle {
        display: block  !important;
        position: relative ;
    }
    .nav-links {
         display: none !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        width: 100% !important;
        background: rgba(0,0,0,0.95) !important;
        flex-direction: column !important;
        padding: 20px 0 !important;
        z-index: 1000 !important;
    }
    .nav-links.active {
        display: flex !important;
    }
     .nav-links a {
        padding: 15px 20px;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
 
    .menu-toggle {
        display: block;
        background: none;
        border: none;
        color: white;
        font-size: 24px;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 10px;
    }
    .service {
        padding: 0 10px;
    }
    
    .feature-item-info {
        padding: 20px 0;
    }
    
    .today {
        padding: 50px 20px;
    }
    
    footer {
        padding: 50px 20px;
    }
}

    @media (min-width: 769px) {
        .nav-links {
            display: flex !important;
            position: static;
            background: transparent;
            flex-direction: row;
            padding: 0;
            width: auto;
        }
        
        .nav-links a {
            padding: 0 15px;
            border-bottom: none;
        }
    }


