* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* navbar */
.navbar {
    margin-bottom: -90px;
}

.navbar .navbar-brand img {
    width: 50px;
    height: 50px;
}

.navbar .navbar-nav.navbar-nav-first .nav-item .nav-link {
    color: black;
    font-weight: bold;
}

.navbar .navbar-nav.navbar-nav-second .nav-item .nav-link {
    color: black;
}

.nav-sticky {
    width: 100%;
    position: fixed;
    z-index: 9999;
    background: white;
}

/* hero-banner */
.hero-banner {
    height: 600px;
    background: linear-gradient(90deg, white, white, transparent, transparent), url("./image/banner.jpg");
    background-size: 100% 100%;
}

.hero-banner .hero-banner-content h1 {
    font-weight: bold;
    font-size: 65px;
}

@media screen and (max-width:600px) {
    .hero-banner .hero-banner-content h1 {
        font-size:32px;
    }
    .hero-banner .hero-banner-content p {
        font-size:13px;
    }
}

/* card-section */
.card-section {
    padding-block: 70px;
    background: linear-gradient(rgba(134, 133, 133, 0.603), rgba(134, 133, 133, 0.603)), url("https://img.freepik.com/free-photo/top-view-desk-with-black-friday-gifts_23-2148288216.jpg?t=st=1763619463~exp=1763623063~hmac=5c6c82246a1384df578e2c94fb5f03ceade036a3ebbe2b96360758855ee3e05a&w=1060");
    background-size: 100% 100%;
    background-attachment:fixed;
}

.card-section .card {
    height: 400px;
    padding: 20px;
}

.card-section .card.card-item1{
    border: none;
    background: linear-gradient(transparent, transparent, black), url("image/cardimg1.jpeg");
    background-size: 100% 100%;
}

.card-section .card.card-item2 {
    border: none;
    background: linear-gradient(transparent, transparent, black), url("image/cardimg2.jpg");
    background-size:100% 100%;
}

.card-section .card.card-item3 {
    border: none;
    background: linear-gradient(transparent, transparent, black), url("image/cardimg3.png");
    background-size: 100% 100%;
}

.card-section .card.card-item4{
    border: none;
    background: linear-gradient(transparent, transparent, black), url("image/cardimg4.jpg");
    background-size: 100% 100%;
}

.card-section .card .card-content {
    align-content: end;
    color: white;
}


/* Partnerships-section */
.Partnerships {
    background-color: rgb(229 220 220 / 45%);
    padding-block: 70px;
}

.Partnerships .brand-slider {
    height: 400px;
    display: flex;
    /* justify-content: space-between; */
    place-content: center;
    overflow: hidden;
}
.Partnerships .brand-slider .brand-img img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin-inline: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width:500px) {
    .Partnerships .brand-slider .brand-img img {
        width: 60px;
        height: 60px;
    }
}

/* slider */
.slider-section {
    /* overflow: hidden; */
    padding-block: 70px;
}

.slider-section .slider {
    position: relative;
    margin-top: 50px;
}

.slider-section .arrow {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.514);
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slider-section .fa-arrow-left {
    left: 0;
}

.slider-section .fa-arrow-right {
    right: 0;
}

.slider-section .slider-list{
    display: grid;
    gap: 30px;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 2) - 5px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: 0;
    cursor: pointer;

}
@media screen and (max-width:600px){
    .slider-section .slider-list {
        scroll-padding-left:10px;
       grid-auto-columns:100%;
    }
}

.slider-list::-webkit-scrollbar {
    display: none;
}

.slider-section .slider-list.cursor {
    cursor: grab;
    scroll-behavior: auto;
    scroll-snap-type: none;
}

.slider-section .slider-list.no-transition {
    scroll-behavior: auto;
}
.slider-section .slider-list .slider-items {
    border-radius:10px;
    scroll-snap-align: start;
}

.slider-section .slider-list .slider-items .slider-items-content {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.slider-items1{ background-image: url("image/slider-img1.jpg");background-size:100% 100%; }
.slider-items2{ background-image: url("image/slider-img2.jpg");background-size:100% 100%; }
.slider-items3{ background-image: url("image/slider-img3.jpg");background-size:100% 100%; }
.slider-items4{ background-image: url("image/slider-img4.avif");background-size:100% 100%; }
.slider-items5{ background-image: url("image/slider-img5.jpg");background-size:100% 100%; }
.slider-items6{ background-image: url("image/slider-img6.avif");background-size:100% 100%; }


.slider-section .slider-list .slider-items .slider-items-content i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 30px;
    border: 2px solid;
    border-radius: 50%;
    cursor: pointer;
}

/* footer */
.footer {
    border-top: 1px solid rgb(182, 181, 181);
    padding-block: 30px;
    background: white;
}

.footer .footer-section-first {
    padding-bottom: 50px;
    border-bottom: 1px solid rgb(182, 181, 181);
}

.footer .footer-section-first .footer-logo img {
    width: 70px;
    height: 70px;
}

.footer .footer-section-first .footer-items {
    list-style: none;
    padding: 0;
    line-height: 40px;
}

.footer .footer-section-first .icons-content i {
    color: rgba(0, 128, 0, 0.692);
}

.footer .footer-section-first .footer-items a {
    text-decoration: none;
    color: rgb(61, 61, 61);
}

.footer .footer-section-first .last-img img {
    width: 50px;
    height: 50px;
}

.footer .footer-section-second {
    padding-top: 20px;
}

.footer .footer-section-first .last-icon i {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    color: rgb(34, 4, 4);
    background: rgba(0, 128, 0, 0.37);
}