* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", "san-sariff";
}

html,
body {
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
}

h2{
    text-align: center;
    margin-bottom: 20px;
}


/****************************HEADER**************************/

.header {
    position: fixed;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    transition: 0.6s;
    justify-content: space-between;
    z-index: 100000;
    padding: 5px 20px 5px 20px;
    background-color:#0B1520;
}

.shephalogo{
    margin-left: 10px;
}


.navbar a {
    font-size: 16px;
    text-decoration: none;
    padding-right: 20px;
    transition: 0.3s;
    color:whitesmoke;
}


.navbar a:hover {
    color: #c9932a;
}

.navicon {
    color: #c9932a;
    font-size: 30px;
    font-weight: 800;
    cursor: pointer;
    display: none;
}

.mobile-header {
    display: none;
    align-items: center;
    flex-direction: row;
}

section {
    padding: 10px;
}

.navbar .navicon {
    display: none;
}

.mobile-btn {
    display: none;
}

@media only screen and (max-width: 768px) {
    .shephalogo{
    width: 170px;
    height: 80px;
    }

}

/* ---------------------- Hero ---------------------- */

.hero{
    padding-top: 100px;
    text-align: center;
    background-color: #0B1520;
    padding-bottom: 20px;
}

.hero img{
    border-radius: 10px;
    height: 500px;
}

.hero h1{
    font-size: 32px;
    font-weight: bolder;
    color: whitesmoke;
}

.hero p{
    font-size: 18px;
    padding: 20px 0px 20px 0px;
    color: whitesmoke;
    width: 80%;
    margin-left: 10%;
}

.herobutton{
    padding: 10px;
    background-color: #c9932a;
    color: whitesmoke;
    border-radius: 10px;
    font-size: 16px;
    border: none;
}

.herobutton:hover{
    background-color: whitesmoke;
    color: #0B1520;
    scale: 1.05;
    transition: 0.3s;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .hero img{
    width: 370px;
    height: 300px;
    }

}

/* ----------------------thesis ---------------------- */

.thesissection{
        padding: 80px 0px 60px 0px;
}



.thesish2{
    display: grid;
    justify-content: center;
    width: 70%;
    margin-left: 15%;
    text-align: center;
    gap: 20px;
}

.thesish2 img{
    border-radius: 10px;
    width: 700px;
    margin: auto;
    height: 400px;
}

.thesiscards{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding:20px;
    gap: 20px;
    margin: 0% 10% 0% 10%;
    }

.whatwedocard1{
    text-align: center;
    min-height: 200px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
    border-radius: 10px;
}

.whatwedocard1 p{
    padding-top: 10px;
}


@media only screen and (max-width: 768px) {
    .thesiscards{
    grid-template-columns: 1fr;
    margin: 0%;
    }

    .thesish2 img{
    border-radius: 10px;
    width: 370px;
    height: 300px;
}
}

/* ---------------------- what we do ---------------------- */

.whatwedosection{
        padding: 80px 0px 80px 0px;
}

.whatwedoh2{
    display: grid;
    justify-content: center;
    width: 70%;
    margin-left: 15%;
    text-align: center;
}

.whatwedocards{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding:20px;
    gap: 20px;
    }

.whatwedocard1{
    text-align: center;
    min-height: 200px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
    border-radius: 10px;
}

.whatwedocard1 p{
    padding-top: 10px;
}

@media only screen and (max-width: 1200px) {
    .whatwedocards{
    grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 768px) {
    .whatwedocards{
    grid-template-columns: 1fr;
    }
}

/* ---------------------- shepha edge ---------------------- */

.shephaedgesection{
    background-color: #0B1520;
    color: whitesmoke;
    padding: 80px 0px 80px 0px;
}

.shephaedgeh2{
    display: grid;
    justify-content: center;
    width: 70%;
    margin-left: 15%;
    text-align: center;
}

.shephaedge{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding:20px;
    gap: 20px;
    }

.shephaedgecard{
    text-align: left;
    min-height: 200px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
    border-radius: 10px;
}

.shephaedgecard p{
    padding-top: 10px;
    color: whitesmoke;
}


@media only screen and (max-width: 768px) {
    .shephaedge{
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: 5%;
    }
}

/* -------------------Our leadership ---------------------- */

.teamsection{
        padding: 80px 0px 80px 0px;
}

.profilecard{
    width: 80%;
    margin-left: 10%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px 0px 20px 0px;

}

.pcdiv1, .pcdiv2{
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.pcdiv1 img, .pcdiv2 img{
    width: 100px;
    border-radius: 50%;
}

.pcdiv1 span, .pcdiv2 span{
    color: #0B1520;
}


@media only screen and (max-width: 768px) {
    .profilecard{
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: 5%;
    }
}

/*****************why us***********************/

.whyussection{
    padding: 80px 0px 80px 0px;
    background-color: #0B1520;
    color: whitesmoke;

}


.whyuspara{
    text-align: center;
    color: whitesmoke;
}

/****************************contact us form**************************/

.contact{
    width: 100%;
    height: auto;
}

.contact-div1{
    font-size: 18px;
    text-align: center;
    padding-top: 90px;
}

.contact-div2{
    width: 100%;
    max-width: 1200px;
    text-align: left;
    font-size: 15px;
    display: block;
    border: #ebebeb 2px solid;
    border-radius: 20px;
    padding: 20px;
    margin: 30px auto;
}

.contact-div2 input {
    width: 100%;
    border: 2px solid #ebebeb;
    border-radius: 10px;
    color: #272727;
    font-size: 16px;
    padding: 15px;
    margin: 15px 0px;
}

.contact-div2 input:hover {
    border: 1px solid;
    color: #272727;
}


textarea {
    width: 100%;
    height: 100px;
    border: 2px solid #ebebeb;
    border-radius: 10px;
    padding: 15px;
    margin: 15px 0px;
    color: #272727;
    font-size: 16px;
    resize: vertical;
}

textarea:hover {
    border: 1px solid;
    color: #272727;
}

.contactsubmit {
    background-color: #c9932a;
    color: whitesmoke;
    font-size: 16px;
    border-radius: 10px;
    border: none;
    padding: 10px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}

.contactsubmit:hover {
    background-color: #0B1520;
    color: whitesmoke;
}



/****************************FOOTER**************************/

.footer {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 10px;
    align-items: center;
    text-align: center;
    height: 200px;
    background-color: #0B1520;
}


.one ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style-type: none;
    text-align: left;
}

.one ul a {
    font-size: 16px;
    transition: 0.3s;
    padding-left: 20px;
    text-decoration: none;
    color:whitesmoke;
}

.one ul a:hover {
    color: #c9932a;
}

.two ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style-type: none;
    text-align: left;
}

.two ul a {
    font-size: 16px;
    transition: 0.3s;
    text-decoration: none;
    color: whitesmoke;
}

.two ul a:hover {
    color: #c9932a;
}

.phone p {
    font-size: 16px;
    transition: 0.3s;
    text-align: center;
}

.phone p a{
    font-size: 16px;
    transition: 0.3s;
    text-decoration: none;
    color:whitesmoke;
}

.phone p a:hover{
    color: #c9932a;
}

.copyright{
    color: whitesmoke;
    font-size: 14px;
}

.copyright-mobile {
    display: none;
}


/**Responsive**/

@media only screen and (max-width: 1200px) {

    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        max-width: 100%;
        height: 100vh;
        width: 100%;
        background-color: #0B1520;

        display: flex;
        flex-direction: column;
        padding: 40px 20px;
        gap: 20px;
        transform: translateX(-100%);
        transition: 0.3s ;
        opacity: 0;
    }

    .menu-open:after {
        background-color: #2b2b2b86;
        width: 900px;
        /* right: 0; */
        left: 100%;
        height: 100vh;
        top: 0;
        position: absolute;
        content: "";
    }


    .navicon {
        display: block;
    }

    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        gap: 10px;
    }

    .menu-open {
        transform: translateX(0);
        opacity: 1;
        text-align: center;
    }

    .navbar .navicon {
        text-align: end;
        display: block;
    }

    .mobile-header {
        display: flex
    }


}


@media only screen and (max-width: 768px) {
    .footer {
        grid-template-columns: 1fr;
        height: auto;
    }

    .footer ul a {
        padding: 0;
        text-align: center;
    }

    .footer ul {
        text-align: center;
        gap: 0;
    }

    .one,
    .two {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .one {
        margin-top: 20px;
    }

    .two {
        margin-bottom: 20px;
    }


    .copyright {
        display: none;
    }

    .copyright-mobile {
        display: block;
    }
    .calcidiv1 img{
        width: 600px;
        height: 400px;
    }
}


@media only screen and (max-width: 500px) {

    h1 {
        font-size: 24px !important;
    }

    h2 {
        font-size: 22px !important;
    }

    .calltoaction{
        padding: 0;
        padding-top: 10px;
    }



}

@media only screen and (max-width: 460px) {

    .header {
        padding: 0px 5px;
        gap: 5px;
    }

    .mobile-header {
        gap: 10px;
    }

  
}