body {
    color: #3f3f3f;
    font-family: "Poppins";
}
.hidden {
    display: none;
}

.main-container .social-icons {
    display: flex;
}

.main-container .social-icon {
    max-width: 1.5rem;
    max-height: 1.5rem;
}

.main-container {
    position: relative;
    padding-right: 1rem;
}

    .main-container.text {
        margin-top: 1rem;
    }


    .main-containerr .social-icons {
        display: flex;
    }

    .main-containerr .social-icon {
        max-width: 1.5rem;
        max-height: 1.5rem;
    }

.main-containerr {
    position: relative;
    padding-right: 1rem;
}

    .main-container .text {
        margin-top: 1rem;
    }

/* Mobile and Tablet */
@media only screen and (max-width: 992px) {
    .hiddenMobile {
        display: none;
    }
    .imgBanner {
        width: 100%;
    }
    .main-container {
      
        padding-left: 1rem;
    }

        .main-container .social-icons {
            justify-content: space-evenly;
            margin-bottom: 1rem;
        }

        .main-container .title {
            font-family: "Poppins-Bold";
            font-size: 2.5rem;
            line-height: 3rem;
        }



    .main-containerr {
      
        padding-left: 1rem;
    }

        .main-containerr .social-icons {
            justify-content: space-evenly;
            margin-bottom: 1rem;
        }

        .main-containerr .title {
            font-family: "Poppins-Bold";
            font-size: 2.5rem;
            line-height: 3rem;
        }

    footer {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

        footer .footer-icon {
            width: 5em;
            margin-top: 1rem;
        }
}

/* Desktop Only */
@media only screen and (min-width: 992px) {
    .hiddenDesktop {
        display: none;
    }
    .imgBanner{
        width:auto;
    }
    .main-container {
        padding-left: 4rem;
        margin-bottom: -200px;
    }

        .main-container .social-icons {
            flex-direction: column;
            align-items: center;
        }

        .main-container .social-icon {
            margin-bottom: 2rem;
        }

        .main-container .title {
            font-family: "Poppins-Bold";
            font-size: 4rem;
            line-height: 6.5rem;
            white-space: nowrap;
        }

        .main-container .text {
            max-width: 50vw;
        }




    .main-containerr {
        padding-top: 14rem;
        padding-left: 4rem;
        min-height: 80vh;
     
    }

        .main-containerr .social-icons {
            flex-direction: column;
            align-items: center;
        }

        .main-containerr .social-icon {
            margin-bottom: 2rem;
        }

        .main-containerr .title {
            font-family: "Poppins-Bold";
            font-size: 6rem;
            line-height: 6.5rem;
            white-space: nowrap;
        }

        .main-containerr .text {
            max-width: 50vw;
        }
    footer {
        height: 200px;
        position: fixed;
        right: 0px;
        bottom: 0px;
    }

        footer .footer-icon {
            max-height: 200px;
            max-width: 20vw;
        }
}
