main .photo {
    width: 100%;
    height: 65vh;
}

main .photo .img {
    width: 100%;
    height: 100%;
    position: relative;
}

main .photo .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main .txt {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

main .contactNous {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 2%;
}

main .contactNous .box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

main .contactNous .box input::placeholder {
    color: white;
    font-weight: bolder;
}

main .contactNous .box input,
textarea {
    outline: none;
}

main .contactNous .box textarea::placeholder {
    color: white;
    font-weight: bolder;
}

main .photo .img h1 {
    width: 100%;
    padding: 0 3%;
    background-image: linear-gradient(360deg, rgba(0, 128, 0, 0.603), transparent);
}

main .bigPhoto .img .text {
    background-image: linear-gradient(360deg, #00800096, transparent);
}

main .contactNous .box #inputBox {
    padding: 0 10px;
    border-radius: 20px;
    font-size: small;
    background-color: green;
    color: white;
    position: absolute;
    top: 7px;
    left: 12%;
    width: fit-content;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
}

@keyframes text {
    0% {
        height: 0;
    }
    100% {
        height: 25px;
    }
}

@keyframes tex {
    0% {
        height: 25px;
    }
    100% {
        height: 0;
    }
}

@media only screen and (min-width:1000px) {
    main .contactNous .box h1 {
        font-size: 55px;
    }
    main .contactNous .box p {
        font-size: 21px;
    }
}

@media only screen and (max-width:1000px) {
    main .contactNous .box h1 {
        font-size: 34px;
    }
    main .contactNous .box p {
        font-size: 21px;
    }
}

@media only screen and (min-width:700px) {
    main .contactNous .box h1 {
        font-size: 34px;
    }
    main .contactNous .box p {
        font-size: 21px;
    }
    main .photo .img h1 {
        height: 150px;
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 54px;
        font-family: Work Sans, sans-serif;
        font-weight: 400;
        color: aliceblue;
    }
    main .txt #p {
        width: 100%;
        font-size: 20px;
        color: green;
        font-weight: 700;
        padding: 10px 0;
    }
    main .txt .h {
        font-size: 32px;
        padding: 20px 0;
        text-align: center;
    }
}

@media only screen and (max-width:700px) {
    main .contactNous .box h1 {
        font-size: 24px;
    }
    main .contactNous .box p {
        width: 80%;
        font-size: 18px;
        text-align: center;
    }
    main .photo .img h1 {
        min-height: 100px;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 37px;
        font-family: Work Sans, sans-serif;
        font-weight: 400;
        color: aliceblue;
    }
    main .txt #p {
        width: 100%;
        font-size: small;
        font-weight: 700;
        color: green;
        padding: 10px 0;
    }
    main .txt .h {
        font-size: 24px;
        padding: 20px 0;
        text-align: center;
    }
}

@media only screen and (min-width:600px) {
    main .contactNous .box input {
        max-width: 80%;
        width: 500px;
        height: 55px;
        border: none;
        background-color: rgba(11, 163, 11, 0.61);
        border-radius: 50px;
        padding: 0 20px;
        box-sizing: border-box;
        color: white;
        font-size: 16px;
    }
    main .contactNous .box textarea {
        border: none;
        background-color: rgba(34, 163, 34, 0.61);
        max-width: 80%;
        width: 500px;
        border-radius: 20px;
        box-sizing: border-box;
        padding: 2% 20px;
        color: white;
        font-size: 16px;
    }
    main .txt div h1 {
        width: 100%;
        font-size: larger;
        font-weight: bold;
    }
    main .txt div p {
        font-size: larger;
        color: green;
    }
    main .txt .hp {
        display: grid;
        grid-template-columns: 30% auto;
        grid-template-rows: auto;
    }
    main .contactNous .box button {
        width: 130px;
        height: 55px;
        border-radius: 50px;
        color: white;
        background-color: green;
        cursor: pointer;
        border: none;
        font-weight: bolder;
        font-size: 16px;
    }
}

@media only screen and (max-width:600px) {
    main .contactNous .box input {
        max-width: 80%;
        width: 500px;
        height: 40px;
        border: none;
        background-color: rgba(11, 163, 11, 0.61);
        border-radius: 50px;
        padding: 0 20px;
        box-sizing: border-box;
        color: white;
        font-size: 11px;
    }
    main .contactNous .box textarea {
        border: none;
        background-color: rgba(34, 163, 34, 0.61);
        max-width: 80%;
        width: 500px;
        border-radius: 20px;
        box-sizing: border-box;
        padding: 2% 20px;
        color: white;
        font-size: 11px;
    }
    main .contactNous {
        width: 100%;
    }
    main .txt div h1 {
        width: 100%;
        font-size: small;
        font-weight: bold;
    }
    main .txt div p {
        font-size: small;
        color: green;
    }
    main .txt .hp {
        display: grid;
        grid-template-columns: 37% auto;
        grid-template-rows: auto;
    }
    main .contactNous .box button {
        width: 130px;
        height: 40px;
        border-radius: 50px;
        color: white;
        background-color: green;
        cursor: pointer;
        border: none;
        font-weight: bolder;
        font-size: 14px;
    }
}

main .txt div h1 {
    color: green;
    font-weight: 300;
}

abbr {
    font-weight: bolder;
}

main .txt div h1 abbr {
    font-family: "poppinBold";
    font-weight: bolder;
}

main .txt .h {
    color: green;
    font-family: "poppinBold";
}

main .txt .para {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

main .txt .para1 {
    display: flex;
    flex-direction: column;
}

main .txt .para .h2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

main .txt .para1 .h3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 5px 0;
}

main .txt .para .h2 div {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

main .txt .para1 .h3 div {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

@media only screen and (min-width:600px) {
    main .txt h2 {
        font-size: larger;
        font-weight: bolder;
        color: green;
        font-family: "poppinBold";
    }
    main .txt h3 {
        font-size: medium;
        font-weight: 700;
        color: green;
    }
    main .txt .para .h2 div img {
        width: 30px;
    }
    main .txt .para1 .h3 div img {
        width: 30px;
    }
}

@media only screen and (max-width:600px) {
    main .txt h2 {
        font-size: small;
        font-weight: bolder;
        color: green;
        font-family: "poppinBold";
    }
    main .txt h3 {
        font-size: small;
        font-weight: 700;
        color: green;
    }
    main .txt .para .h2 div img {
        width: 20px;
    }
    main .txt .para1 .h3 div img {
        width: 20px;
    }
}