body { background-color: #5763ab; } .bg-saburly-indigo { background: rgb(69, 76, 183); background: linear-gradient( 90deg, rgba(69, 76, 183, 1) 0%, rgba(157, 163, 255, 1) 100% ); } .bg-saburly-lighter { background: RGBA(248, 248, 248, 1); } .bg-saburly-light { background: #f8f8f8; } .bg-saburly-light-header { background: RGBA(248, 248, 248, 1); } .bg-saburly-fadeout { background: rgb(255, 255, 255); background: linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 248, 248, 1) 100% ); } .bg-saburly-fadeout-up { background: rgb(255, 255, 255); background: linear-gradient( 180deg, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 0.5) 49%, rgba(255, 255, 255, 1) 100% ); } .bg-contact-form { background: rgb(255, 255, 255); background: linear-gradient( 180deg, RGBA(116, 68, 207, 1) 0%, RGBA(57, 57, 144, 1) 100% ); } .bg-saburly svg { -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: 'FlipH'; } .bg-saburly-dark { background-color: #393990; } .bg-saburly svg, .bg-saburly-light svg, .bg-saburly-indigo svg { position: absolute; bottom: 0; } .bg-saburly-indigolight svg { position: absolute; top: 0; transform: rotate(180deg); } .bg-saburly-indigolight { background-color: #edf3ff; } .btn-saburly-green { background: rgb(0, 255, 252); background: linear-gradient( 150deg, rgba(0, 255, 252, 1) 0%, rgba(0, 177, 186, 1) 55% ); } .client-logo { max-height: 3rem; } .saburly-bottom-shadow { box-shadow: 0 6px 14px 0 rgba(51, 6, 13, 0.04), 0 2px 3px 0 rgba(51, 6, 13, 0.12); } .border-contact { border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .typed-cursor { color: #8e7cb7; } .saburly-main-bg { background-color: #5763ab; } .saburly-logo { margin-bottom: -0.4rem; }