

body {
    background: linear-gradient(105.36deg, #0A0731 23.37%, #0A0731 59.05%, #32074E 87.14%);
    color: #FFFFFF;
}

.web-art__container {
    display: grid;
    grid-template-areas:
        "headerContainer"
        "mainContainer"
        "joinContainer"
        "footerContainer";
    margin: 12vh;
}

.header-container {
    align-items: center;
    display: flex;
    grid-area: headerContainer;
    justify-content: center;
    margin-bottom: 70px;    
}

.main-container {
    grid-area: mainContainer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;    
}

.join-btn-container {
    grid-area: joinContainer;
    display: flex;
    justify-content: center;
}

.footer-container {
    grid-area: footerContainer;
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.header-separator {
    width: 104px;
    height: 0px;
    border: 1px solid #FFFFFF;
    margin: 0px 30px;
}

.main-image {
    width: 943px;
    position: relative;
    left: 8vw;
    height: 334px;
}

.join-txt {
    width: 328px;
    height: 32px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 32px;
}

.join-btn {
    border: 1px solid #FFFFFF;
    border-radius: 200px;
    background: transparent;
    width: 328px;
    height: 72px;
}

.join-btn:hover {
    cursor: pointer;
}

.icon-thumbnail {
    width: 58px;
    height: 58px;
}

.tips-container {
    display: flex;
    align-items: center;
    width: 15vw;
    margin: 10px 20px;
}

.title-container {
    display: flex;
    flex-direction: column;
}

.adcentral-logo {
    width: 183px;
    height: 70px;
}

.art-logo {
    width: 394.81px;
    height: 115px;
    margin-right: 15px;    
}

.tip-txt {
    margin-left: 10px;
    font-family: Poppins;
    font-weight: 300;
}

.purple-txt {
    color: #A428E7; 
}

.title1-txt {
    width: 100%;
    height: 41px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 35px;    
    margin-bottom: 28px;    
}

.title2-txt {
    width: 424px;
    height: 45px;    
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 35px;
    margin-bottom: 28px;
}

.subtitle1-txt,
.subtitle2-txt {   
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 72px;
    line-height: 35px;
    color: #E5E5E5;
}

.subtitle1-txt {
    width: 356px;
    height: 35px;   
    margin-bottom: 28px;      
}

.subtitle2-txt {
    width: 250px;
    height: 35px;   
}

.title-txt {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    display: flex;
    align-items: center;    
}

.tip1 {
    font-size: 24px;
    line-height: 30px;
    width: 296px;   
}

.tip2 {
    font-size: 24px;
    line-height: 30px;
    width: 355px;
    margin-left: 24.5px;
}

.tip3 {
    font-size: 24px;
    line-height: 30px;
    width: 400px; 
}

.main-image-mobile {
    display: none;
}

.main-image {
    display: block;
}

@media  screen and  (max-width: 480px) {
    .web-art__container {
        margin: 0;
        grid-template-columns: 100vw;        
    }    
    .main-image-mobile {
        display: block;
        width: 320px;
        height: 230px;
    }

    .main-image {
        display: none;
    }  

    .header-container {
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;     
        margin-top: 35px;           
    }    

    .art-logo {
        width: 217px;
        height: 63px;
        margin-right: 0;        
    }    

    .adcentral-logo {
        width: 137;
        height: 53;
    }    

    .header-separator {
        width: 53px;
        margin: 0px 10px;        
    }   
    
    .main-container {
        flex-direction: column;
        margin-bottom: 0;        
    }    

    .join-btn {
        width: 214px;
        height: 57px;
    }    

    .join-txt {
        font-size: 28px;
        line-height: 32px;        
    }

    .icon-thumbnail {
        width: 49px;
        height: 49px;
    }

    .footer-container {
        flex-direction: column;
        width: 97%;
        margin-top: 0;
        margin-bottom: 35px;        
    }    

    .title1-txt {
        width: 100%;
        height: 34px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 0;
    }    

    .title2-txt {
        width: 226px;
        height: 45px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 35px;
        margin-bottom: 0;        
    }    

    .subtitle1-txt {
        width: 243px;
        height: 46px;
        font-size: 40px;
        line-height: 35px;
        margin-bottom: 0;        
    }
    
    .subtitle2-txt {
        width: 167px;
        height: 35px;
        font-size: 48px;
        line-height: 35px;
        margin-top: 0;        
    }       

    .title-container {
        position: relative;
        right: 20px;
        margin-bottom: 37px;
    }    

    .join-btn-container {
        margin: 43px 0px;
    }    

    .title-txt {
        padding: 30px;
    }    

    .tip-txt1 {
        font-size: 14px;
        line-height: 18px;
        width: 131px;
        height: 29px;
    }

    .tip-txt2 {
        width: 140px;
        height: 57px;
        font-size: 14px;
        line-height: 18px;    
    }    

    .tip-txt3 {
        width: 128px;
        height: 64px;
        font-size: 14px;
        line-height: 18px;     
    }    

    .tips-container {
        width: 88% !important;    
        display: flex;
        justify-content: center;                
    }
}


@media  screen and (min-width: 481px) and (max-width: 1280px) { 
    body {
        transform: scale(0.7);
    height: 1vh;
    margin-left: -75px;
    margin-top: -5vh;
    width: 100%;
    }
}

@media  screen  and (min-width: 1281px) and (max-width: 1440px) { 
    body {
        transform: scale(0.8);
    height: 1vh;
    margin-top: -5vh;
    margin-left: -30px;
    width: 100%;
    }
}

@media  screen  and (width: 1366px) and (height: 1024px) { 
    body {
        transform: scale(0.8);
        height: 1vh;
        margin-top: 15vh;
        margin-left: -90px;
        width: 100%;
    }
    
}


@media  screen  and (width: 1024px) and (height: 1366px) { 
    body {
        transform: scale(0.6);
        margin-left: -180px;
        margin-top: 25vh;
    }
    
}

@media  screen  and (width: 1024px) and (height: 768px) { 
    body {
        transform: scale(0.6);
        margin-top: 15vh;
        width: 100vh;
    }
    
}

@media  screen  and (width: 768px) and (height: 1024px) { 
    body {
        transform: scale(0.5);
        margin-left: -180px;
        height: 100vh;
    }
    
}