@media (min-width:1100px) and (max-width: 1568px) {
    .navBarList a {
        font-size: 20px;
    }

    .input-container {
        position: relative;
        display: inline-block;
    }

    .inputOfNavbar {
        padding: 10px;
        font-size: 16px;
    }

    .navBarList {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 22px 0;
    }
}

@media  (max-width: 768px) {
    .input {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 20px;
    }

    .input-container input {
        padding: 10px;
    }

    .allNavbarItems {
        display: block;
    }

    .navBarList {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
    }

    .navBarList a {
        font-size: 18px;
    }
    .formBack {
        height: 400px;
    }
    .inputMessage {
        width: 100%;
    }
    .inputMessage input {
        width: 85%;
    }
    .formContact {
        height: 60vh;
    }
    .Form {
        top: 60%;
    }
}

@media (min-width:769px) and (max-width: 1100px) {
    .navBarList a {
        font-size: 18px;
    }

    .inputOfNavbar {
        padding: 10px;
        font-size: 16px;
    }
    .formBack {
        height: 400px;
    }
    .inputMessage {
        width: 100%;
    }
    .inputMessage input {
        width: 85%;
    }
    .formContact {
        height: 45vh;
    }
    .Form {
        top: 63%;
    }
    .iframeRamka {
        width: 80%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 20vh;
    }
    
    .iframeHead h2 {
        font-size: 24px;
        margin-top: 30px;
    }
    
    iframe {
        height: 45vh;
    }
}
@media ((min-width:640px) and (max-width:768px)) {
    .iframeRamka {
        width: 80%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 20vh;
    }
    
    .iframeHead h2 {
        font-size: 24px;
        margin-top: 30px;
    }
    
    iframe {
        height: 45vh;
    }
}
@media ((min-width:359px) and (max-width:640px)) {
    .container10 {
        max-width: 85%;
        margin: auto;
    }
    .navBarList a {
        font-size: 14px;
    }

    .inputOfNavbar {
        padding: 8px;
        font-size: 14px;
    }

    .formContact h2 {
        font-size: 18px;
    }

    .formContact h3 {
        font-size: 16px;
    }

    .formContact p {
        font-size: 11px;
    }

    .formContact h3 {
        margin-top: 0;
        padding-top: 20px;
    }

    .formContact h2,
    h3,
    p {
        margin: 12px 0;
    }
    .formContact {
        height: 60vh;
    }
    .formHead h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .formBack {
        height: 370px;
    }
    .usernamePhone {
        display: block;
    }
    
    .usernamePhone div {
        width: 100%;
        display: block;
    }
    .usernamePhone input {
        width: 80%;
    }
    .inputEmail {
        width: 100%;
    }
    .inputEmail input {
        width: 80%;
    }
    .inputMessage {
        width: 100%;
    }
    .inputMessage input {
        width: 80%;
    }
    .send {
        padding: 10px 16px;
        display: inline-block;
        text-align: center;
        margin-bottom: 10px;
        width: 80%;
    }
    .Form input {
        margin-bottom: 30px;
    }
    .Form i {
        font-size: 16px;
    }
    .Form {
        top: 65%;
    }
    .iframeRamka {
        width: 80%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 29vh;
    }
    
    .iframeHead h2 {
        font-size: 24px;
        margin-top: 30px;
    }
    
    iframe {
        height: 45vh;
    }

    .footerHeading {
        font-size: 14px;
        line-height: 1.5;
        width: 40%;
        text-align: center;
    }
    .footerContent .container1 {
        height: 100%;
        display: block;
        width: 100%;
    }
    .backFooter {
        height: auto;
    }
    .mobileFooter {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
        width: 100%;
    }
    .footerLogo img{
        width: 70px;
        height: 88px;
        flex-shrink: 0;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .inputFooter {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }



    .footerSide2 {
        height: 100%;
        display: flex;
        justify-content: flex-start;
        padding-top: 20px;
        color: #fff;
        padding-left: 30px;
    }
    .footerSide2 h3 {
        font-size: 20px;
        padding-top: 20px;
    }
    .footerSide2 li a {
        font-size: 14px;
    }
    .footerSide2 li {
        margin-bottom: 0px;
        margin-left: 10px;
    }


    .footerSide3 {
        color: #fff;
        font-family: 'Kadwa', sans-serif;
        display: flex;
        justify-content: flex-start;
        padding-top: 20px;
        padding-left: 30px;
        padding-bottom: 50px;
    }
    .footerSide3 i {
        color: rgba(194, 115, 3, 0.92);
        padding-right: 10px;
    }
    .footerSide3 h3 {
        font-size: 20px;
        padding-top: 50px;
        padding-bottom: 5px;
    }
    .contactFooter {
        margin-bottom: 10px;
    }
}