@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 (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;
    }
}
@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;
    }
}
@media (max-width:600px) {
    .navBarList a {
        font-size: 14px;
    }
    .inputOfNavbar {
        padding: 8px;
        font-size: 14px;
    }
    .headingSlider {
        width: 100%;
        padding-bottom: 5vh;
    }
    .headingSlider h2 {
        font-size: 28px;
        padding-top: 50px;
    }
    .headingSlider h3 {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .headingSlider p {
        font-size: 14px;
    }
    .part1 h2 {
        font-size: 20px;
    }
    .footerHeading {
        font-size: 14px;
        line-height: 1.5;
        width: 40%;
        text-align: center;
    }
    .footerContent .container1 {
        height: 100%;
        display: block;
        width: 100%;
    }
    .backFooter {
        height: auto;
    }
    footer {
        top: 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;
    }
    .swiper-slide {
        display: block;
    }
    .part1, .part2 {
        width: 100%;
    }
    .part1 {
        text-align: center;
        border-radius: 20px 20px 0 0;
    }
    .part2 {
        border-radius: 0 0 20px 20px;
        text-align: center;
    }
    .part2 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .part2 li {
        width: 50%;
    }
    .swiper-button-prev, .swiper-button-next {
        position: absolute;
        top: 30px;
        padding-bottom: 50px;
    }
    .swiper-button-prev {
        left: 30%;
    }
    .swiper-button-next {
        right: 30%;
    }
    .swiper-slide {
        margin-top: 30px;
        width: 100%;
    }
    .swiper-wrapper {
        box-sizing: border-box;
        width: 100%;
        position: absolute;
        left: 5.5%;
    }
    .sliderContent {
        padding-bottom: 50px;
    }
    .part2 li{
        list-style-type: none;
    }
    .backSlider {
        height: auto;
    }
}