/* Basic body styles */
body {
    font-family: jaro, sans-serif;
    line-height: 1.6;
    background-color: #101014;
}

/* Reset styles using the universal selector */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.hero::after,
.sliderSection::after,
.ourProduts::after,
.team::after,
.contactus::after,
.footer::after,
.site-footer::after {
    content: "";
    position: absolute;
    background-color: white;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/* navigation */
.login,
.signup {
    width: 80px;
    background-color: #353539;
    color: white;
}

/* Hero */
.hero {
    position: relative;
    padding-bottom: 20px;
}

.hero p,
.ourProduts p,
.rightside p {
    font-size: 1.8rem;
}

/* Slider */
.sliderSection {
    position: relative;
}

.slider {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.slider-wrapper {
    overflow: hidden;
    max-height: 500px;
}

.slider-container {
    transition: transform 0.5s ease-in-out;
    gap: 20px;
    margin-bottom: 40px;
}

.slidphoto {
    max-width: calc(33.33% - 20px);
    flex-shrink: 0;
    padding: 5px;
}

.sliderSection button {
    background-color: transparent;
    color: white;
}

.arrow {
    width: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 3px white solid;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    padding: 10px;
    border-radius: 50%;
}

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
}

/* Our Products */
.ourProduts {
    position: relative;
}

.ourProduts img,
.ourProduts .text-end {
    width: 40%;
}

.seeMore {
    font-size: 22px;
    background: #6C6C70;
    border: none;
    margin-bottom: 35px;
}

.seeMore:hover {
    background: #5a5a5f;
}

/* Our Team */
.team {
    position: relative;
}

.team .card img {
    width: 150px;
    height: 150px;
    margin: 25px;
    border-radius: 50%;
    object-fit: cover;
}

/* ContactUs */
.contactus {
    position: relative;
}

.Wrpaper {
    display: flex;
    flex-wrap: wrap;
}

.social-media-info,
.contactus .format {
    width: 100%;
}

.social-media-info {
    max-width: 400px;
}

.social-media-item {
    font-size: 28px;
}

.social-media-item:hover {
    opacity: 0.8;
}

.format input,
#message {
    background-color: transparent;
    border: 3px #fff solid;
    border-radius: 10px;
}

#message:focus {
    background-color: #fff;
}

.format button {
    align-items: center;
}

.face {
    background-color: #1877F2;
}

.instagram {
    background-color: #E4405F;
}

.twitch {
    background-color: #6441A4;
}

.youtube {
    background-color: #FF0000;
}

.github {
    background-color: #181717;
}

.face,
.github,
.instagram,
.twitch,
.youtube {
    cursor: pointer;
    width: 100%;
    padding: 10px;
    border-radius: 15px;
}

.face i,
.github i,
.instagram i,
.twitch i,
.youtube i {
    color: white;
}


/*Footer */
.site-footer {
    padding: 20px 0;
    color: white;
    position: relative;
}

.site-footer h3 {
    color: white;
}

.leftside {
    padding: 8% 0 0 0;
}

.site-footer a {
    color: white;
    text-decoration: none;
}

.site-footer a:hover {
    color: #ccc;
}

.copyright-text {
    margin-top: 20px;
    color: white;
}

/* Layout for Large Screens */
@media (min-width: 769px) {
    .navbar-nav {
        margin-left: auto;
    }

    .navbar-collapse {
        display: flex;
        justify-content: flex-end;
    }

    .navbar-toggler {
        display: none;
    }

    .para p,
    .para .btn {
        justify-content: flex-start;

    }

    .site-footer .row {
        display: flex;
        justify-content: space-between;
        gap: 4%;
    }

    .rightside,
    .leftside {
        width: 48%;
    }

    .rightside p {
        padding: 5% 10% 5% 0;
    }

    .leftside .row {
        display: flex;
        justify-content: space-between;
    }

    .leftside .col-md-4 {
        width: 47%;
    }

    .footer-links {
        margin-bottom: 20px;
    }
}

/* Responsive Styling for Small Screens */
@media (max-width: 768px) {

    .hero .container {
        flex-direction: column-reverse;
    }

    .hero .container p {
        text-align: center;
        margin: 20px 0;
    }

    .ourProduts img {
        width: 90%;
    }

    .ourProduts .text-end p {
        width: 100%;
        text-align: center;
    }

    .text-end button {
        display: flex;
        align-items: center;
    }

    .see {
        margin-bottom: 35px;
    }

    .hero .container .discover {
        width: 27%;
        margin: 25px auto;
    }

    .arrow {
        width: 30px;
        font-size: 12px;
        padding: 3px
    }

    .Wrpaper {
        flex-direction: column-reverse;
    }

    .contactus .format,
    .social-media-info {
        width: 100%;
    }

    .submit {
        width: 14%;
        margin: auto;
    }

    .site-footer {
        flex-direction: column-reverse;
    }

    .leftside p {
        margin-top: 35px;
    }

    .rightside,
    .leftside {
        width: 100%;
        text-align: center;
    }

    .rightside p {
        padding: 20px;
        font-size: 1rem;
    }

    .leftside .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .leftside .col-md-4 {
        flex: 0 0 45%;
        margin-bottom: 20px;
    }
}

/* Responsive Styling for Smaller Screens */
@media (max-width: 550px) {
    #ourproducts .d-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #ourproducts img {
        width: 100%;
        margin-bottom: 20px;
    }

    #ourproducts .text-end {
        width: 100%;
        margin-bottom: 20px;
    }

    #ourproducts .btn {
        width: auto;
        margin: 0 auto;
    }

    #ourproducts .container:nth-child(2) .d-flex {
        flex-direction: column-reverse;
    }

    .site-footer h3 {
        font-size: 18px;
    }

    .site-footer a {
        font-size: 14px;
    }
}