/**
Theme Name: Roadmap
Author: WELS
Author URI: https://welsfoundation.org/
Description: Model is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Model comes with schema.org code integrated so search engines will love your site. Model offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Model is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: roadmap
Template: astra
*/

/** Cookie Notice **/

#branda-cookie-notice .cookie-notice-container {
    max-width: 1440px;
}
#branda-cookie-notice {
    color: #fff;
    background-color: #3066ff;
}
#branda-cookie-notice .cookie-notice-container .branda-cn-container {
    padding: 24px 0 32px;
    display: grid;
    grid-template-columns: auto;
    row-gap: 20px;
    font-size: 14px;
}
#branda-cookie-notice .cookie-notice-container .branda-cn-container .branda-cn-column:first-child {
    text-align: center;
    line-height: 1.45em;
    padding-right: 2em;
}
#branda-cookie-notice .cookie-notice-container .branda-cn-container .branda-cn-column:not(:first-child) {
    text-align: center;
    padding-right: 0;
}
#branda-cookie-notice .button, #branda-cookie-notice .button:link {
    background-color: #EBF2FF !important;
    color: #3066ff !important;
    font-weight: 600 !important;
    border-width: 0 !important;
    padding: 12px 24px !important;
}
@media (min-width: 620px) {
    #branda-cookie-notice .cookie-notice-container .branda-cn-container {
        padding: 24px 0;
        display: grid;
        grid-template-columns: 1fr auto;
        column-gap: 60px;
        font-size: 16px;
    }
    #branda-cookie-notice .cookie-notice-container .branda-cn-container .branda-cn-column:first-child {
        text-align: left;
        padding-right: 0;
    }
    #branda-cookie-notice .cookie-notice-container .branda-cn-container .branda-cn-column:not(:first-child) {
        text-align: right;
        padding-right: 2em;
    }
}
/** Login **/

html body.login {
    display: flex;
    align-items: stretch;
    align-content: flex-start;
    background-position: 0 0;
    background-size: 60%;
    background-color: #0066ff;
}
.branda-login {
    width: 40%;
    min-width: 350px;
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: auto;
}
#login {
    margin: 0 auto;
    width: 320px;
}
#login h1 {
     margin-bottom: 0;
}
.login {
    display: flex;
}
.login #login #nav,
.login #loginform {
    max-width: 320px;
}
#login form p.submit {
    margin: 0 6px 16px 0;
    display: flex;
    width: 100%;
}
.login form .forgetmenot {
    font-weight: 400;
    float: none;
    display: block;
    margin-bottom: 14px !important;
}
.login form input.button.button-large {
    width: 100%;
    line-height: 1.33333333
    min-height: 40px;
    max-height: none;
    padding: .1875rem .3125rem;
}
@media (min-width: 1440px) {
    #login {
        transform: scale(1.25);
    }
}

body.login {
    background-image: url(/wp-content/themes/model/assets/images/knock-knock.svg);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: 22.5% center;
}



.update {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: start;
	column-gap: 1em;
	margin-bottom: 1em;
}
.update:last-child {
	margin-bottom: 0;
}
.update .left {
	width: 160px;
}
.update .description {
    width: calc(100% - 160px);
}
.badge {
	display: flex;
	background-color: #333;
	padding: 2px 12px;
	color: #fff;
	border-radius: 16px;
	width: fit-content;
	font-size: 14px;
	font-weight: 700;
 	font-family: 'Nunito';
}
.badge-1 {
	background-color: #3092FA;
}
.badge-2 {
	background-color: #F92492;
}
.badge-3 {
	background-color: #14B887;
}
.badge-4 {
	background-color: #AEAC09;
}
.badge-5 {
	background-color: #F924EF;
}
.badge-6 {
	background-color: #00C5E3;
}
.badge-7 {
	background-color: #F58B00;
}
.badge-8 {
	background-color: #ED621D;
}

.pro-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    column-gap: 1em;
    row-gap: 1em;
}
.pro-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.pro-item .pro-image {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 40px;
}
.pro-item img {
	width: min-content;
	height: min-content;
}
.pro-name { 
	position: absolute;
	z-index: 1;
	top: 110%;
 	background: #000;
	color: #fff;
	padding: 6px 12px;
	border-radius: 12px;
	white-space: nowrap;
	opacity: 0;
	text-align: center;
    line-height: 1.2;
	font-weight: 600;
	font-family: 'Nunito';
}
.pro-name small { 
	opacity: .7;
}
.pro-item:hover .pro-name { 
	opacity: 1;
}
.pro-name:before {
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 1;
	border: 5px solid transparent;
	left: 50%;
    border-top-color: #1a1a1a;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-color: transparent;
    border-bottom-color: #1a1a1a;
    top:-10px;
	
}

.products {
	margin: 0 auto;
	max-width: 2320px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-rows: 1fr;
	gap: 32px;
	align-items: stretch;
}
.product-card a {
	color: #151515;
	display: flex;
	flex-direction: column;
	background: var(--ast-global-color-5);
	border-radius: 1rem;
    padding: 2rem;
	gap: 16px;
	height: 100%;
	transform: 		scale(1) rotateZ(0);
}
.product-card a:hover {
	transform: 		scale(1.05) rotateZ(-2deg);
	box-shadow: 	0px 20px 20px 0px rgb(3 0 33 / 9%);
	transition: 	box-shadow var(--border-transition,.3s),
    				transform var(--e-con-transform-transition-duration,.4s);
}
.product-card .top {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 16px;
	margin-left: -8px;
}
.product-card img {
	width: 60px;
	height: 60px;
}
.product-card h3 {
	font-family: 'Nunito', sans-serif;
	font-weight: 800;
	font-size: 24px;
	margin-bottom: 8px;
}
.product-card p {
    color: #151515;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
	margin-bottom: 8px;
}
@media (max-width: 1200px) {
	.products {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media (max-width: 991px) {
	.products {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 767px) {
	.badge {
    	display: flex;
    	padding: 2px 4px;
    	text-indent: -9999999px;
    	height: 100%;
    	width: 2px;
	}
	.update {
    	align-items: stretch;
	}
	.update .left {
    	width: auto;
	}
	.update .description {
    	width: auto;
	}
	.pro-item .pro-image {
    	width: 60px;
    	height: 60px;
    	border-radius: 30px;
	}
	.products {
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
	}
}