@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@600;700;800&display=swap');

* {
    font-family: 'Manrope', sans-serif;
}

html {
    scroll-behavior: smooth;
}


:root {
    --primary: #6e2f2d;
    --dark: #21252f;
    --body: #888;
    --box-shadow: 0 8px 22px rgba(0,0,0,0.2);
    --background: #fff;
}

body {
    font-family: 'Manrope', sans-serif;
    line-height: 1.7;
    color: var(--body);
}

h1,h2,h3,h4,h5,h6,
.display-4 {
    color: var(--dark);
    font-family: 'Manrope', 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: #6e2f2d;
    color: #6e2f2d;
    transition: background-color, color 1.2s;
}

.btn:hover {
    background-color: #6e2f2d;
}

.btna {
    background-color: #6e2f2d;
    border-radius: 5px;               
    padding: 3px 10px;
    color: #fff;
    border: #6e2f2d;
}


.backg {
    background-image: url(../images/m6.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: 95vh;
    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;
}


.col-lg-6 img {
    width: 90%;
}

.under img {
    width: 30%;
}

.under i {
    font-size: 40px;
    color: #6e2f2d;
}

i {
    font-size: 33px;
    color: #6e2f2d;
}


.section .contain {
    width: 80%;
    display: block;
    margin: 0px auto;
    padding: 50px 0px;
}

.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: #6e2f2d;
    font-weight: 500;
    text-align: center;
    padding-top: 50px;
}

.captcha {
    background: #6e2f2d;
    color: #fff;
    font-size: 25px;
    border-radius: 8px;
    padding: 5px 10px;
    width: 15%;
}

.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 .input-box textarea {
    position: relative;
    width: 100%;
    outline: none;
    font-size: 1rem;
    color: #707070;
    border-radius: 6px;
    padding: 0 15px;
    margin-top: 8px;
    border: 1px solid #ddd;
}

.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: #6e2f2d;
}

.cont {
    text-align: center;
    padding: 40px;
    /* color: #6c0101; */
    border-radius: 10px;
    margin-right: 20px;
    background-color: rgba(75, 29, 29, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.cont:nth-child(2) {
    padding: 55px;
}

.img-div {
    display: inline-block; 
}

.img-div img {
    width: 50px;
}

.mission {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.socials {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    text-align: center;
}

.socials .social-content i {
    font-size: 40px;
}



/* footer */

footer {
    width: 100%;
    /* position: absolute; */
    bottom: 0;
    background: linear-gradient(35deg, #ad5350, #6e2f2d);
    color: #fff;
    padding: 100px 0 30px;
    font-size: 13px;
    line-height: 20px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.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: 20px;
    color: #6e2f2d;
    background: #fff;
    margin-right: 15px;
    cursor: pointer;
    padding: 10px 10px;
}

.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 a {
    color: #fff;
}














@media screen and (max-width: 768px){
    .taste {
        font-size: 30px;
    }

    .b-cont h1 {
        font-size: 50px;
    }

    .mission {
        flex-direction: column;
    }

    .cont {
        margin-bottom: 20px;
    }

    .services-content {
        
        grid-template-columns: none;
      
    }

    .socials {
        flex-direction: column;
        gap: 30px;
    }

    .foot {
        flex-direction: column;
    }

    .social-links {
        margin-bottom: 40px;
    }

    .phsps {
        width: 80%;
        margin-left: 20px;
    }
}

@media screen and (max-width: 700px) {
    .phsps {
        width: 80%;
        margin-left: 20px;
    }
}











