﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


.contctUS {
    background: url("../../../images/bg3.jpg") no-repeat center center/cover;
}

.formDetails .card {
    background: none;
}
    .contctUS .formDetails .card .contactUs_form {
        box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
        border-radius: 15px;
        background: rgba(255,255,255,0.1) !important;
        backdrop-filter: blur(15px);
    }
    .contctUS .formDetails .card .formImage img {
        width: 100%;
        height: 100%;
    }
















.companyDetails .card {
    background: none !important;
}
    .companyDetails .card .company_Address {
        box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
        border-radius: 15px;
        background: rgba(255,255,255,0.1) !important;
        backdrop-filter: blur(15px);
    }
    .companyDetails .card .company_phone_mail {
        box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
        border-radius: 15px;
        background: rgba(255,255,255,0.1) !important;
        backdrop-filter: blur(15px);
    }






















/*.contctUS {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    min-height: 100vh;*/
    /*background: #08071d;*/
    /*display: flex;
    justify-content: center;
    align-items: center;
    
}
    .contctUS .companyDetails .card {
        background-color: aqua;
        border: none;
        border-radius: 0px;
    }

.formDetails form {
        width: 1100px;
        height: 500px;
        display: flex;
        box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
        border-radius: 15px;
        background: rgba(255,255,255,0.1);
        backdrop-filter: blur(15px);
        flex-wrap: wrap;
    }
    .formDetails .headerName {
        width: 100%;
        max-height: 10%;
        background-color: none;
        color: #fff;
        font-weight: 500;
    }
    .formDetails .formContent {
        background-color: none;
        text-align: center;
    }*/

    /*.contctUS form h1 {
        color: #fff;
        font-weight: 500;
        margin-top: 20px;
        text-align: center;
    }*/

    /*.formDetails form .textInput input {
        color: #fff;
        width: 300px;
        height: 30px;
        padding-left: 10px;
        outline: none;
        border: none;
        font-size: 15px;
        margin-bottom: 10px;
        background: none;
        border-bottom: 2px solid #fff;
    }

    .formDetails form input::placeholder {
        color: #ddd;
    }

    .formDetails form #lastName,
    .formDetails form #mobile {
        margin-left: 20px;
    }

    .formDetails form h4 {
        color: #fff;
        font-weight: 300;
        width: 100%;
        margin-top: 20px;
    }

    .formDetails form textarea {
        background: none;
        border: none;
        border-bottom: 2px solid #fff;
        color: #fff;
        font-weight: 200;
        font-size: 15px;
        padding: 10px;
        outline: none;
        min-width: 600px;
        max-width: 600px;
        min-height: 80px;
        max-height: 80px;
    }

textarea::-webkit-scrollbar {
    width: 1em;
}

textarea::-webkit-scrollbar-thumb {
    background-color: rgba(194,194,194,0.713);
}
.formDetails .formContent .button {
    width: 100%;
    background-color: none;
    padding-left: 40px;
}

    .formDetails .formContent .button input {
        background-color: #ff6a00;
        border: none;
        border-radius: 5px;
        font-weight: 600;
        font-size: 20px;
        color: #333;
        width: 100px;
        transition: 0.3s;
        margin: 0 auto;
    }

    .formDetails form #button:hover {
        opacity: 0.7;
    }

.formImage {
    display: flex;
    justify-content: center;
}

.centered-image {
    max-width: 70%;
    max-height: 70%;
    width: auto;
    height: auto;
}



.contctUS .companyDetails .card {
    background-color: aqua;
    border: none;
    border-radius: 0px;*/
    /*position: absolute;*/
/*}*/