@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'sparten',sans-serif;
}

body{
    width: 100%;
}

html{
    scroll-behavior: smooth;
}

h1{
    font-size: 50px;
    line-height: 64px;
    color: #222;
}

h2{
    font-size: 46px;
    line-height: 54px;
    color: #222;
}

h4{
    font-size: 20px;
    color: #222;
}

h6{
    font-weight: 700;
    font-size: 12px;
}

p{
    font-size: 16px;
    color: #465b52;
    margin: 15px 0 20px 0;
}

button.normal{
    font-size: 15px;
    font-weight: 600;
    padding: 15px 30px;
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.02s;
}

button.classic{
    font-size: 15px;
    font-weight: 600;
    padding: 12px 24px;
    color: #fff;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #fff;
    outline: none;
    cursor: pointer;
    transition: 0.02s;
}

.section-p1{
    padding: 40px 80px;
}

.section-p2{
    margin: 40px 0;
}

/********************** header start  **************************/

#header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    background: #E3E6F3;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
    height: 80px;
}
#header .logo{
    width: 200px;
}

#navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
#mobile{
    display: none;
    align-items: center;
}

#close{
    display: none;
}

#navbar li{
    list-style: none;
    padding: 0 20px;
    position: relative;
}

#navbar li a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    transition: 0.3 ease;
}

#navbar li a:hover,
#navbar li a.active{
    color: #088178;
}

#navbar li a.active::after,
#navbar li a:hover::after{
    content: "";
    width: 30%;
    height: 2px;
    background: #088178;
    position: absolute;
    bottom: -4px;
    left: 20px;
}

/***********help***********/
#help{
    display: flex;
}

.about{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
}

.about .name h5{
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    text-align: start;
}

.about .name p{
    color: #465b52;
    margin: 10px 0;
    text-align: start;
}

.about img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 50%;
}

.services {
    padding: 20px;
    text-align: center;
}

.service-box {
    background: white;
    margin: 10px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/****************** Contact page ******************/

#contact-hero {
    background-image: url(img/banner/b1.jpg);
    width: 100%;
    height: 40vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 15px;
}

#contact-hero h2,#contact-hero p{
    color: #000;
}

#contact-deteils{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#contact-deteils .deteils{
    width: 40%;
}

#contact-deteils .deteils span,
#form-deteils form span{
    font-size: 12px;
}

#contact-deteils .deteils h2,
#form-deteils form h2{
    font-size: 26px;
    line-height: 35px;
    padding: 20px 0;
}

#contact-deteils .deteils h3{
    font-size: 16px;
    padding-bottom: 15px;
}

#contact-deteils .deteils li{
    list-style: none;
    display: flex;
    padding: 10px 0;
}

#contact-deteils .deteils li i{
    font-size: 14px;
    margin-right: 22px;
    margin-top: 3px;
}

#contact-deteils .deteils li p{
    font-size: 14px;
    margin: 0;
}

#contact-deteils .maps{
    width: 55%;
    height: 400px;
}

#contact-deteils .maps iframe{
    width: 100%;
    height: 100%;
}

#form-deteils {
    display: flex;
    justify-content: space-between;
    margin: 30px;
    padding: 80px;
    border: 1px solid #e1e1e1;
}

#form-deteils form{
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#form-deteils form input,
#form-deteils form textarea{
    width: 100%;
    padding: 12px 15px;
    outline: none;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
}

#form-deteils form button{
    color: #fff;
    background-color: #088178;
}

#form-deteils .people div{
    padding-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

#form-deteils .people div img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

#form-deteils .people div p{
    margin: 0;
    font-size: 14px;
    line-height: 25px;
}

#form-deteils .people div p span{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

/****************** News latte   **********************/

#newsletter{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-image: url("img/banner/b14.png");
    background-repeat: no-repeat;
    background-position: 20% 30%;
    background-color: #041e42;
}

#newsletter h4{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

#newsletter p{
    color: #818ea0;
    font-size: 16px;
    font-weight: 600;
}

#newsletter p span{
    color: #ffbd27;
}

#newsletter input{
    width: 100%;
    height: 3.125rem;
    padding: 0 1.25em;
    font-size: 16px;
    border: 1px solid transparent;
    border-radius: 5px;
    outline: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#newsletter .newsform form{
    position: relative;
}

#newsletter button{
    color: #fff;
    background-color: #088178;
    white-space: nowrap;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: -1px;
}

#newsletter .newsform{
    display: flex;
    width: 35%;
}

/*******************Concern*******************/

#concern{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#concern .fe-box{
    position: relative;
}

#concern .fe-box:hover .more-box{
    background-color: #00000031;
}
#concern .fe-box:hover .more h3{
    opacity: 1;
}
#concern .fe-box:hover button a{
    opacity: 1;
}

#concern .more-box{
    width: 350px;
    height: 350px;
    text-align: center;
    padding: 25px 15px;
    box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
    border: 1px solid #fff;
    border-radius: 4px;
    margin: 15px 0;
    cursor: pointer;
    background: #fff;
    position: relative;
}

#concern .fe-box   h3{
    width: 100%;
    text-align: center;
    padding: 15px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background-color: #00000076;
    position: absolute;
    top: 15px;
    border-radius: 4px;
    opacity: 0;
}

#concern .fe-box button{
    padding: 10px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 2px;
    background-color: transparent;
    position: absolute;
    top: 40%;
    left: 30%;
    opacity: 0;
    text-decoration: none;
}
#concern .fe-box button:hover{
    box-shadow: 10px 10px 54px rgba(255, 255, 255, 0.9);
}

#concern .fe-box img{
    width: 70%;
    margin-bottom: 10px;
    padding: 50px 0;
}
#concern .more-box:hover img{
    width: 75%;
}

.con h2{
    text-align: center;
    margin-top: 50px;
    font-size: 40px;
    font-weight: bold;
    color: #333;
}

/*****************Gallery*******************/

.img-gallery{
    width: 80%;
    margin: 100px auto 100px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}
.img-gallery img{
    width: 100%;
    height: 200px;
    cursor: pointer;
}
.full-img{
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
.full-img img{
    width: 90%;
    max-width: 700px;
}
.full-img span{
    position: absolute;
    top: 15%;
    right: 10%;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

/****************** Management   **********************/

#manage{
    text-align: center;
}

#manage .pro-container{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
}

#manage .pro{
    width: 23%;
    max-width: 300px;
    padding: 10px 12px;
    border: 1px solid #cce7d0;
    border-radius: 25px;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
    margin: 10px 0;
    transition: 0.2s ease;
}

#manage .pro:hover{
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
}

#manage .pro img{
    width: 100%;
    border-radius: 20px;
}

#manage .pro .des{
    text-align: start;
    padding: 10px 0;
}

#manage .pro .des span{
    font-size: 16px;
    color: #606063;
}

#manage .pro .des h5 a{
    text-decoration: none;
    padding-top: 10px;
    font-size: 18px;
    color: #1a1a1a;
    margin-top: 10px;
}

#manage .pro .icon{
    margin-top: 20px;
    align-items: center;
    justify-items: center;
}

#manage .pro .icon i{
    width: 30px;
    height: 30px;
    margin: 5px;
    line-height: 30px;
    border-radius: 50%;
    color: #088178;
    background-color: #eef7f1;
    border: 1px solid #cce7d0;
    align-items: center;
    justify-content: center;
}


/****************** Footer   **********************/

footer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .col{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 50px;
    flex: auto;
}

footer .logo{
    margin-bottom: 20px;
    width: 150px;
}

footer h4{
    font-size: 20px;
    padding-bottom: 20px;
}

footer p{
    font-size: 16px;
    margin: 0 0 10px 0;
}
footer p span{
    margin-left: 43px;
}
footer p i{
    margin-right: 20px;
}

footer a{
    font-size: 16px;
    color: #222;
    text-decoration: none;
    padding-bottom: 10px;
    transition: 0.02s;
}

footer a:hover{
    color: #088178;
}

footer .follow{
    margin-top: 20px;
}

footer .follow i{
    color: #465b52;
    font-size: 25px;
    text-align: center;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
}

footer .follow i:hover{
    color: #fff;
    background-color: #088178;
    border: 1px solid #088178;
}

footer .copyright{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

footer .copyright a{
    color: red;
}


/****************** Start Media Query ******************/
/****************** Start Media Query ******************/

@media (max-width:820px){

    .section-p1 {
        padding: 40px;
    }

    #navbar {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        right: -250px;
        height: 100vh;
        width: 250px;
        background-color: #ffffffe1;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
        padding: 80px 0 0 10px;
        transition: 0.3s;
    }

    #navbar.active{
        right: 0px;
    }

    #mobile{
        display: flex;
    }

    #mobile i{
        color: #041e42;
        font-size: 26px;
        padding-right: 20px;
    }

    #navbar li{
        margin-bottom: 30px;
    }

    #navbar li a{
        font-size: 25px;
    }

    #close{
        display: inline;
        position: absolute;
        top: 30px;
        left: 30px;
        color: #222;
        font-size: 26px;
    }

    .nobag{
        display: none;
    }

    #newsletter .newsform {
        width: 70%;
    }

    #feature .fe-box{
        width: 48%;
    }

    #concern .fe-box{
        width: 100%;
    }
    #concern .more-box{
        width: 100%;
    }

    footer .col{
        flex: none;
    }

    #manage .pro-container {
        justify-content: center;
    }
    #manage .pro {
        width: 40%;
        margin: 10px;
    }

    /*** Contact Page  ***/

    #form-deteils {
        padding: 40px;
    }

    #form-deteils form {
        width: 50%;
    }
    #help{
        display: block;
        width: 100%;
    }
    .about{
        width: 100%;
        margin-top: 20px;
    }
}


@media (max-width:450px){

    .section-p1 {
        padding: 20px;
    }

    #header {
        padding: 10px 30px;
    }

    #navbar {
        width: 230px;
    }

    #navbar li a{
        font-size: 20px;
    }
    h2 {
        font-size: 32px;
    }

    h1 {
        font-size: 40px;
    }

    #feature{
        align-items: center;
    }
    #concern .fe-box{
        width: 100%;
        align-items: center;
    }
    .con h2{
        font-size: 25px;
    }
    
    #newsletter{
        padding: 40px 20px;
    }

    #newsletter .newsform {
        width: 100%;
    }

    h4 {
        padding-top: 30px;
    }

    #manage .pro {
        width: 100%;
    }

    footer .copyright p{
        font-size: 12px;
    }

    /*** Contact Page  ***/

    #contact-deteils {
        flex-direction: column;
    }

    #contact-deteils .deteils {
        width: 100%;
        margin-bottom: 30px;
    }

    #contact-deteils .maps {
        width: 100%;
    }

    #form-deteils {
        margin: 10px;
        padding: 30px 10px;
        flex-wrap: wrap;
    }

    #form-deteils form {
        width: 100%;
        margin-bottom: 30px;
    } 
    footer p{
        font-size: 14px;
    }   
}

