.main{display:flex;flex-direction:column;position:relative;background:#000}.header{height:calc(92vh - 100px);background:#000000d2;padding:50px 100px 0 50px;display:flex;justify-content:space-between}.imageDiv{display:flex;flex-direction:column;justify-content:end;position:relative}.logo{position:absolute;width:150px;top:-30px;left:2vw;z-index:1000}.banner{width:700px;position:absolute;z-index:990}.imageDiv span{font-size:1.5rem;font-weight:600}.contentDiv{z-index:999;background:#000000d2;box-shadow:0 0 50px 200px #000000d2;height:calc(100% - 100px);width:410px}.footer{height:8vh;background-color:#171717;width:100%;display:flex;justify-content:center;align-items:center;z-index:999}.footerLeft{height:100%;width:60%;border-top-right-radius:34px;background:#f77d48}.backgroundImg{position:absolute;z-index:-1;top:0;height:100%;width:100%;transform:rotate(180deg)}.gradient-text{background:linear-gradient(to right,red,#f40,#f80,#fa0,#fc0,red);background-size:400% 400%;background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:gradient-shift 8s ease infinite;-webkit-user-select:none;user-select:none}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}*{font-family:Arial,Helvetica,sans-serif;color:#fff}body{margin:0;padding:0;box-sizing:border-box}
