@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); @font-face { font-family: "VIVL RAIL"; src: url("../font/vivl-rail.woff2") format("woff2"); } @font-face { font-family: "cuyabra"; src: url(../font/cuyabra.woff2) format("woff2"); } .main { flex: 1 1 auto; max-height: calc(100vh - 67px); overflow-y: auto; overflow-x: hidden; display: flex; align-items: center; justify-content: center; font-size: 60px; } body { line-height: 1; min-height: 100vh; width: 100%; margin: 0; font-family: "cuyabra"; } .angled-gradient { background: rgb(44, 24, 1); background: linear-gradient(40deg, #1d1d1d 5%, rgb(4, 1, 39) 95%); } * { margin: 0; padding: 0; box-sizing: border-box; } .container { max-width: 1050px; width: 90%; margin: auto; } .top_nav { display: flex; align-items: center; justify-content: center; } .navbar { display: flex; height: 95px; width: 100%; background-color: #1C1C1C; align-self: center; border-bottom-right-radius: 250px; } .navbar-logo { display: flex; width: 20%; align-self: center; justify-content: center; justify-content: space-between; } .navigate { display: flex; float: right; padding-right: 10px; justify-content: right; justify-content: space-around; } .nav-name { color: #fff; padding-top: 10px; width: 50%; justify-content: space-between; font-size: 5rem; justify-content: center; font-family: "VIVL Rail"; padding-right: 200px; } .anaconda_info { min-height: 400px; width: auto; background-color: #1C1C1C; margin-top: 20px; margin-left: 3%; margin-right: 3%; border-radius: 25px; color: white; font-size: 30px; } .nav-item { font-family: "VIVL RAIL"; font-size: 15px; display: flex; align-items: center; justify-content: center; color: white; } .nav-item-block { margin-top: 10px; display: flex; background-color: #0047AB; width: 90%; height: 80px; border-radius: 2px; margin-right: 2px; justify-content: center; font-family: "VIVL RAIL"; font-size: 10px; } .nav-item-block:hover { background-color: #007FFF; transition: all 0.4s; } .img-first { padding: 8px 8px 8px 8px; border-radius: 25px; float: right; width: 500px; } .img-second { padding: 8px 8px 8px 8px; border-radius: 25px; float: left; width: 500px; } .grayline { background-color: gray; width: 80%; height: 1px; display: flex; margin-left: 40px; margin-top: 30px; margin-bottom: 30px; } .info-block { padding-left: 25px; padding-right: 25px; padding-top: 15px; padding-bottom: 15px; font-size: 2.4rem; } .anaconda_register { min-height: 400px; width: auto; background-color: #1C1C1C; margin-top: 20px; margin-left: 3%; margin-right: 3%; border-radius: 25px; color: white; font-size: 30px; padding-top: 70px; justify-content: center; } .register-form { margin-left: auto; margin-right: auto; display: flex; justify-content: center; } .form-input { display: flex; border-bottom: 1px solid #007FFF; width: 60rem; margin-top: 10px; padding-top: 10px; margin-left: auto; margin-right: auto; } .WIP { display: flex; justify-content: center; font-size: 40px; color: #fd3e3e; } .button { display: inline-block; margin: 30px; padding: 20px; border-radius: 10rem; color: #fff; text-transform: uppercase; font-size: 1rem; letter-spacing: 0.15rem; transition: all 0.3s; position: relative; overflow: hidden; z-index: 1; } .button:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: #0047AB; border-radius: 10rem; z-index: -2; } .button:before { content: ""; position: absolute; bottom: 0; left: 0; width: 0%; height: 100%; background-color: #00275f; transition: all 0.4s; border-radius: 10rem; z-index: -1; } .button:hover { color: #fff; } .button:hover:before { width: 100%; } .img-logo { padding-left: 25px; width: 100px; border-radius: 10px; } .other-products { min-height: 400px; width: auto; background-color: #1C1C1C; margin-top: 20px; margin-left: 3%; margin-right: 3%; border-radius: 25px; font-size: 30px; justify-content: center; align-items: center; } .row-products { height: 300px; display: flex; background-color: #0047AB; align-items: center; justify-content: center; justify-content: space-around; border-radius: 1%; } .img-products { width: 100%; display: block; height: 250px; border-radius: 1%; } .img-products:hover { height: 300px; width: 140%; transition: all 0.4s; border: 3px solid #007FFF; } .white-space-products { display: flex; height: 50px; color: white; justify-content: center; } .About { color: #fff; font-size: 1rem; min-height: 300px; width: auto; background-color: #1C1C1C; margin-top: 20px; border-top-left-radius: 250px; justify-content: center; align-items: center; } .MKiD { padding-left: 4%; } .DeLacey { padding-left: 4%; } .DeLacey-logo { float: right; width: 100px; height: auto; } .videoframe { display: flex; justify-content: center; }/*# sourceMappingURL=style_anaconda.css.map */