<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contactusbox{
    padding: 12vh 0;
    background: #030303;
}
.contactusbox .text1{
    font-size: 46px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8vh;
    font-family: 'monblack';
}
.contactusbox .item{
    width: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding-left: 15px;
    border-radius: 30px;
    margin-bottom: 20px;
    line-height: 40px;
    box-sizing: border-box;
}
.contactusbox .item .title{
    text-transform: uppercase;
    font-size: 22px;
    margin-right: 12px;
    flex: 0 0 auto;
}

.contactusbox .item2{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.contactusbox .item2 textarea{
    width: 100%;
    height: 120px;
    background-color: #0E0E0E;
    border: 2px solid #eee;
    border-radius: 20px;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
}


.contactusbox .item3 {
    margin-bottom: 32px;
}
.contactusbox .item3 .codebox{
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contactusbox input{width: 100%;line-height: 36px;background-color: #0E0E0E;border-radius: 20px;color: #fff;padding: 0 20px;box-sizing: border-box;border: 2px solid #fff;}
.contactusbox .item3 .codebox img{
    height: 40px;
    max-width: 25%;
    margin-left: 15px;
}
.contactusbox .submitbtn button:hover{
    cursor: pointer;
}

.contactusbox .submitbtn button{
    width: 25%;
    line-height: 36px;
    background-color: #fff;
    border: 2px solid #eee;
    border-radius: 20px;
    font-size: 24px;
    text-transform: uppercase;
}



@media (max-width: 1024px) {
    .contactusbox{
    width: 92%;
    margin: 0 auto;
    padding: 8vh 0 6vh;
    position: relative;
    z-index: 1;
}
.contactusbox .text1{
    font-size: 28px;
    margin-bottom: 4vh;
}
.contactusbox .item,.contactusbox .item2,.contactusbox .item3 .codebox{
    width: 100%;
}
.contactusbox .item .title{
    font-size: 14px;
}
.contactusbox .submitbtn button{
    width: 100%;
    font-size: 18px;
}
}</pre></body></html>