.band-contact{display:flex;flex-direction:row;align-items:center;height:18vh;position:relative;margin-bottom:10rem;margin-top:10rem}[data-theme=dark] .band-contact{background-color:#ffffff}[data-theme=dark] .band-contact-description,[data-theme=dark] .band-contact-description-2{color:#000000}[data-theme=light] .band-contact{background-color:#000000}[data-theme=light] .band-contact-description,[data-theme=light] .band-contact-description-2,[data-theme=light] .band-contact-description-3{color:#ffffff}[data-theme=light] .band-contact-border-link{border:1.5px solid #ffffff;border-radius:10px}.band-contact-description{font-size:25px}.band-contact-description-2{font-size:20px}#band-contact-title{font-weight:600;font-size:45px;margin-bottom:6px}.tertiary-color{color:var(--color-tertiary)}.band-contact-arrow{width:340px;height:100%;display:flex;align-items:center;justify-content:flex-start;position:absolute;left:-80px;transition:left .5s ease}.band-contact:hover .band-contact-arrow{left:-40px}.band-contact-arrow svg{width:320px;height:320px;z-index:10;position:relative}.arrow-band-contact{transition:all .4s;animation:animate 2s infinite}@keyframes animate{50%{filter:hue-rotate(350deg)}}.band-contact:hover .arrow-band-contact{transform:translateX(14px)}.band-contact-content{flex-direction:column;display:flex;align-items:flex-start;justify-content:space-around;width:60%;height:100%;margin-left:30%}@media (max-width:1800px){.band-contact{height:20vh}.band-contact-arrow{width:200px;height:200px}#band-contact-title{font-size:28px}.band-contact-description{font-size:20px}.band-contact-description-2{font-size:16px}}@media (max-width:480px){#band-contact-title{font-size:20px}.band-contact-description{font-size:16px}.band-contact{height:28vh}.band-contact-arrow{width:150px;left:-60px}.band-contact:hover .band-contact-arrow{left:-30px}.band-contact-arrow svg{width:250px;height:250px}.band-contact-content{width:65%;margin-left:30%;justify-content:space-around}.band-contact-border-link{width:180px;height:40px;display:flex;align-items:center;justify-content:center}}