*{
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}

.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)
    ), url(BodErimages/images\ \(4\).jpeg);
    background-position: center;
    background-size: cover;
    position: relative;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-content: center;
}

nav img{
    width: 75px;
}

.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
    cursor: pointer;
}
.nav-links ul li a{
    color: white;
    text-decoration: none;
     font-size: 13px;
}
.nav-links ul li::after{
    content:'';
    width: 0%;
    height: 2px;
    background: rgb(62, 219, 62);
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
}

.text-box{
    width: 90%;
    color: white;
    position: absolute;
    top:30%;
    left: 50%;
    transform: translate(-50%,50%);
    text-align: center;
}
.text-box h1{
    font-size: 62px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 18px;
    color: #fff;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
    transition: 0.65s;
}
.hero-btn:hover{
    border: 1px solid  rgb(62, 219, 62);
    background:  rgb(62, 219, 62);
}

nav .fa{
    display: none;
}

@media (max-width: 700px) {
    
    .text-box h1{
        font-size: 50px;
    }   
    .nav-links ul li{
        display: block;
        margin: 25px;
    }
    .nav-links ul{
        position:fixed;
        background: rgb(62, 219, 62);
        height: 100vh;
        width: 200px;
        top:0;
        right:-260px; 
        text-align: left;
        z-index: 2;
        transition: 0.5s;
    }

    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 25px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
    .nav-links ul .fa{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }
    .row{
        flex-direction: column;
    }
    .leaders-col img{
       
        margin-left: 8px;
        margin-right: 15px;
        
    }
}
.ABOUT{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
h1{
    font-size: 36px;
    font-weight: 600;
}
p{
    /* color: #fff; */
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.about-col{
    flex-basis: 31%;
    background:  lightblue;
    border-radius: 15px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
}
h3{
    text-align: center;
    font-size: 600;
    margin: 10px 0;
}
.about-col:hover{
    /*translate it to zoom and lift a bit.  */
 box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.offers{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.offer-col{
    /* background: transparent; */
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow:hidden ;
    transition: 0.5s;
}
.offer-col img{
    width: 100%;
    display: block;
}
.offer-col:hover{
    transform: translateY(10px);
}
.layer{
    background:transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.layer:hover{
    background:rgba(0,226,50,0.3);
}
.layer h3{
    width: 100%;
    font-weight: 500;
    color: #08e3f3;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}
.layer:hover h3{
    bottom: 49%;
    opacity: 1;
}

.blog{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.blog-col{
    flex-basis:31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
}
.blog-col img{
    width: 100%;
    border-radius: 10px;
}
.blog-col p{
    padding: 0;
}
.blog-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;
}
.leaders{
    width: 80%;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}
.leaders-col{
    /* flex-basis: 44%; /*if there are 2 but for three leave it at 31% */
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: center;
    background: #fff3f3;
    padding: 25px;
    cursor: pointer;
    display: flex;
}
.leaders-col img{
    height: 40px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
}
.leaders-col p{
    padding: 0;
}
.leaders-col h3{
    margin-top: 15px;
    text-align: left  ;
}

.contact{
    width: 80%;
    margin: auto;
    padding-top: 100px;
    
}
.contact-left{
    flex-basis: 35%;
}
.contact-right{
    flex-basis: 60%;
}
.contact-left p{
    margin-top: 30px;
}
.contact-left p i{
    margin-right: 15px;
    font-size: 25px;
}
.social-icons{
    margin-top: 30px;
}
.social-icons a{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    display: inline-block;
    transition: 0.5s;
}
.social-icons a:hover{
    transform: translateY(-5px);
}

.btn .btn2{
    display: inline-block;
}
.contact-right form{
    width: 100%;
}
form input, form textarea{
    width: 100%;
    border: 0;
    outline: none;
    background: lightgray;
    padding: 15px;
    margin: 15px 0;
    color: #030303;
    font-size: 18px;
    border-radius: 8px;
}

form .butn{
    padding: 14px 60px;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
}
.copyright{
    width: 100%;
    height: 45px;
    background: gainsboro;
    color: gray;
    text-align: center;
    /* padding: 25px 0; */
    margin-top: 150px;
    margin-bottom: 0;
}
#hello{
    color: #08e3f3;
    margin-top: -80px;
    display: block;
}