@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,600;0,700;0,800;1,700;1,800&family=Ubuntu:wght@400;500;700&display=swap');

* {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
}


:root {
    --primary: #a95c18;
    --dark: #21252f;
    --body: #888;
    --box-shadow: 0 8px 22px rgba(0,0,0,0.2);
    --background: #fff;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1.7;
    color: var(--body);
}

h1,h2,h3,h4,h5,h6,
.display-4 {
    color: var(--dark);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.navbar {
    box-shadow: var(--box-shadow);
    background: transparent;
}

.navbar-brand img {
    width: 50px;
}

a {
    color: var(--dark);
    text-decoration: none;
}


.btn {
    background-color: #fff;
    border: #a95c18;
    color: #a95c18;
    transition: background-color, color 1.2s;
}

.btn:hover {
    background-color: #a95c18;
}

.btna {
    background-color: #a95c18;
    border-radius: 5px;               
    padding: 3px 10px;
    color: #fff;
    border: #a95c18;
}


.backg {
    background-image: url(../images/about1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
    width: 100%;
    height: 50vh;
    padding: 0;
    margin: 0;
    position: relative;
}

.b-cont { 
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    position: absolute;
}

.b-cont h1 {
    font-weight: 400;
    font-size: 80px;
    color: #fff;
}

.section-padding {
    margin-top: 100px;
    margin-bottom: 100px;
}

.section-title h2 {
    margin-top: 100px;
    font-size: 50px;
    font-weight: bold;
}

.section-title h2 span {
    color: #a95c18;
}




/* .section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.contain {
    max-width: 850px;
    width: 100%;
    padding: 40px 30px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.contain .form-content {

}

.container .form {
    height: 100%;
    width: 100%;
}

.contain .form-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-content .login-form {
    width: calc(100% / 2 - 25px);
}

form .form-content .title {
    position: relative;
    font-size: 40px;
    font-weight: 500;
    color: #333;
}

form .form-content .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 25px;
    background: #08631c;
}

form .form-content .input-boxes {
    margin-top: 30px;
}

form .form-content .input-box {
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
    margin: 10px 0;
    position: relative;
}

.form-content .input-box input {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    padding: 0 30px;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 2px solid rgba(0,0,0,0.2);
}


.form-content .input-box input:focus,
.form-content .input-box input:valid {
    border-color: #08631c;
}

.form-content .input-box i {
    position: absolute;
    color: #08631c;
    font-size: 17px;
}

form .form-content .button {
    color: #fff;
    margin-top: 40px;
}

form .form-content .button input {
    color: #fff;
    background: #08631c;
    border-radius: 6px;
    padding: 0;
}

form .form-content label {
    color: #08631c;
} */





.contain {
    position: relative;
    max-width: 700px;
    width: 100%;
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.st-lgn {
    font-size: 50px;
}



header {
    font-size: 40px;
    color: #a95c18;
    font-weight: 500;
    text-align: center;
    padding-top: 50px;
}

.captcha {
    background: #a95c18;
    color: #fff;
    font-size: 25px;
    border-radius: 8px;
    padding: 5px 10px;
    width: 15%;
}

.contain .form {
    margin-top: 30px;
}

.form .input-box {
    width: 100%;
    margin-top: 20px;
}

.input-box label {
    color: #333;
}

.form .input-box input {
    position: relative;
    height: 50px;
    width: 100%;
    outline: none;
    font-size: 1rem;
    color: #707070;
    margin-top: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 15px;
}

.form .column {
    display: flex;
    column-gap: 13px;
}

.select-box {
    position: relative;
        height: 50px;
        width: 100%;
        outline: none;
        font-size: 1rem;
        color: #707070;
        margin-top: 32px;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 0 15px;
}

.select-box select {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    color: #707070;
    font-size: 1rem;
}

.form button {
    height: 55px;
    width: 50%;
    color: #fff;
    font-size: 1rem;
    margin-top: 30px;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 400;
   background: #a95c18;
}












/* footer */

footer {
    width: 100%;
    /* position: absolute; */
    bottom: 0;
    background: #a95c18;
    color: #fff;
    padding: 100px 0 30px;
    font-size: 13px;
    line-height: 20px;
}

.foot {
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.col {
    flex-basis: 25%;
    padding: 30px;
}

.logo {
    width: 90px;
    margin-bottom: 10px;
}

.col h3 {
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
    color: #fff;
}

.social-icons i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #a95c18;
    background: #fff;
    margin-right: 15px;
    cursor: pointer;
    padding: 5px 5px;
}

.col p i {
    margin-right: 5px;
    color: #fff;
    font-size: 20px;
}

.col p a {
    color: #fff;
}

.line {
    width: 80%;
    height: 2px;
    background-color: #fff;
    margin: 16px auto 24px auto;
}

.phsps {
    text-align: center;
    width: 95%;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
}



@media screen and (max-width: 768px){
    .foot {
        flex-direction: column;
    }

    .social-links {
        margin-bottom: 40px;
    }

    .phsps {
        width: 80%;
        margin-left: 20px;
    }

    .center form {
        padding: 0 40px;
        margin-right: 50px;
        box-sizing: border-box;
    }
    
    
}

@media screen and (max-width: 700px) {
    .phsps {
        width: 80%;
        margin-left: 20px;
    }
}



