@import "../../app/variables";

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;

    .learts-mb-30 {
        margin-bottom: 30px;

    }
    .bg {
        background-color: $primary-blue;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .required {
        color: $primary-coral;
    }

    p {
        line-height: 1.75;
        max-width: 570px;
        margin-top: 25px;
        margin-right: auto;
        margin-left: auto;
    }

    .contact-info {
        .title {
            font-family: "Futura";
            font-size: 18px;
            font-weight: 500;
            line-height: 1.5;
            margin-bottom: 15px;
            // padding-right: 44px;
            color:$primary-amber;
        }

        .social-media {
            i {
                transition: 300ms;
                color:$text-medium;

                &:hover {
                    color: $primary-amber !important;
                    border: 1px solid $primary-amber !important;
                }
            }
        }

        .info {
            position: relative;
            display: block;
            padding-right: 44px;
            margin-bottom: 5px;



            .icon {
                font-size: 22px;
                line-height: 32px;
                position: absolute;
                color:$text-medium;
                right: 0;
            }

            a {
                line-height: inherit;
                display: inline-block;
                text-decoration: none;
                color: inherit;
                transition: all .5s ease 0s;
                color: $dim-gray !important;
            }
        }
    }



    .section-title2 {
        margin-bottom: 80px;

        .title {
            font-size: 40px;
            font-weight: 400;
            line-height: 1;
            margin-bottom: 0;
            color: $text-dark;
            // border-bottom: 2px solid #ffc107 !important;
            width: fit-content;

        }


    }
// textarea {
//   height: 200px;
// }
    // input:not([type="checkbox"]):not([type="radio"]),
    // textarea {
    //     font-size: 1rem;
    //     font-weight: 400;
    //     display: block;
    //     width: 100%;
    //     padding: 10px 0;
    //     color: #333;
    //     border: 2px solid rgba(0, 0, 0, 0);
    //     border-bottom-color: rgba(0, 0, 0, 0);
    //     border-bottom-color: #ededed;
    //     background-color: rgba(0, 0, 0, 0);
    //     outline: none;

    //     &:focus {
    //         border-bottom-color: #494949;
    //     }
    // }

    textarea {
        font-size: 1rem;
        font-weight: 400;
        display: block;
        width: 100%;
        padding: 10px 0;
        color: #333;
        border: 2px solid rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0);
        border-bottom-color: #ededed;
        background-color: rgba(0, 0, 0, 0);
        height: 200px;
        resize: none;

        &:focus {
            border-bottom-color:$text-medium;
        }
    }

    .btn {
        font-weight: 400;
        line-height: 24px;
        padding: 15px 40px;
        text-align: center;
        white-space: nowrap;
        letter-spacing: 1px;
        text-transform: uppercase;       
    }
    .learts-mb-n30 {
        margin-bottom: -30px;
    }
    .learts-mb-30 {
        margin-bottom: 30px;
    }

}