@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;
    }
    .logo img {
        width: 160px;
        height: 120px;
        margin-bottom: 30px;
    }
    .TextSlide h1 {
        font-size: 70px;
    }
    .TextSlide p {
        font-size: 24px;
        padding-top: 8px;
    }
    .btnAboutUs button {
        padding: 8px 30px;
        font-size: 24px;
    }
    .box {
        width: calc(100% / 3 - 20px);
        background-color: #fff;
    }
    .boxTexts h3 {
        font-size: 20px;
        padding: 10px 0;
        font-weight: 500;
    } 
    .boxTexts p {
        font-size: 15px;
        padding: 0 12px;
    }
    .boxButton {
       margin: 20px 0 30px 0;
       padding: 10px 24px;
       border-radius: 20px;
    }
    .parallaxTexts h2 {
        font-size: 48px;
    }
    .parallaxTexts p {
        font-size: 16px;
    }
    .boxButton {
        margin: 20px 0 30px 0;
        border-radius: 100px;
     }
}
@media (min-width:1529px) and (max-width: 2000px) {
    .logo img {
        width: 180px;
        height: 130px;
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .TextSlide h1 {
        font-size: 45px;
    }

    .TextSlide {
        width: 60%;
    }
    .TextSlide p{
        font-size: 16px;
        text-align: center;
    }
    .boxes {
        /* Adjust styles for smaller screens */
        flex-direction: column; /* Stack boxes vertically on smaller screens */
    }

    .box {
        /* Adjust styles for smaller screens */
        width: 80%; /* Full width for boxes on smaller screens */
        margin-bottom: 20px; /* Add spacing between stacked boxes */
    }
    .parallaxTexts h2 {
        font-size: 32px;
    }

    .formImage img{
        width: 90%;
        height: 30vh;
    }
    .formTexts {
        width: 90%;
    }
    .formTexts h2 {
        font-size: 24px;
        line-height: 1.5;    
    }
    .formTexts p {
        font-size: 12px;
    }
    .formTexts ul li {
        font-size: 12px;
    }
    .slider-item1 img {
        width: 100%;
        height: 70vh;
    }
    .sliderList {
        height: 70vh;    
    }
    .logo img {
        width: 180px;
        height: 115px;
        margin-bottom: 32px;
    }
    .btnAboutUs button {
        padding: 8px 30px;
        font-size: 20px;
    }
    .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;
    }
    .btn-prev .material-symbols-outlined,
    .btn-next .material-symbols-outlined {
          font-size: 32px;
    }
    .image1 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
    }
    .overlays {
        display: block;
    }
    .image1 img {
        width: 70%;
    }
    .overlay {
        width: 80%;
        left: 10%;
        
    }
}
@media (min-width:769px) and (max-width: 1100px) {
    .parallaxTexts h2 {
        font-size: 32px;
        line-height: 1;
    }
    .parallaxTexts p {
        font-size: 16px;
    }
    .navBarList a {
        font-size: 18px;
    }
    .inputOfNavbar {
        padding: 10px;
        font-size: 16px;
    }

    .logo img {
        width: 160px;
        height: 120px;
        margin-bottom: 30px;
    }
    .TextSlide h1 {
        font-size: 52px;
    }
    .TextSlide p {
        font-size: 20px;
        padding-top: 8px;
    }
    .btnAboutUs button {
        padding: 6px 28px;
        font-size: 20px;
    }
    .btn-prev .material-symbols-outlined,
    .btn-next .material-symbols-outlined {
          font-size: 28px;
    }
    .formImage img{
        width: 90%;
        height: 40vh;
    }
    .formTexts {
        width: 80%;
    }
    .formTexts h2 {
        font-size: 24px;
        line-height: 1.5;    
    }
    .formTexts p {
        font-size: 14px;
    }
    .formTexts ul li {
        font-size: 14px;
    }
    .box {
        width: calc(100% / 2 - 20px); 
        margin-bottom: 30px; 
    }
    .middleBox {
        margin-top: 0px;
    }
    .boxTexts h3 {
        font-size: 16px;
    } 
    .boxTexts p {
        font-size: 14px;
    }
}
@media (max-width:600px) {
    .navBarList a {
        font-size: 14px;
    }
    .inputOfNavbar {
        padding: 8px;
        font-size: 14px;
    }
    .logo img {
        width: 120px;
        height: 80px;
        margin-bottom: 0px;
    }
    .TextSlide h1 {
        font-size: 38px;
    }
    .TextSlide p {
        font-size: 15px;
        padding-top: 8px;
    }
    .btnAboutUs button {
        padding: 4px 20px;
        font-size: 18px;
    }
    .btn-prev .material-symbols-outlined,
    .btn-next .material-symbols-outlined {
          font-size: 23px;
    }
    .box {
        width: 95%; 
        margin-bottom: 30px; 
    }
    .container100 {
        max-width: 100%;
    }
    .middleBox {
        margin-top: 0px;
    }
    .boxTexts h3 {
        font-size: 16px;
    } 
    .boxTexts p {
        font-size: 14px;
    }
    .parallaxTexts h2 {
        font-size: 20px;
        line-height: 1;
    }
    .parallaxTexts p {
        font-size: 14px;
    }
    .boxes {
        padding: 20px;
    }
    .headings h2 {
        font-size: 18px;
        text-align: center;
    }
    .headings p {
        font-size: 16px;
        text-align: center;
    }
    .slider-item1 {
        height: 60vh;
    }
    .sliderList {
        height: 60vh;
    }
    .formImageBox {
        display: block;
    }
    .formImage {
        width: 100%;;
    }
    .formImage img{
        width: 90%;
        height: 25vh;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .formImageText {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: default;
        margin-bottom: 10px;
    }
    .formTexts {
        width: 100%;
    }
    .formTexts h2 {
        font-size: 22px;
        text-align: center;
        margin-top: 10px;
    }
    .formTexts p {
        font-size: 14px;
        padding: 20px 0;
        font-family: 'Poppins', sans-serif;
    }
    .formTexts ul li {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
    }
    .formTexts ul {
        padding-left: 15px;
    }
    .headingOverlay h2 {
        font-size: 18px;
    }
    .headingOverlay p {
        text-align: center;
        font-size: 16px;
        color: rgba(194, 115, 3, 0.92);
    }

    
    .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;
    }
}