@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


/* font-family: "Manrope", sans-serif; */
/* font-family: "Playfair Display", serif; */
/* font-family: "Inter", sans-serif; */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

::-webkit-scrollbar {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Noto Serif Display", serif; */
    font-family: "Manrope", sans-serif;
}

a,
p,
ul,
ol,
span,
li,
strong,
i,
b,
u,
button,
form,
label,
input,
select,
option,
textarea {
    /* font-family: "Inter Tight", sans-serif; */
    font-family: "Inter", sans-serif;
}


.special-heading {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 500;
}

.MainContainer {
    width: 100%;
    height: 100%;
}

/* hero */
.Contacthero {
    width: 100%;
    height: auto;
    min-height: 550px;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    .contactContainer {
        width: 100%;
        height: auto;
        max-width: 1400px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;

        h1 {
            font-size: 3.5rem;
            line-height: 4rem;
            color: #0a0a0a;
            font-weight: 500;
            margin-bottom: 20px;
            text-align: center;
            max-width: 700px;
        }

        p {
            font-size: 1.3rem;
            line-height: 1.8rem;
            color: #525252;
            max-width: 800px;
            text-align: center;
        }

    }
}

@media only screen and (max-width:768px) {
    .Contacthero {
        padding: 0 10px;

        .contactContainer {
            padding: 0;
            height: auto;
            min-height: auto;
            margin: 40px 0;

            h1 {
                font-size: 2rem;
                line-height: 2.5rem;
            }

            p {
                font-size: 1.1rem;
                line-height: 1.6rem;
            }
        }
    }
}

/* hero */


/* contact details */
.ContactSection {
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    .ConContainer {
        width: 100%;
        height: auto;
        max-width: 1400px;
        margin-top: 80px;
        margin-bottom: 80px;
        display: flex;
        align-items: start;
        justify-content: space-between;
        gap: 60px;

        .contactForm {
            width: 65%;
            height: 100%;
            padding: 20px;
            border-radius: 15px;
            background-color: #fff;
            box-shadow: 0 0 40px #00000015;

            h3 {
                font-size: 2rem;
                line-height: 2.5rem;
                color: #171717;
                margin-bottom: 10px;
                font-weight: 550;
                text-transform: capitalize;
            }

            >p {
                font-size: 1.1rem;
                line-height: 1.8rem;
                margin-bottom: 30px;
                color: #525252;
            }

            .conForm {
                width: 100%;
                height: auto;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                gap: 20px;

                .form-group {
                    width: 100%;
                    height: auto;
                    padding: 10px;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    gap: 20px;

                    .send_button {
                        width: 100%;
                        background-color: #151515;
                        text-decoration: none;
                        padding: 15px;
                        border: none;
                        border-radius: 15px;
                        color: #fafafa;
                        text-align: center;
                        font-size: 1.1rem;
                        font-weight: 500;
                    }


                    .formField {
                        width: 50%;
                        display: flex;
                        flex: 1;
                        align-items: start;
                        justify-content: start;
                        flex-direction: column;

                        label {
                            font-size: 1.1rem;
                            line-height: 1.8rem;
                            margin-bottom: 5px;
                            font-weight: 500;
                            text-transform: capitalize;
                            color: #151515;
                        }

                        input,
                        select,
                        textarea {
                            width: 100%;
                            padding: 15px;
                            width: 100%;
                            background: #f3f3f5;
                            border: none;
                            border-radius: 8px;
                        }
                    }
                }
            }


        }

        .contactDetails {
            width: 35%;
            height: 100%;
            padding: 20px;
            display: flex;
            align-items: start;
            justify-content: center;
            flex-direction: column;
            gap: 30px;

            h3 {
                font-size: 1.5rem;
                line-height: 2rem;
                color: #171717;
                font-weight: 500;
                margin-bottom: 10px;
            }



            .conDet-1 {
                width: 100%;
                height: auto;
                display: flex;
                align-items: start;
                justify-content: start;
                flex-direction: column;


                .conCards {
                    width: 100%;
                    height: auto;
                    display: flex;
                    align-items: start;
                    justify-content: left;
                    flex-direction: column;
                    gap: 20px;


                    .coCard {
                        width: 100%;
                        height: auto;
                        padding: 5px 0;
                        display: flex;
                        align-items: start;
                        justify-content: left;
                        gap: 15px;
                        margin-bottom: 10px;

                        .co-left {
                            width: 20%;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            height: auto;

                            i {
                                font-size: 1.5rem;
                                font-weight: 550;
                                /* background-color: #171717;
                                color: #fafafa; */
                                background-color: #911116;
                                color: #fafafa;
                                padding: 15px;
                                border: none;
                                border-radius: 50%;
                            }
                        }

                        .co-right {
                            width: 80%;
                            height: auto;
                            display: flex;
                            align-items: start;
                            justify-content: start;
                            flex-direction: column;
                            gap: 5px;

                            h4 {
                                font-size: 1.1rem;
                                line-height: 1.8rem;
                                color: #111;
                                font-weight: 400;
                            }

                            a {
                                text-decoration: none;
                                color: #333;
                                font-weight: 450;
                                font-size: 1.1rem;
                            }

                            p {
                                font-size: 14px;
                                color: #666;
                            }
                        }
                    }

                }
            }

            .conDet-2 {
                width: 100%;
                height: auto;
                min-height: 150px;
                display: flex;
                align-items: start;
                justify-content: center;
                flex-direction: column;
                padding: 15px;
                border-radius: 15px;
                background-color: #fafafa;
                box-shadow: 0 0 30px #00000015;

                h4 {
                    font-size: 1.2rem;
                    line-height: 1.5rem;
                    margin-bottom: 10px;
                    color: #171717;
                    font-weight: 450;

                    i {
                        font-size: 1.2rem;
                        color: #fdc700;
                    }
                }

                p {
                    font-size: 1rem;
                    color: #666;
                }
            }

            .conDet-3 {
                width: 100%;
                height: auto;
                min-height: 150px;
                display: flex;
                align-items: start;
                justify-content: center;
                flex-direction: column;
                padding: 15px;
                border-radius: 15px;
                background-color: #151515;

                h4 {
                    font-size: 1.2rem;
                    line-height: 1.5rem;
                    margin-bottom: 10px;
                    color: #fafafa;
                    font-weight: 450;

                    i {
                        font-size: 1.2rem;
                        color: #fdc700;
                    }
                }

                p {
                    font-size: 1rem;
                    color: #ddd;
                }
            }


        }
    }

}

@media only screen and (max-width:768px) {
    .ContactSection {
        padding: 0 10px;

        .ConContainer {
            padding: 0;
            margin: 40px 0;
            flex-wrap: wrap;

            .contactForm {
                width: 100%;
                height: auto;
            }

            .conForm {
                width: 100%;
                height: auto;
            }

            .contactDetails {
                width: 100%;
                height: auto;
            }
        }
    }
}

/* contact details */



/* faq section */
.faqSection {
    width: 100%;
    height: auto;
    min-height: 800px;
    max-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    .faqContainer {
        width: 100%;
        height: auto;
        max-width: 1400px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;

        h2 {
            font-size: 2.5rem;
            line-height: 3rem;
            color: #171717;
            font-weight: 500;
            margin-bottom: 10px;
        }

        >p {
            font-size: 1.1rem;
            line-height: 1.8rem;
            color: #333;
        }

        .faqCards {
            width: 100%;
            height: auto;
            margin-top: 50px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            flex-direction: column;

            .faqCard {
                width: 100%;
                max-width: 900px;
                padding: 20px;
                border: none;
                box-shadow: 5px 5px 10px #00000015;
                border-radius: 15px;

                h3 {
                    font-size: 1.1rem;
                    margin-bottom: 10px;
                    color: #333;
                    font-weight: 550;
                }

                p {
                    font-size: 1rem;
                    color: #666;
                }

            }
        }
    }
}

@media only screen and (max-width:768px) {
    .faqSection {
        padding: 0 10px;

        .faqContainer {
            padding: 0;
            margin: 40px 0;

            h2 {
                font-size: 2rem;
                line-height: 2.5rem;
                text-align: center;
            }

            >p {
                font-size: 1rem;
                line-height: 1.1rem;
                text-align: center;
            }
        }
    }
}

/* faq section */


/* cta section */
.ctaSection {
    width: 100%;
    height: auto;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
    box-shadow: -5px 0 10px #00000015;

    .ctaContainer {
        width: 100%;
        max-width: 1400px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;

        h2 {
            font-size: 3rem;
            line-height: 3.5rem;
            margin-bottom: 20px;
            color: #171717;
            font-weight: 550;
        }

        p {
            font-size: 1.2rem;
            max-width: 600px;
            font-weight: 400;
            color: #525252;
            margin-bottom: 30px;
        }

        .cta-Buttons {
            width: auto;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 30px;

            a {
                text-decoration: none;
                color: #171717;
            }

            .cta-primary {
                padding: 15px 30px;
                color: #fafafa;
                font-size: 1.1rem;
                font-weight: 500;
                text-decoration: none;
                background: linear-gradient(90deg, #911116, #4D0205);
                border-radius: 8px;
                border: 1px solid #4D0205;
                transition: all .3s ease-in-out;

                &:hover {
                    background: linear-gradient(90deg, #4D0205, #911116);
                }
            }

            .cta-secondary {
                padding: 15px 25px;
                color: #0a0a0a;
                font-size: 1.1rem;
                font-weight: 500;
                text-decoration: none;
                border-radius: 8px;
                border: 1px solid #151515;
                transition: all .3s ease-in-out;

                &:hover {
                    background-color: #151515;
                    color: #ddd;
                }
            }
        }
    }
}

@media only screen and (max-width:768px) {
    .ctaSection {
        padding: 0 10px;

        .ctaContainer {
            padding: 0;
            margin: 40px 0;

            h2 {
                font-size: 2rem;
                line-height: 2.5rem;
            }

            p {
                font-size: 1rem;
                line-height: 1.4rem;
            }

            .cta-Buttons {
                width: 100%;
                flex-wrap: wrap !important;
                gap: 20px;

                .cta-primary,
                .cta-secondary {
                    width: 100% !important;
                    height: auto;
                    padding: 15px;
                    display: block;
                }
            }
        }
    }
}

/* cta section */