@import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');
*{
    margin: 0;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
.wrapper{
    height: 100vh;
    width: 100vw;
    font-family: 'Kanit', sans-serif;
}
.top-deal{
    height: 90vh;
    width: 100vw;
    overflow: hidden;
}
.my-img {
    position: absolute;
    top: 0;
    height: 100vh;
    object-fit:cover;
    background-repeat: no-repeat;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -99;
}
.navbar{
    top: 0;
    height: 12vh;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 99;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.2em;
}
.navbar > a{
    position: relative;
    text-decoration: none;
    color: white;
    overflow: hidden;
    transition: all 0.5s;
}
.navbar > a::before{
    content: '';
    position: absolute;
    top: -4%;
    left: 0;
    transform: translateX(-100%);
    height: 100%;
    width: 100%;
    border-bottom: 2px solid white;
    transition: all 0.5s;
}
.navbar > a:hover::before{
    transform: translateX(0);
}
.navbar > button{
    position: relative;
    background-color: transparent;
    font-family: 'Kanit', sans-serif;
    color: white;
    height: 6vh;
    width: 8vw;
    border: 1px solid #101b75;
    border-radius: 0px;
    font-size: 0.8em;
    overflow: hidden;
}
.navbar > button::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(calc(-100% - 10px));
    background-color: #101b75;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all 0.8s;
}
.navbar > button:hover::before{
   transform: translateX(0);
}
.header{
    position: relative;
    top: 10vh;
    font-weight: 800;
    left: 10vw;
    height: 45vh;
    width: 30vw;
    color: white;
    overflow: hidden;
}
.red-txt{
    color: red;
}
.header > p:nth-child(1){
    font-size: 2em;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
}
.header > p:nth-child(2){
    font-size: 5em;
    color: white;
    text-transform: uppercase;
    margin-top: -6%;
}
.header > p:nth-child(3){
    font-size: 5em;
    color: white;
    text-transform: uppercase;
    margin-top: -9%;
}
.explore{
    position: relative;
    top: 20vh;
    left: 10vw;
    height: 7vh;
    width: 10vw;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    background-color: white;
    font-size: 1em;
    color: #101b75;
    cursor: pointer;
}
.img-jordan{
    position: relative;
    top: -95vh;
    left: 40%;
    transform: rotateZ(-40deg);
    z-index: -1;
    
}
.img-jordan > img{
    position: relative;
    top: 0;
    left: 0;
    height: 90vh;
    aspect-ratio: 1/1;
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,1));
}
.deals{
    margin-top: 5%;
    height: calc(100vh + 40%);
    width: 100vw;
    background-image: linear-gradient(to top right, #448de7 45%, #6c05d8 60%);
    background-size: cover;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    overflow: hidden;
}
.deals-header{
    position: relative;
    top: 4vh;
    width: 100vw;
    color: white;
    text-shadow: 2px 8px 5px black;
    font-size: 4.5em;
    font-weight: 600;
    display: flex;
    justify-content: center;
}
.deals-content{
   position: relative;
   top: 20vh;
   height: 60vh;
   width: 100vw;
   display: flex;
   justify-content: space-around;
   align-items: center;
}
.card-1{
    position: relative;
    top: 0;
    left: 0;
    background-color: #ddffe8;
    height: 50vh;
    width: 20vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;

}
.card-1 > img{
    position: relative;
    top: 3%;
    left: 0;
    height: 55%;
}
.card-1 > p{
    position: relative;
    font-size: 1.5em;
    font-weight: 600;
    top: 4%;
    left: 0;
    cursor: pointer;
}
.card-1>p:nth-child(3){
    color: orange;
    font-size: 1.3em;
}
.card-1 > button{
    position: relative;
    top: 10%;
    left: 0;
    height: 10%;
    width: 40%;
    border-radius: 40px;
    border: none;
    background-color: black;
    color: white;
    font-weight: 600;
    cursor: pointer;
}
.card-2{
    position: relative;
    top: 0;
    left: 0;
    background-color: #fbe6b0;
    height: 50vh;
    width: 20vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.card-2 > img{
    position: relative;
    top: 3%;
    left: 0;
    height: 55%;
}
.card-2 > p{
    position: relative;
    font-size: 1.5em;
    font-weight: 600;
    top: 4%;
    left: 0;
    cursor: pointer;
}
.card-2>p:nth-child(3){
    color: orange;
    font-size: 1.3em;
}
.card-2 > button{
    position: relative;
    top: 10%;
    left: 0;
    height: 10%;
    width: 40%;
    border-radius: 40px;
    border: none;
    background-color: black;
    color: white;
    font-weight: 600;
    cursor: pointer;
}
.card-3{
    position: relative;
    top: 0;
    left: 0;
    background-color: #b0e8fb;
    height: 50vh;
    width: 20vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.card-3 > img{
    position: relative;
    top: 3%;
    left: 0;
    height: 55%;
}
.card-3 > p{
    position: relative;
    font-size: 1.5em;
    font-weight: 600;
    top: 4%;
    left: 0;
    cursor: pointer;
}
.card-3>p:nth-child(3){
    color: orange;
    font-size: 1.3em;
}
.card-3 > button{
    position: relative;
    top: 10%;
    left: 0;
    height: 10%;
    width: 40%;
    border-radius: 40px;
    border: none;
    background-color: black;
    color: white;
    font-weight: 600;
    cursor: pointer;
}
.card-4{
    position: relative;
    top: 0;
    left: 0;
    background-color: #d2fbb0;
    height: 50vh;
    width: 20vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.card-4 > img{
    position: relative;
    top: 3%;
    left: 0;
    height: 55%;
}
.card-4 > p{
    position: relative;
    font-size: 1.5em;
    font-weight: 600;
    top: 4%;
    left: 0;
    cursor: pointer;
}
.card-4>p:nth-child(3){
    color: orange;
    font-size: 1.3em;
}
.card-4 > button{
    position: relative;
    top: 10%;
    left: 0;
    height: 10%;
    width: 40%;
    border-radius: 40px;
    border: none;
    background-color: black;
    color: white;
    font-weight: 600;
    cursor: pointer;    
}
.card-design{
    border-radius: 50px;
    transition: all 0.8s;
    
}
.card-design:hover{
    transform: scale(1.1);
}
.contact-us{
    height: 65vh;
    width: 100vw;
    background-color: rgb(40, 44, 49);
    border-radius: 100px 100px 0px 0px;
    margin-top: -10%;
}
.contact-header{
    position: relative;
    top: 10vh;
    left: 0;
    width: 100vw;
    display: flex;
    justify-content: space-around;
    color: white;
    font-size: 2.2em;
    text-transform: uppercase;
}
.contact-info{
    position: relative;
    top: 15vh;
    left: -2vw;
    width: 100vw;
    display: flex;
    justify-content: space-around;
    color: white;
    line-height: 2.5;
}
.list-2{
    position: relative;
    top: 0;
    left: -5vw;
}
.list-3{
    position: relative;
    top: 0;
    left: -3vw;
}
.item{
    position: relative;
    height: 20%;
    width: 100%;
    color: white;
    text-decoration: none;
}
.item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 2px solid white;
    height: 100%;
    width: 100%;
    transform: translateX(calc(-100% - 10px));
    transition: all 0.3s;  
}
.item:hover::before{
    transform: translateX(0%);
}
.copyright{
    color: white;
    position: relative;
    top: 25vh;
    left: 0%;
    width: 100vw;
}
.copyright > span{
    position: relative;
    top: 0;
    left: 40%;
}
.hide{
    opacity: 0;
    transform: translateX(-100%);
    filter: blur(5px);
    transition:all 1s;
}
@media(prefers-reduced-motion){
    .hide{
        transition: none;
    }
}
.show{
    opacity: 1;
    filter: blur(0px);
    transform: translateX(0);
    
}
@media only screen and (max-width: 600px){
    .nav-logo{
        position: relative;
        top: 0;
        left: 0;
        object-fit: cover;
        height: 10vh;
        transform: scale(0.7);
        filter: saturate(200%);
        cursor: pointer;
    }
    ::-webkit-scrollbar {
        width: 0px;
    }
    .my-img {
        position: absolute;
        top: 0;
        height: 100vh;
        object-fit:cover;
        background-repeat: no-repeat;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: -99;
    }
    .navbar{
        top: 0;
        height: 8vh;
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        z-index: 99;
        text-transform: capitalize;
        font-weight: 500;
        font-size: 0.6em;
    }
    .navbar > a{
        position: relative;
        text-decoration: none;
        color: white;
        overflow: hidden;
        transition: all 0.5s;
    }
    .navbar > a::before{
        content: '';
        position: absolute;
        top: -4%;
        left: 0;
        transform: translateX(calc(-100% - 10px));
        height: 100%;
        width: 100%;
        border-bottom: 2px solid white;
        transition: all 0.5s;
    }
    .navbar > a:hover::before{
        transform: translateX(0);
    }
    .navbar > button{
        position: relative;
        background-color: transparent;
        font-family: 'Kanit', sans-serif;
        color: white;
        height: 3vh;
        width: 15vw;
        border: 1px solid #101b75;
        border-radius: 15px;
        font-size: 0.8em;
        overflow: hidden;
    }
    .navbar > button::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(calc(-100% - 10px));
        background-color: #101b75;
        height: 100%;
        width: 100%;
        z-index: -1;
        transition: all 0.8s;
    }
    .navbar > button:hover::before{
       transform: translateX(0);
    }
    .header{
        position: relative;
        top: 10vh;
        font-weight: 800;
        left: 4vw;
        height: 45vh;
        width: 40vw;
        color: white;
        overflow: hidden;
    }
    .red-txt{
        color: red;
    }
    .header > p:nth-child(1){
        font-size: 1em;
        font-weight: 400;
        color: white;
        text-transform: uppercase;
    }
    .header > p:nth-child(2){
        font-size: 2em;
        color: white;
        text-transform: uppercase;
        margin-top: -6%;
    }
    .header > p:nth-child(3){
        font-size: 2.5em;
        color: white;
        text-transform: uppercase;
        margin-top: -9%;
    }
    .header > p:nth-child(4){
        font-size: 0.7em;
        color: white;
        
    }
    .explore{
        position: relative;
        top: 10vh;
        left: 4vw;
        height: 5vh;
        width: 30vw;
        border: none;
        border-radius: 30px;
        font-weight: 600;
        background-color: white;
        font-size: 0.7em;
        color: #101b75;
        cursor: pointer;
    }
    .img-jordan{
        position: relative;
        top: -40vh;
        left: 30%;
        transform: rotateZ(-40deg);
        z-index: -1;
        
    }
    .img-jordan > img{
        position: relative;
        top: 0;
        left: 0;
        height: 30vh;
        aspect-ratio: 1/1;
        filter: drop-shadow(10px 10px 10px rgba(0,0,0,1));
    }
    .deals{
        margin-top: -5%;
        height: calc(100vh + 100%);
        width: 100vw;
        background-image: linear-gradient(to top right, #448de7 33%, #6c05d8 66%);
        background-size: cover;
        border-top-right-radius: 100px;
        border-top-left-radius: 100px;
        overflow: hidden;
    }
    .deals-header{
        position: relative;
        top: 12vh;
        width: 100vw;
        color: white;
        text-shadow: 2px 8px 5px black;
        font-size: 2em;
        font-weight: 600;
        display: flex;
        justify-content: center;
    }
    .deals-content{
       position: relative;
       top: 15vh;
       height: calc(100vh + 30%);
       width: 100vw;
       display: flex;
       flex-direction: column;
       justify-content: space-around;
       align-items: center;
       overflow: hidden;
    }
    .card-1{
        position: relative;
        top: 0;
        left: 0;
        background-color: #ddffe8;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    
    }
    .card-1 > img{
        position: relative;
        top: 1vh;
        left: 0;
        height: 20vh;
    }
    .card-1 > p{
        position: relative;
        font-size: 1em;
        font-weight: 600;
        top: 2vh;
        left: 0;
        cursor: pointer;
    }
    .card-1>p:nth-child(3){
        color: orange;
        font-size: 0.8em;
    }
    .card-1 > button{
        position: relative;
        top: 7.5vh;
        left: 0;
        height: 5vh;
        width: 30vw;
        border-radius: 10px;
        font-size: 0.6em;
        border: none;
        background-color: black;
        color: white;
        font-weight: 600;
        cursor: pointer;
    }
    .card-2{
        position: relative;
        top: 0vh;
        left: 0;
        background-color: #fbe6b0;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    
    }
    .card-2 > img{
        position: relative;
        top: 1vh;
        left: 0;
        height: 15vh;
    }
    .card-2 > p{
        position: relative;
        font-size: 1em;
        font-weight: 600;
        top: 2vh;
        left: 0;
        cursor: pointer;
    }
    .card-2>p:nth-child(3){
        color: orange;
        font-size: 0.8em;
    }
    .card-2 > button{
        position: relative;
        top: 12vh;
        left: 0;
        height: 5vh;
        width: 30vw;
        border-radius: 10px;
        font-size: 0.6em;
        border: none;
        background-color: black;
        color: white;
        font-weight: 600;
        cursor: pointer;
    }
    .card-3{
        position: relative;
        top: 0vh;
        left: 0;
        background-color: #b0e8fb;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    
    }
    .card-3 > img{
        position: relative;
        top: 1vh;
        left: 0;
        height: 20vh;
    }
    .card-3 > p{
        position: relative;
        font-size: 1em;
        font-weight: 600;
        top: 2vh;
        left: 0;
        cursor: pointer;
    }
    .card-3>p:nth-child(3){
        color: orange;
        font-size: 0.8em;
    }
    .card-3 > button{
        position: relative;
        top: 7.5vh;
        left: 0;
        height: 5vh;
        width: 30vw;
        border-radius: 10px;
        font-size: 0.6em;
        border: none;
        background-color: black;
        color: white;
        font-weight: 600;
        cursor: pointer;
    }
    .card-4{
        position: relative;
        top: 0vh;
        left: 0;
        background-color: #d2fbb0;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    
    }
    .card-4 > img{
        position: relative;
        top: 1vh;
        left: 0;
        height: 18vh;
    }
    .card-4 > p{
        position: relative;
        font-size: 1em;
        font-weight: 600;
        top: 2vh;
        left: 0;
        cursor: pointer;
    }
    .card-4>p:nth-child(3){
        color: orange;
        font-size: 0.8em;
    }
    .card-4 > button{
        position: relative;
        top: 9vh;
        left: 0;
        height: 5vh;
        width: 30vw;
        border-radius: 10px;
        font-size: 0.6em;
        border: none;
        background-color: black;
        color: white;
        font-weight: 600;
        cursor: pointer;
    }
    .card-design{
        height: 40vh;
        width: 50vw;
        border-radius: 20px;
        transition: all 0.8s;
        transform: scale(0.8);
        
    }
    .card-design:hover{
        transform: scale(1);
    }
    .contact-us{
        height: 55vh;
        width: 100vw;
        background-color: rgb(40, 44, 49);
        border-radius: 100px 100px 0px 0px;
        margin-top: -25%;
    }
    .contact-header{
        position: relative;
        top: 15vh;
        left: 0;
        width: 100vw;
        display: flex;
        justify-content: space-around;
        color: white;
        font-size: 1em;
        text-transform: uppercase;
    }
    
    .contact-info{
        position: relative;
        top: 18vh;
        left: -4vw;
        width: 100vw;
        display: flex;
        justify-content: space-around;
        color: white;
        line-height: 1.9;
        font-size: 0.8em;
    }
    .list-2{
        position: relative;
        top: 0;
        left: -12vw;
    }
    .list-3{
        position: relative;
        top: 0;
        left: -8vw;
    }
    .item{
        position: relative;
        height: 20%;
        width: 100vw;
        color: white;
        text-decoration: none;
    }
    .item::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border-bottom: 2px solid white;
        height: 100%;
        width: 100%;
        transform: translateX(calc(-100% - 10px));
        transition: all 0.3s;  
    }
    .item:hover::before{
        transform: translateX(0%);
    }
    .copyright{
        color: white;
        position: relative;
        top: 25vh;
        left: 0%;
        width: 100vw;
    }
    .copyright > span{
        position: relative;
        top: 0;
        left: 28%;
        font-size: 0.7em;
    }
}
