/*
Theme Name: 100 startups
Version: 1.0
Author URI: https://docode.pro
*/

@font-face{
	font-family:'Rubik';
	src:url('/wp-content/themes/docode_theme/fonts/Rubik-Light.ttf') format('truetype');
	font-weight:300;
	font-style:normal
}

@font-face{
	font-family:'Rubik';
	src:url('/wp-content/themes/docode_theme/fonts/Rubik-Regular.ttf') format('truetype');
	font-weight:400;
	font-style:normal
}

@font-face{
	font-family:'Rubik';
	src:url('/wp-content/themes/docode_theme/fonts/Rubik-Medium.ttf') format('truetype');
	font-weight:500;
	font-style:normal
}

@font-face{
	font-family:'Rubik';
	src:url('/wp-content/themes/docode_theme/fonts/Rubik-SemiBold.ttf') format('truetype');
	font-weight:600;
	font-style:normal
}

:root {
	--bl: #181716;
	--d-gray: #333841;
	--gray: #B6B6B6;
	--wh: #fff;
	--l-gray: #F3F3F3;
	--green: #4FAE3B;
	--l-green: #F2F8F3;
	--shadow: 0 0 1rem 0.1rem rgba(0,0,0,0.1);
	--grad: linear-gradient(45deg, #4FAE3B, #03532F);
}

:focus {
	outline: none;
}

::placeholder{
	color: var(--bl);
}

html {
  	scroll-behavior: smooth;
}

body {
	font-family: Rubik;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
}

button, input, select, textarea {
	
}

a {
	transition: .3s;
	text-decoration: none;
	color: var(--sec);
}
a:hover {
	text-decoration: none;
}

p, ul {
    margin-bottom: 20px;
}

h1, .h1 {
	font-weight: 500;
	font-size: 40px;
	line-height: 110%;
	margin-bottom: 40px;
}

h2, .h2 {
	font-weight: 500;
	font-size: 40px;
	line-height: 130%;
	margin-bottom: 20px;
}

h3, .h3 {
	font-weight: 500;
	font-size: 20px;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
    max-width: 100%;
}

img.to_svg{
	display: none;
}

.btn{
	cursor: pointer;
	background: var(--grad);
	color: var(
	--wh);
	display: flex;
	padding: 13px 25px;
	justify-content: center;
	align-items: center;
	border: 1px solid var(
	--blue);
	transition: 0.3s;
	position: relative;
	border-radius: 10px;
	width: max-content;
}

.btn:hover{
	opacity: 0.7;
}

.btn:focus{
	background: var(--wh);
	border: 3px solid var(--bl);
}

.header_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.header_logos {
    display: flex;
}

.header_logo_wrap {
    display: flex;
    line-height: 0;
    padding-right: 40px;
}

.head_logo img {
    height: 40px;
    width: auto;
}

.main-menu {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}

.header_logo_wrap img {
    width: auto;
    height: 40px;
}

.main_menu_wrap {
    margin-left: auto;
}

.main-menu a {
    color: var(--bl);
    text-decoration: none;
    margin-left: 20px;
    position: relative;
    padding: 5px 0;
}

.main-menu a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--blue);
    left: 0;
    bottom: 0;
    transition: 0.3s;
}

.main-menu a:hover:before {
    width: 100%;
}

.head_btn {
    margin-left: auto;
    margin-right: 20px;
}

header {
    position: relative;
    top: 0;
    /* box-shadow: var(--shadow); */
    z-index: 100;
    padding: 20px 0;
}

/*** BANNER ***/
section.banner {
    position: relative;
    color: var(--bl);
    padding: 40px 0 100px;
}

.banner_row {
    display: flex;
    position: relative;
    align-items: center;
    padding: 40px 0 0;
    flex-wrap: wrap;
}

.banner_row h1 {
    width: 30%;
    font-size: 80px;
    margin: 0;
}

.banner_row h1 span {
    color: var(--green);
}

.banner_text {
    flex: 1;
    margin-left: 40px;
}

.banner_actions {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
}

.banner_actions a {
    margin: 0 20px 0 0;
}

.banner_desc {
    font-size: 20px;
    line-height: 110%;
}

.banner_foto{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
}
/*** END BANNER ***/

/*** CARDS ***/
section.title_section {
    padding: 20px 0;
}

section.title_section .h2 {
    position: relative;
    width: max-content;
}

section.title_section .h2:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100vw;
    background: var(--green);
    display: block;
    bottom: 11px;
    left: 110%;
}

section.title_section .container {
    overflow: hidden;
    en; */
}

.cit_card_category {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--green);
    font-size: 20px;
}

.cit_card_title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

.cit_card_txt {
    margin-bottom: 40px;
}

.cit_card_wrap {
    display: flex;
    flex-wrap: wrap;
}

.cit_card_foto {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.cit_card_darker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black -20%, transparent);
}

.cit_card_foto_text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    color: var(--wh);
}

.cit_card_rank {
    font-size: 14px;
}

.cit_card_name {
    margin-bottom: 10px;
    font-weight: 600;
}

.cit_card_content {
    flex: 1;
    margin-left: 30px;
    position: relative;
    background: var(--l-green);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.cit_card_cit_title {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 20px;
}

.cit_card_text_wrap {
    position: relative;
    padding: 0px 60px;
    margin: 50px 0;
}

img.quotes_left {
    position: absolute;
    left: -10px;
    top: -20px;
    width: 50px;
    transform: rotate(-180deg);
}

img.quotes_right {
    position: absolute;
    right: 10px;
    width: 50px;
}

section.cit_card {
    margin-bottom: 60px;
}

.cit_card_actions {
    margin-top: auto;
    padding-left: 60px;
    display: flex;
    z-index: 1;
}

.foto_right .cit_card_foto {
    order: 1;
}

.foto_right .cit_card_content {
    order: 0;
    margin: 0 30px 0 0;
}

.ord_card_content {
    flex: 1;
    background: var(--l-green);
    position: relative;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom-right-radius: 80px;
}

.ord_card_content .cit_card_cit_title {
    text-transform: unset;
    color: var(--bl);
    font-size: 18px;
    font-weight: 600;
}

.ord_card_content .cit_card_text_wrap {
    margin: 0;
    padding: 0;
}

img.cit_icon {
    position: absolute;
    bottom: 10px;
    right: 150px;
    height: 110px;
    width: auto;
    transform: translateX(30%);
}

.cit_card_actions a {
    margin-right: 20px;
}

.ord_card_content .cit_card_actions {
    margin-top: 20px;
    padding: 0;
}
/*** END CARDS ***/

/*** FOOTER ***/

.footer_container {
    position: relative;
}

.footer_cards_row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.footer_card {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    border-bottom: 1px solid var(--green);
}

.footer_card:last-child:before {
    content: '';
    position: absolute;
    left: 0;
    top: -11px;
    width: 1px;
    height: calc(100% + 11px);
    background: var(--green);
}

.footer_logo_wrap img {
    height: 36px;
    width: auto;
}

.footer_contact_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}

.footer_contact_row a {
    display: flex;
    align-items: center;
    margin: 10px;
}

.footer_contact_row a svg {
    width: 24px;
    height: auto;
    margin-right: 5px;
}

.footer_contact_row a svg path{
    filter: grayscale(4) brightness(0);
    opacity: 0.4;
}

.footer_contact_row a:hover {
    opacity: 0.7;
}

.footer_copywrite {
    margin-top: 20px;
    padding: 0;
}

.footer_desc {
    padding: 0;
    width: 80%;
}

footer {
    padding-bottom: 40px;
}

footer section.title_section {
    padding: 100px 0 0;
}

footer section.title_section .h2 {
    margin: 0;
    line-height: 1;
}

/*** END FOOTER ***/

@media(max-width: 900px){
	.banner_row h1 {
	    width: 100%;
	    margin-bottom: 20px;
	}
	
	.banner_text {
	    flex: 100%;
	    margin: 0;
	}
	
	.banner_actions a {
	    margin-bottom: 20px;
	}
	
	.cit_card_content {
	    margin: 20px 0 0;
	}
	
	img.quotes_left {
	    width: 20px;
	    top: -30px;
	}
	
	.cit_card_text_wrap {
	    padding: 0;
	    margin: 20px 0;
	}
	
	img.quotes_right {
	    width: 20px;
	    bottom: 0;
	}
	
	.cit_card_actions {
	    padding: 0;
	    justify-content: center;
	    flex-wrap: wrap;
	}
	
	img.cit_icon {
	    position: relative;
	    left: 50%;
	    transform: translateX(-50%);
	    bottom: 0;
	    object-fit: contain;
	    margin-top: 0px;
	}
	
	.foto_right .cit_card_content {
	    margin: 20px 0 0;
	    order: 1;
	}
	
	.cit_card_actions a {
	    margin-bottom: 20px;
	}
	
	.ord_card_content {
	    border-radius: 0;
	}
	
	.footer_card {
	    flex: 100%;
	}
	
	.footer_card:last-child:before {
	    display: none;
	}
	
	section.title_section .container {
	    padding: 0;
	    margin: 0 15px;
	}
}

