* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.space{
    flex: 1;
}

.title {
    background-image: url(images/image.jpg);
    width: 200vh;
    background-size:contain;
    background-position-x:center;
    min-height: 600px;
    background-repeat: no-repeat;
}

header {
    background-color: rgba(228, 226, 226, 0.521);
    height: 27.5vh;
    background-size: cover;
    background-position: center;
    position: relative;
    /* height: 90%; */
}

.main1 {
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
    padding: 12px 60px;
    height: 38px;
    font-weight: 500;
}

.main1 ul {
    list-style: none;
    display: flex;
    gap: 2px;
    color: black;
}

.main1 ul li {
    position: relative;
}

.main1 ul li a {
    text-decoration: none;
    color: black;
    padding: 0 6px;
}

.main1 ul li a:hover {
    color: black;
}

.main2 {
    background-color: white;
    padding: 0 30px;
}

.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 62px;
}

.logo img {
    margin-left: 18px;
    width: 58px;
    height: 22px;
}

.links {
    display: flex;
    gap: 2px;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.links li a {
    text-decoration: none;
    color: black;
    padding: 6px 12px;
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 4px;
}

.links li a:hover,
.links li.active a {
    text-decoration: underline;
    text-underline-offset: 6px;
    color: black;
}

.searchbar {
    width: 160px;
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: rgba(228, 226, 226, 0.521);
    padding: 5px 10px;
    border-radius: 20px;
}

.searchbar input[type="text"] {
    width: 100px;
    border: none;
    outline: none;
    background: transparent;
    padding: 5px;
}

.searchbar i {
    color: black;
}

.icons {
    display: flex;
    align-items: center;
    gap: 9px;
    color: black;
    font-size: 20px;
    margin-right: 100px;
}

.icons:hover{
    background-color: rgba(228, 226, 226, 0.639);
    border-radius: 20px;
}

.jordan img {
    float: left;
    width: 26px;
    height: 25px;
    margin-top: 6px;
    margin-left: 45px;
}

.move {
    display: flex;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 25px;
}

.move li a {
    text-decoration: none;
    color: black;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.content{
    text-align: center;
    margin-top: 40px;
}

.content h1{
    font-weight: 900;
    font-size: 70px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.content .button {
    position: absolute;
    margin-top: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: block;
}

.content .button .btn{
    color: white;
    border-radius: 15px;
    border: 2px solid black;
    background-color: black;
    text-decoration: none;
    padding: 5px 12px;
}

.featured{
    margin-top: 150px;
    margin-left: 100px;
}

.featured .ft{
    margin-top: 30px;
    background-image: url(images/ft.jpg);
    width: 170vh;
    background-size:contain;
    background-position-x:center;
    min-height: 600px;
    background-repeat: no-repeat;
    position: relative;
}

.latest{
    margin-top: 50px;
    margin-left: 70px;
}

.latest .lt{
    margin-top: 30px;
    background-image: url(images/lt.jpg);
    width: 182vh;
    background-size:contain;
    background-position-x:center;
    min-height: 600px;
    background-repeat: no-repeat;
    position: relative;
}

.sp{
    margin-top: 120px;
    margin-left: 60px;
}

.sp .shop{
    margin-top: 30px;
    background-image: url(images/shop.jpg);
    width: 180vh;
    background-size:contain;
    background-position-x:center;
    min-height: 350px;
    background-repeat: no-repeat;
    position: relative;
}

.spi{
    margin-top: 120px;
    margin-left: 100px;
}

.spi .spicons{
    margin-top: 30px;
    background-image: url(images/spicons.jpg);
    width: 170vh;
    background-size:contain;
    background-position-x:center;
    min-height: 350px;
    background-repeat: no-repeat;
    position: relative;
}

.miss{
    margin-top: 80px;
    margin-left: 70px;
}

.vid {
    margin-top: 10px;
    width: 180vh;
    min-height: 600px;
    object-fit: contain;
}

.footer-divider {
    border: none;
    height: 1.5px;
    background-color: #b4b4b4cc; 
    margin-top: 80px;
    margin-left: 65px;
    width: 90%;
}

footer {
    opacity: 70%;
    margin-top: 50px;
    background-color:white;
    padding: 20px;
    color: #000;
    margin-left: 25px;
    display: flex;
    font-size: 13px;
}

footer nav {
    margin-right: 170px;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

footer li.heading {
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}

footer .heading{
    font-weight: 600;
    margin-bottom: 20px;
}
  
footer ul li{
    padding: 8px;
    color:gray;
    list-style: none;
}

.server {
    margin-left: auto;
    margin-right: 35px;
    display: flex;
}


.main3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px; 
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}


.main3 .carousel {
    width: 100%;
    max-width: 900px; 
}

.main3 .carousel-inner {
    text-align: center;
}

.main3 .carousel-item p {
    margin: 0 auto;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.main3 .carousel-item:nth-child(3) p {
    font-size: 14px; 
}

.main3 .carousel-item p span {
    font-size: 10px;
    display: block;
    margin-top: 2px;
}
