*{
    padding: 0%;
    margin: 0%; 
}

button{
    transition: all ease 0.2s;
}

button:active{
    scale: 0.9;
}
 
#main{
    background-color: rgb(49, 49, 49);
    animation: fade-in 3s;
    overflow-x: hidden;
}

.cts{
    background-image: url("cts_store/cts.webp");
    background-size: cover;
}

.cits{
    background-image: url("cits_store/cits.webp");
    background-size: cover;
}
 
#banner>img{
    width: 100vw;
    background-size: cover;
}

#welcome{
    display: flex;
    justify-content: center;
    color: #020408;
    font-size: 4vmax;
    padding: 3vw;
    background-color: #fff;
    letter-spacing: 5px;
    cursor: default;
    text-align: center;
    margin-bottom: 1vmax;
}
 
#title a{
    text-decoration: none;
    mix-blend-mode: difference;
    display: flex;
    color: transparent;
    color: transparent;
    -webkit-text-stroke-width: 0.2vmin;
    -webkit-text-stroke-color:#fff;
}
 
#title{
    display: flex;
    background-color: rgb(34, 34, 34);
    color: transparent;
    -webkit-text-stroke-color:#fff;
    padding: 2vh;
    font-size: 3.5vw;
    overflow: hidden;
 
}
 
#title h1{
    padding: 0 5vw;
    animation: move 10000ms linear infinite;
    white-space: nowrap;
    mix-blend-mode: difference;
}
 
@keyframes move{
    0%{transform: translateX(0);}
    100%{transform: translateX(-100%);}
}
 
#title:hover{
    mix-blend-mode: difference;
}

.back{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#slides{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    margin: 3vmax 0;
}

#trade_slides{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 3vmax 0;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.tm_slide,.trade_slide{
    width: 80vw;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.tm_divbox,.trade_divbox{
    width: 80vw;
    height: 20vmax;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tm_divbox img,.trade_divbox img{
    border-radius: 20px;
    width: 80vw;
    height: 20vmax;
}

.con{
    padding: 2vmax;
}

.con a{
    text-decoration: none;
    color: #fff ;
}

.con h3{
    font-size: 1.5vmax;
}

#tm_con a:hover{
    text-decoration: underline;
}

#tm_con p,.con p{
    text-align: center;
    font-size: 1vmax;
}

#tm_btn,#trade_btn{
    background-color: transparent;
    border: none;
    color: #fff;
    text-decoration: none;
}

#trade_btn a{
    color: #fff;
    text-decoration: none;
}

#trade_btn a:hover{
    text-decoration: underline;
}

#trade2_slides{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 3vmax 0;
}

.trade2_slide{
    width: 80vw;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.trade2_divbox{
    width: 80vw;
    height: 20vmax;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trade2_divbox img{
    border-radius: 20px;
    width: 80vw;
    height: 20vmax;
}

#trade2_btn{
    background-color: transparent;
    border: none;
    color: #fff;
    text-decoration: none;
}

#trade2_btn a{
    color: #fff;
    text-decoration: none;
}

#trade2_btn a:hover{
    text-decoration: underline;
}

.obj,.t_obj,.t2_obj{
    width: 80vw;
    height: 50vmax;
    border: 1px solid gray;  
    border: none;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    margin-bottom: 2vw;
    display: none;
}

object{
    width: 100%;
    height: 100%;
}
 
.slide{
    margin: 3vmax 2vmax;
    background-color: rgba(86, 86, 86, 0.54);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 50PX;
}
 
.slide a{
    text-decoration: none;
}
 
.box{
    height: 20vmax;
    width: 30vmax;
    background-color: rgb(39, 39, 39);
    margin: 2vmax 5vmax;
    position: relative;
    border-radius: 20px;
}
 
.box img{
    height: 20vmax;
    width: 30vmax;
    border-radius: 20px;
}
 
.content{
    width: 40vmax;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 5vmax;
}
 
.content h1{
    font-size: 3vmax;
    color: #fff;
}
 
.content p{
    font-size: 2vmax;
    color: #fff;
}
 
#footer{
    background-color: #424242;
    padding: 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    font-family: Roboto flex;
}

.socials{
    display: flex;
    gap: 1.8vw;
}

.socials i:hover{
    font-size: 2vw;
}

#part1 a{
    font-size: 4vh;
    color: #fff;
    text-decoration: none;    
}

#part1 img{
    width: 7vw;
}

#part1 h3{
    font-weight: 100;
    padding-bottom: 2vh;
    color: #fff;
}

.part h5{
    font-weight: 200;
    cursor:default;
}

.part h5:hover{
    font-weight: 400;
    font-size: 2vh;
    border-radius: 20px;  
    color: #FFD230;
}

#part2,#part3,#part4{
    display: flex;
    flex-direction: column;
    gap: 2vh;
    cursor: default;
    color: #fff;
}

.copyright{
    height: 7vh;
    background-color: rgb(49, 49, 49);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor:default;
    font-family: Roboto flex;
}

@media (max-width:600px) {
    .con h3{
        font-size: 3vmax;
    }

    #tm_con p,.con p{
        font-size: 2vmax;
    }

    #title a{
        -webkit-text-stroke-width: 0.05vmin;
    }
    
    #footer{
        gap: 3vmax;
    }
    
    #part1{
        margin-bottom: 2vmax;
    }
}