@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}


.navbar {
    display: flex;
    align-items: center;
    position: relative;
    background-color: black;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 111px;
}

.icons {
    margin-left: 220px;
}

.icons img {
    height: 27px;
    margin: 30px 5px;

}

.title {
    /* text-align: center; */
    font-size: 3.8rem;
    font-family: 'Poppins', sans-serif;

    color: white;
    margin: auto;
}

.search {
    color: white;
    margin-right: 160px;
}

.navbar ol {
    display: flex;
    margin-right: 220px;

}

.navbar ol li {
    list-style: none;

}

.navbar ol #search {
    font-size: 18px;
    margin-top: 14px;
    color: white;


}

.navbar ol #icon img {
    height: 50px;
}

.secondNavbar {
    border-top: 1px solid rgb(33, 33, 33);
    background-color: black;


    height: 40px;

}

.secondNavbar .nav {
    position: relative;

}

.secondNavbar .nav ul {
    font-family: 'Poppins', sans-serif;
    text-align: center;


}

.secondNavbar .nav ul li {

    list-style: none;
    display: inline-block;
    font-size: 18px;
    margin: 10px;
    font-weight: bold;


}

.secondNavbar .nav ul li a {
    display: block;
    color: rgb(151, 151, 151);
    padding: 3px 23px;
    border-radius: 20px;
    text-decoration: none;

}

body {
    background-color: #ccc;
}

.solution {

    padding-left: 20px;
    padding-right: 20px;

    width: 80%;
    margin: auto;
    margin-top: 20px;

    background-color: white;
}

.solution p {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 22px;
}

.solution h1 {
    font-size: 50px;
}

.solution h2 {
    font-size: 36px;
}

.solution h3 {
    font-size: 27px;
}
.solution h4 {
    font-size: 24px;
}

.solution img {
    display: flex;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;


}

.solution #container {
    display: flex;
}

.adContainer {
    height: 200px;
    width: 100%;
    background-color: grey;
    /* margin: 20px; */
    margin-top: 20px;
    margin-bottom: 20px;
}

.solution #image .adContainer {
    height: 200px;
    width: 100%;
    background-color: grey;
    margin-bottom: 20px;

    /* margin-right: 44px; */
}

.solution #container1 {
    display: flex;
}


.solution #container1 #image {
    height: 400px;
    width: 1500px;
    margin-top: 29px;
    margin-bottom: 30px;
    margin-right: 44px;
}

.solution #container1 #image img {
    height: 100%;
    width: 100%;
    margin-top: 29px;
    margin-right: 44px;
    object-fit: cover;
}

.solution #image {
    display: flex;
    height: 300px;
    width: 500px;
    margin-top: 29px;
    margin-right: 44px;

    justify-content: center;
}

.solution #container #image img {
    width: 100%;
    object-fit: cover;
}

.solution #heading {
    max-width: 900px;
    margin-left: 60px;
    margin-top: 25px;
    margin-right: 25px;
    font-weight: bold;
    font-size: 50px;
}

.solution #heading #text #title {
    margin-top: 30px;
    font-weight: bold;
    font-size: 30px;
}

.solution #heading #text #Text {
    font-size: 20px;
    margin-top: 50px;
    font-weight: normal;
}

/* Floating menu styles */
.category {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.category:hover .dropdown-content {
    display: block;
}

/* Side menu styles */
.side-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background-color: #f9f9f9;
    transition: left 0.3s ease;
}

.side-menu.open {
    left: 0;
}

.side-menu ul {
    list-style: none;
    padding: 0;
}

.side-menu li {
    padding: 12px 16px;
    border-bottom: 1px solid #ccc;

}

.side-menu li a {
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-family: "Poppins";
    font-weight: bold;
}

.about-us {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.about-us h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
}

.about-us p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.about-us .website-name {
    font-weight: bold;
}

.mobile_images {
    display: none;
}

.SquareAds {
    display: flex;
    justify-content: center;
}

@media (max-width: 1390px) {
    .solution #container2 #image {
        height: 400px;
        width: 1517px;
        margin-top: 60px;
        margin-right: 44px;
        overflow: hidden;
    }
}

@media (max-width: 1186px) {

    .solution #heading #text #Text {
        font-size: 18px;
        margin-top: 50px;
        font-weight: normal;
    }

    .solution #heading {

        margin-left: 60px;
        margin-top: 25px;
        margin-right: 40px;
        font-weight: bold;
        font-size: 45px;
    }

    .solution #image {
        height: 300px;
        width: 1000px;
        margin-top: 29px;
        margin-right: 44px;
        overflow: hidden;

    }

    .solution #container2 #image {
        height: 400px;
        width: 1517px;
        margin-top: 60px;
        margin-right: 44px;
        overflow: hidden;
    }

}

@media (max-width: 950px) {
    .solution #image {
        display: none;

    }

    .mobile_images {
        display: flex;
        height: 300px;
        width: 500px;
        margin-top: 29px;
        margin-right: 44px;
        margin-left: 60px;
        justify-content: center;
    }

    .mobile_images img {
        width: 100%;
        object-fit: cover;
    }
}

@media (max-width: 720px) {}

@media (max-width: 550px) {}

@media (max-width: 450px) {
    .solution #heading #text #Text {
        font-size: 18px;
        margin-top: 50px;
        font-weight: normal;
    }

    .solution #heading #text #title {
        margin-top: 30px;
        font-weight: bold;
        font-size: 25px;
    }


    .solution #heading {

        margin-left: 18px;
        margin-top: 25px;
        margin-right: 18px;
        font-weight: bold;
        font-size: 35px;
    }
}










@media(min-width:1001px) and (max-width:1200px) {}

.icons {
    margin-left: 130px;

}

.navbar ol {

    margin-right: 130px;


}

@media(min-width:900px) and (max-width:1000px) {


    .icons {
        margin-left: 75px;

    }

    .navbar ol {

        margin-right: 75px;

    }


}

@media(min-width:801px) and (max-width:899px) {


    .icons {
        margin-left: 35px;

    }

    .navbar ol {

        margin-right: 35px;

    }

    .mobile_images {
        display: flex;
        height: 300px;
        width: 500px;
        margin-top: 29px;
        margin-right: 44px;
        margin-left: 60px;
        justify-content: center;
    }

    .mobile_images img {
        width: 100%;
        object-fit: cover;
    }


}

@media(min-width:701px) and (max-width:800px) {


    .icons img {

        margin: 10px 5px;

    }

    .icons {
        margin-left: 35px;

    }

    .navbar ol {

        margin-right: 35px;

    }

    .title {
        /* text-align: center; */
        font-size: 2.8rem;

    }

    .display .box .box3 {
        display: none;
    }

    .navbar ol #search {
        display: none;
    }

    .icons #firstIcon {
        content: url('images/hamburger.png');

    }

    .icons #secondIcon {
        display: none;
    }

    .icons #thirdIcon {
        display: none;
    }

    .secondNavbar {
        display: none;

    }

    .mobile_images {
        display: flex;
        height: 300px;
        width: 400px;
        margin-top: 29px;
        margin-right: 44px;
        margin-left: 60px;
        justify-content: center;
    }

    .mobile_images img {
        width: 100%;
        object-fit: cover;
    }
}

@media(min-width:600px) and (max-width:701px) {


    .icons img {

        margin: 10px 5px;

    }

    .icons {
        margin-left: 35px;

    }

    .icons #firstIcon {
        content: url('images/hamburger.png');

    }

    .secondNavbar {
        display: none;

    }

    .icons #secondIcon {
        display: none;
    }

    .icons #thirdIcon {
        display: none;
    }

    .navbar ol {

        margin-right: 35px;

    }

    .title {
        /* text-align: center; */
        font-size: 2.8rem;

    }

    .display .box .box3 {
        display: none;
    }

    .navbar ol #search {
        display: none;
    }

    .mobile_images {
        display: flex;
        height: 300px;
        width: 400px;
        margin-top: 29px;
        margin-right: 44px;
        margin-left: 60px;
        justify-content: center;
    }

    .mobile_images img {
        width: 100%;
        object-fit: cover;
    }
}

@media(min-width:500px) and (max-width:599px) {


    .icons img {

        margin: 10px 5px;

    }

    .icons {
        margin-left: 35px;

    }

    .icons #firstIcon {
        content: url('images/hamburger.png');

    }

    .secondNavbar {
        display: none;

    }

    .icons #secondIcon {
        display: none;
    }

    .icons #thirdIcon {
        display: none;
    }

    .navbar ol {

        margin-right: 35px;

    }

    .mobile_images {
        display: flex;
        height: 250px;
        width: 300px;
        margin-top: 29px;
        margin-right: 44px;
        margin-left: 60px;
        justify-content: center;
    }

    .mobile_images img {
        width: 100%;
        object-fit: cover;
    }

    .title {
        /* text-align: center; */
        font-size: 2.1rem;

    }

    .display .box .box3 {
        display: none;
    }

    .navbar ol #search {
        display: none;
    }

}

@media(min-width:400px) and (max-width:499px) {


    .icons img {

        margin: 1px 5px;

    }

    .icons {
        margin-left: 35px;

    }

    .icons #firstIcon {
        content: url('images/hamburger.png');

    }

    .secondNavbar {
        display: none;

    }

    .icons #secondIcon {
        display: none;
    }

    .icons #thirdIcon {
        display: none;
    }

    .navbar ol {

        margin-right: 35px;

    }

    .title {
        /* text-align: center; */
        font-size: 2.1rem;

    }

    .display .box .box3 {
        display: none;
    }

    .navbar ol #search {
        display: none;
    }

    .mobile_images {
        display: flex;
        height: 200px;
        width: 200px;
        margin-top: 29px;
        margin-right: 44px;
        margin-left: 10px;
        justify-content: center;
    }

    .mobile_images img {
        width: 100%;
        object-fit: cover;
    }

    .solution h1 {
        font-size: 44px;
    }

    .solution h2 {
        font-size: 30px;
    }

    .solution h3 {
        font-size: 17px;
    }

    .solution p {
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 24px;
    }

}

@media(min-width:300px) and (max-width:399px) {




    .icons img {

        margin: 1px 5px;

    }

    .navbar {
        height: 70px;
    }

    .icons {

        margin-left: 20px;

    }

    .icons #firstIcon {
        content: url('images/hamburger.png');

    }

    .secondNavbar {
        display: none;

    }

    .icons #secondIcon {
        display: none;
    }

    .icons #thirdIcon {
        display: none;
    }

    .navbar ol {

        margin-right: 35px;

    }

    .title {
        /* text-align: center; */
        /* margin-top: 15px; */
        font-size: 1.8rem;


    }



    .navbar ol #search {
        display: none;
    }

    .mobile_images {
        display: flex;
        height: 150px;
        width: 200px;
        margin-top: 29px;
        /* margin-right: 44px; */
        margin-left: auto;
        justify-content: center;
    }

    .mobile_images img {
        width: 100%;
        object-fit: cover;
    }

    .solution h1 {
        font-size: 36px;
    }

    .solution h2 {
        font-size: 26px;
    }

    .solution h3 {
        font-size: 17px;
    }

    .solution p {
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 20px;
    }


}

@media(min-width:200px) and (max-width:300px) {




    .icons img {

        margin: 1px 5px;

    }

    .navbar {
        height: 50px;
    }

    .icons {

        margin-left: 20px;

    }

    .icons #firstIcon {
        content: url('images/hamburger.png');

    }

    .secondNavbar {
        display: none;

    }

    .icons #secondIcon {
        display: none;
    }

    .icons #thirdIcon {
        display: none;
    }

    .title {
        /* text-align: center; */
        /* margin-top: 15px; */
        font-size: 1.2rem;


    }



    .navbar ol #search {
        display: none;
    }

    .navbar ol #icon {
        display: none;
    }

    .mobile_images {
        display: flex;
        height: 150px;
        width: 200px;
        margin-top: 29px;
        /* margin-right: 44px; */
        margin-left: 10px;
        justify-content: center;
    }

    .mobile_images img {
        width: 100%;
        object-fit: cover;
    }

    .solution #heading {
        max-width: 900px;
        margin-left: 5px;
        margin-top: 25px;
        margin-right: 5px;
        font-weight: bold;
        font-size: 25px;
    }

    .solution #heading #text #title {
        margin-top: 30px;
        font-weight: bold;
        font-size: 15px;
    }

    .solution #heading #text #Text {
        font-size: 15px;
        margin-top: 50px;
        font-weight: normal;
    }

    .solution h1 {
        font-size: 30px;
    }

    .solution h2 {
        font-size: 22px;
    }

    .solution h3 {
        font-size: 17px;
    }

    .solution p {
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 18px;
    }


}

@media(min-width:100px) and (max-width:200px) {




    .icons img {

        margin: 1px 5px;

    }

    .navbar {
        height: 50px;
    }

    .icons {

        margin-left: 20px;

    }

    .icons #firstIcon {
        content: url('images/hamburger.png');
        width: 10px;
        height: 10px;

    }

    .secondNavbar {
        display: none;

    }

    .icons #secondIcon {
        display: none;
    }

    .icons #thirdIcon {
        display: none;
    }

    .title {
        /* text-align: center; */
        /* margin-top: 15px; */
        font-size: 0.8rem;


    }



    .navbar ol #search {
        display: none;
    }

    .navbar ol #icon {
        display: none;
    }

    .mobile_images {
        display: flex;
        height: 100px;
        width: 100px;
        margin-top: 29px;
        /* margin-right: 44px; */
        margin-left: 10px;
        justify-content: center;
    }

    .mobile_images img {
        width: 100%;
        object-fit: cover;
    }

    .solution #heading {
        max-width: 900px;
        margin-left: 5px;
        margin-top: 25px;
        margin-right: 5px;
        font-weight: bold;
        font-size: 12.5px;
    }

    .solution #heading #text #title {
        margin-top: 30px;
        font-weight: bold;
        font-size: 7.5px;
    }

    .solution #heading #text #Text {
        font-size: 5px;
        margin-top: 50px;
        font-weight: normal;
    }


}

@media(min-width:0px) and (max-width:100px) {




    .icons img {

        margin: 1px 5px;

    }

    .navbar {
        height: 30px;
    }

    .icons {

        margin-left: 20px;

    }

    .icons #firstIcon {
        content: url('images/hamburger.png');
        height: 10px;
        width: 10px;

    }

    .secondNavbar {
        display: none;

    }

    .icons #secondIcon {
        display: none;
    }

    .icons #thirdIcon {
        display: none;
    }

    .title {
        /* text-align: center; */
        /* margin-top: 15px; */
        font-size: 0.3rem;


    }



    .navbar ol #search {
        display: none;
    }

    .navbar ol #icon {
        display: none;
    }

    .mobile_images {
        display: flex;
        height: 50px;
        width: 50px;
        margin-top: 29px;
        /* margin-right: 44px; */
        margin-left: 10px;
        justify-content: center;
    }

    .mobile_images img {
        width: 100%;
        object-fit: cover;
    }

    .solution #heading {
        max-width: 900px;
        margin-left: 5px;
        margin-top: 25px;
        margin-right: 5px;
        font-weight: bold;
        font-size: 12.5px;
    }

    .solution #heading #text #title {
        margin-top: 30px;
        font-weight: bold;
        font-size: 7.5px;
    }

    .solution #heading #text #Text {
        font-size: 5px;
        margin-top: 50px;
        font-weight: normal;
    }


}
.footer {
    padding: 20px;
    background-color: rgb(0, 0, 0);
    color: white;
    height: 150px;
    font-size: 100px;
    text-align: center;
}
.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.disclaimer,
.copyright {
    text-align: center;
    margin-top: 20px;
}

.disclaimer p,
.copyright p {
    font-size: 14px;
    color: #888;
}