/* styles.css */

.main {
    background: url('../img/sameer/suit_wide_bgChangeCmprssd.png') no-repeat;

    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}

#page-title {
    display: inline-block;
    font-family: 'Press Start 2P', cursive;
    font-size: 50px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    #page-title {
        padding-top: 100px;
        padding-bottom: 10px;
        font-size: 25px;
    }
}

.carousel-control-prev,
.carousel-control-next {
    background-color: white;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-top: 150px;
}

.carousel-control-prev {
    margin-left: 35px;
}
.carousel-control-next {
    margin-right: 35px;
}

.social-icon {
    width: 22px;
    margin-right: 0.75rem;
    margin-left: 0.75rem;
}

.icon:hover {
    transform: scale(1.2);
}