@import "header.min.css";@import "footer.min.css";body{background-color:black}main{width:100%}h1{color:var(--light-gold);font-size:40px;letter-spacing:2px;text-transform:uppercase;height:20vh;width:100%;display:flex;justify-content:center;align-items:center;margin-top:9vh}.section{background-color:var(--medium-gold);padding:4vh 5vh;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.card{background-color:var(--black-background);border-radius:25px;height:110vh;width:30%;padding:1vh;margin:2.5vh 0}.devsite--background{position:relative;&::before{content:"";background-image:url("../images/desktop/dev_site_1453x1920.jpg");background-size:cover;background-position:center;position:absolute;top:0;left:0;bottom:0;right:0;opacity:.3;z-index:0;border-radius:25px}}.landing--page{position:relative;&::before{content:"";background-image:url("../images/desktop/landing_page_1453x1920.jpg");background-size:cover;background-position:center;position:absolute;top:0;left:0;bottom:0;right:0;opacity:.3;z-index:0;border-radius:25px}}.seo--background{position:relative;&::before{content:"";background-image:url("../images/desktop/seo_1453x1920.jpg");background-size:cover;background-position:center;position:absolute;top:0;left:0;bottom:0;right:0;opacity:.3;z-index:0;border-radius:25px}}.card__title{padding:1vh;margin-bottom:1vh;border-radius:25px;height:50vh;display:flex;flex-direction:column;align-items:center;position:relative}.card__title__title{padding:auto;width:100%;display:flex;justify-content:center;padding:1vh 0;color:var(--light-gold);text-shadow:15px 15px 5px var(--black-background);font-weight:bold;font-size:40px;letter-spacing:2px;border-radius:25px;z-index:2}.card__title__description{margin:5vh 0;padding:1vh;color:var(--light-gold);font-size:25px;text-shadow:5px 5px 5px var(--black-background);border-radius:25px;padding:1vh 2vh;z-index:2;text-align:center}.card__title__description__second{font-weight:100}.card__title__price{padding:1vh;color:var(--light-gold);text-shadow:5px 5px 5px var(--black-background);font-size:35px;font-weight:bold;border-radius:25px;padding:1vh 2vh;z-index:2}.card__list{padding:3vh 2vh;color:var(--light-gold)}.card__list ul{padding-left:2vh}.card__list li{list-style-type:"✅";padding-left:1vh;font-size:20px;margin:2vh 0}@media screen and (min-width:768px) and (max-width:1024px){.card{width:95%;height:108vh}.devsite--background{position:relative;&::before{content:"";background-image:url("../images/tablet/dev_site_775x1024.jpg");position:absolute}}.landing--page{position:relative;&::before{content:"";background-image:url("../images/tablet/landing_page_775x1024.jpg");position:absolute}}.seo--background{position:relative;&::before{content:"";background-image:url("../images/tablet/seo_775x1024.jpg");position:absolute}}}@media screen and (max-width:768px){h1{font-size:30px}.section{padding:4vh 0}.card{width:100%;height:auto;padding:0}.devsite--background{position:relative;&::before{content:"";background-image:url("../images/mobile/dev_site_363x480.jpg")}}.landing--page{position:relative;&::before{content:"";background-image:url("../images/mobile/landing_page_363x480.jpg")}}.seo--background{position:relative;&::before{content:"";background-image:url("../images/mobile/seo_363x480.jpg")}}.card__title{height:auto;text-align:center}.card__title__title{font-size:30px}.card__title__description{font-size:22px}.card__title__price{font-size:20px}}
