﻿
body {
    overflow-x: hidden;
}


@font-face {
    font-family: "Plus Jakarta Sans light";
    src: url("../fonts/PlusJakartaSans-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Plus Jakarta Sans Bold";
    src: url("../fonts/PlusJakartaSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

.section1 {
    background: linear-gradient(174deg,white 60%, rgba(248, 87, 87, 1) 60%);
}

.hero-para {
    font-family: 'Plus Jakarta Sans light';
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}


.hero-head {
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(26, 32, 44, 1);
    font-family: "Plus Jakarta Sans Bold";
    text-transform: none;
}
@media screen and (max-width:577px) {
    .hero-head {
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 27px !important;
    }

    .hero-para {
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 22px !important;
    }

    .smal-col {
        margin: 4rem 0 7rem 0 !important;
    }
}
@media screen and (min-width:1200px) {
    .sell-width {
        max-width: 1200px;
    }
}

.hero-head2 {
    font-family: "Plus Jakarta Sans Bold";
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: none;
    margin-bottom: 20px;
}

.label-para {
    font-family: "Plus Jakarta Sans light";
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: none;
    margin-bottom: 20px;
}

@media screen and (min-width:776px) {
    .label-para {
        max-width: 450px;
    }
}

input, textarea, select {
    max-width: unset;
    width: 100%;
}

.contact-label {
    width: 100%;
    font-family: "Plus Jakarta Sans Bold";
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: none;
}

.contact-input {
    border: 1px solid rgba(26, 32, 44, 0.1);
    border-radius: 6px;
    height: 50px;
    background-color: transparent;
    margin: 10px 0 10px 0;
    padding: 5px 15px;
    font-family: "Plus Jakarta Sans light";
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(26, 32, 44, 0.8) !important;
}

    .contact-input::placeholder {
        font-family: "Plus Jakarta Sans light";
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: rgba(26, 32, 44, 0.6) !important;
    }

.contact-textarea {
    border: 1px solid rgba(26, 32, 44, 0.1);
    border-radius: 8px;
    height: 120px;
    background-color: transparent;
    margin: 10px 0 10px 0;
    padding: 20px;
    font-family: "Plus Jakarta Sans light";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(26, 32, 44, 0.8) !important;
}

.select-contact {
    border: 1px solid rgba(26, 32, 44, 0.1);
    border-radius: 7px;
    height: 50px;
    background-color: transparent;
    margin: 10px 0 10px 0;
    padding: 5px 10px;
    font-family: "Plus Jakarta Sans light";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(26, 32, 44, 0.6) !important;
}

@media screen and (max-width:557px) {

    .contact-input {
        font-size: 12px;
        padding: 10px;
    }

    .select-contact {
        font-size: 12px;
        padding: 10px;
    }

    .contact-textarea {
        font-size: 12px;
        padding: 10px;
    }
    .marginGiving {
        margin: 3rem 0 8rem 0 !important;
    }
    .con-width {
        margin-top :3rem !important;
    }

}

.contact-input:focus-visible, .select-contact:focus-visible, .contact-textarea:focus-visible {
    outline: #F85757 auto 1px;
}

.contact-input:focus, .select-contact:focus, .contact-textarea:focus {
    outline: #F85757 auto 1px;
}

.btn-message {
    width: 70%;
    background-color: rgba(248, 87, 87, 1);
    color: white;
    border-radius: 6px;
    padding: 12px 15px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.15);
    font-family: "Plus Jakarta Sans light";
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
}

    .btn-message:hover {
        color: white;
        box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.25);
    }
/*recaptcha styling*/


/*recaptcha styling*/


@media screen and (min-width:768px) {
    .con-width {
        max-width: 1200px;
    }
}

@media screen and (min-width:768px) {
    .con-para-width {
        max-width: 300px;
    }
}

@media screen and (max-width:768px) {

    .con-width .row .col-md {
        padding: 0 8px;
    }
}

.marginGiving {
    margin: 8rem 0 13rem 0;
}

.box {
    background-color: white;
    border-radius: 8px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
    padding: 50px 20px;
    height: 100%;
}


.con-para {
    font-family: "Plus Jakarta Sans light";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: none;
}

.con-btn {
    font-family: "Plus Jakarta Sans light";
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    background-color: rgba(248, 87, 87, 1);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
}

    .con-btn:hover {
        color: white;
    }
