/*!
Theme Name: beeai-wp
Theme URI: https://beeai.pl
Author: Esumo
Author URI: https://esumohq.com
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&display=swap');

body, input, button, textarea{
	font-family: 'Sora', sans-serif;
}

*{
	box-sizing: border-box;
}

html{
	scroll-behavior: smooth;
}

body{
	padding:0;
	margin:0;
	background-color:#fff;
	color:#3A3A3A;
	font-size:15px;
	line-height: 24px;
}

.container{
	width: 95%;
	max-width: 1240px;
	margin:0 auto;
}

.row{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	flex-wrap: wrap;
}

.row.align-center{
	align-items: center;
}

.row.justify-center{
	justify-content: center;
}

.primary{
	background-color:#F4BD37;
	color:#000;
	display:inline-block;
	padding:16px 40px;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	transition: .5s;
}

.primary:hover{
	background-color:#000;
	color:#fff;
}


.secondary{
	background-color:#fff;
	color:#3A3A3A;
	display:inline-block;
	padding:16px 40px;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	transition: .5s;
}

.secondary:hover{
	background-color:#000;
	color:#fff;
}

header.main{
	position: absolute;
	width: 100%;
	padding:32px 0;
}

header.main .primary{
    font-size: 15px;
    padding: 12px 24px;
}

header.main ul{
	display:flex;
	list-style: none;
    margin: 0 auto 0 48px;
    padding: 0;
	align-items: center;
	gap:32px;
}

header.main ul a{
	color:rgba(255,255,255,.9);
	font-weight: 400;
	text-decoration: none;
	padding:4px 0;
}

header.main ul a:hover{
	color:#fff;
}

@media (min-width:1200px){
	header.main ul a {
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		position: relative;
		overflow: hidden;
	  }
	  header.main ul a:before {
		content: "";
		position: absolute;
		z-index: -1;
		left: 0;
		right: 100%;
		bottom: 0;
		background: #F4BD37;
		height: 4px;
		-webkit-transition-property: right;
		transition-property: right;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	  }
	  header.main ul a:hover:before, header.main ul a:focus:before, header.main ul a:active:before {
		right: 0;
	  }
}

header.main .border{
    height: 4px;
    width: calc(100% - (50% - 620px));
    position: absolute;
    right: 0;
    bottom: 0;
}

header.main .border:before{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color:#F4BD37;
}
footer.main {
  padding: 56px 0 40px;
  color: #626262;
  position: relative;
}

footer.main  .details--wrapper{
    margin-bottom:48px;
}

footer.main  .details--wrapper .contact--details {
    display: flex;
    flex-direction: column;
}

footer.main  .details--wrapper .contact--details span{
    font-weight: 500;
    letter-spacing: 0;
    font-size: 16px;
    color:#282323;
}

footer.main  .details--wrapper .contact--details a{
    color: #000;
    font-weight: 700;
	line-height:120%;
    font-size: 44px;
}

footer.main a {
  color: #626262;
  text-decoration: none;
  font-size:15px;
}

footer.main .brand img{
    width:140px;
}

footer.main .copyrights {
  margin-top: 32px;
  padding-top: 32px;
}

footer.main .col {
}

footer.main .col h3 {
    margin: 0 0 24px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    letter-spacing: -.5px;
}

.none{
    opacity:0;
}

footer.main .col ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

footer.main .col ul.socials {
  flex-direction: row;
  gap: 16px;
  margin-top: 24px;
}

footer.main .copyrights ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 16px;
}

footer.main .col ul.socials li a{
    background-color: #F0F0F0;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 19px;
    color: #000;
    transition:.5s;
}

footer.main .col ul.socials li a:hover{
    background-color:#F6BF38;
    color:#000
}

.about--photo{
	padding:96px 0;
	position: relative;
}

.about--photo .row{
    min-height: 575px;
    align-items: center;
}

.about--photo .desc{
	width: 48%;
}

.about--photo img.about--half{
	position: absolute;
    width: 45%;
    right: 0;
    top: 50%;
	max-height: 600px;
	object-fit: cover;
	object-position: center center;
    transform: translateY(-50%);
}

.about--photo .desc h3{
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 32px;
}

.about--photo .desc p{
    font-size: 16px;
    line-height: 28px;
    width: 95%;
    margin: 16px 0;
}

.about--photo .primary{
	margin-top:24px;
}

.home--contact{
	padding:56px 0;
}

.home--contact .row{
	align-items: stretch;
}

.home--contact .orange--form{
	width: 61%;
	background-color:#F4BD37;
	padding:48px;
}

.home--contact .orange--form h3{
	font-size: 28px;
    line-height: 40px;
    margin: 0 0 40px;
    letter-spacing: -.5px;
}

.home--contact .orange--form .forminator-ui, .home--contact .orange--form .forminator-row-last{
	margin-bottom:0 !important;
}

.home--contact .orange--form .forminator-ui.forminator-design--default input.forminator-input{
	background-color: transparent !important;
    border: 0;
    border-bottom: 2px solid #000 !important;
    padding: 16px 8px;
}

.home--contact .orange--form .forminator-ui.forminator-design--default input.forminator-input::placeholder{
	color:rgba(0,0,0,0.75) !important;
}

.home--contact .orange--form .forminator-ui.forminator-design--default label.forminator-label{
	color: #000 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.home--contact .orange--form .forminator-ui.forminator-design--default  .forminator-checkbox__wrapper{
	display: flex;
    align-items: center;
}

.home--contact .orange--form .forminator-ui.forminator-design--default  .forminator-checkbox__wrapper p{
	margin:0;
}

.home--contact .orange--form .forminator-ui.forminator-design--default .forminator-button.forminator-button-submit{
	background-color: #000 !important;
    color: #fff !important;
    display: inline-block;
    padding: 16px 40px !important;
    text-decoration: none;
    font-weight: 500 !important;
    font-size: 16px !important;
    transition: .5s;
}

.forminator-edit-module{
	display:none;
}

.forminator-required{
	display:none;
}

.home--contact .col{
	width: 36%;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.home--contact .col .grey--box{
	background-color:#FAFAFA;
	padding:52px;
	margin-bottom:40px;
}

.home--contact .col .grey--box h3{
	margin: 0 0 24px;
    font-size: 28px;
    letter-spacing: -.5px;
    line-height: 40px;
}

.home--contact .col .grey--box p{
	margin:0;
}

.home--contact .col .black--box{
	background-color:#000;
	padding:52px;
}

.home--contact .col .black--box h3{
	margin: 0 0 24px;
    font-size: 22px;
    letter-spacing: -.5px;
    line-height: 30px;
	color:#fff;
}

.home--contact .col .black--box p{
	margin:0;
	color:rgba(255,255,255,.9)
}

.home--contact .col .black--box .calendly{
	background-color: #484848;
    color: #fff;
    display: inline-block;
    padding: 16px 40px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: .5s;
	margin-top:24px;
}

.about--team{
	background-color:#212121;
	padding:80px 0;
}

.about--team h2{
	color:#fff;
	font-size:32px;
	margin:0 0 56px;
    font-weight: 600;
}

.about--team .container-fluid{
	padding-left: calc(50% - 620px);
}

.about--team .arrow-nav{
	margin-bottom:56px;
    display: flex;
    gap: 12px;
    margin-right: auto;
    margin-left: 64px;
}

.about--team .arrow-nav i{
	display: flex;
    width: 56px;
    height: 56px;
    background-color: rgba(255,255,255,.05);
    color: #F4BD37;
    font-size: 24px;
    justify-content: center;
    align-items: center;
	cursor:pointer;
	transition: .5s;
}

.about--team .arrow-nav i:hover{
	color:#000;
	background-color:#fff;
}

.about--team .single--person img{
	display:block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.about--team .single--person .meta{
    background: #000000;
    color: #fff;
    padding: 24px;
}

.about--team .single--person .meta h4{
    margin: 0 0;
    font-weight: 600;
    font-size: 17px;
}

.about--team .single--person .meta h5{
    margin: 4px 0 0;
    color: #F4BD37;
    font-weight: 400;
    font-size: 14px;
}

.about--projects{
    padding: 48px 0 72px 0;
}

.about--projects h4{
    color: #7B7B7B;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    width: 100%;
    border-top: 1px solid #D8D8D8;
    padding-top: 24px;
	margin:0 0 32px;
}

.about--projects  .single--project{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about--projects  .single--project .desc{
	width:45%;
}

.about--projects  .single--project > img{
	width:48%;
	display:block;
}

.about--projects  .single--project .desc h3{
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 32px;
	letter-spacing:-1px;
    font-weight: 600;
	margin:0 0 32px;
    line-height: 32px;
}

.about--projects  .single--project .desc .primary{
	margin-top:16px;
}

.about--boxes .single--box{
	width:32%;
	background-color:#FAFAFA;
	padding:32px;
}

.about--boxes .single--box p{
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

.about--boxes .single--box h4{
    margin: 0 0 24px;
    display: flex;
    gap: 16px;
    align-items: center;
    color: #000;
    font-size: 16px;
}

.about--boxes .single--box h4 i{
    width: 32px;
    height: 32px;
    font-size: 12px;
    background-color: rgba(0,0,0,0.05);
    display: flex;
    justify-content: center;
    align-items: center;
}

.about--boxes .single--box p strong{
	    margin-top: 8px;
    font-weight: 600;
    border-bottom: 1px solid #F4BD37;
    display: inline-block;
}

.about--info{
    padding: 96px 0 72px;
}

.about--info .desc{
	width:55%;
}

.about--info .desc h3{
    color: #F4BD37;
    margin: 0;
    font-weight: 600;
}

.about--info .desc h2{
	font-size: 48px;
    width: 100%;
    line-height: 56px;
    letter-spacing: -.5px;
    margin: 16px 0 32px;
}

.about--info .logotypes{
	width:37%;
    display: flex;
    flex-wrap: wrap;
}

.about--info .logotypes > div{
	width:50%;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about--info .logotypes > div.yellow{
	background-color:#F4BD37
}

.about--info .logotypes > div.black{
	background-color:#000;
}

.home--hero{
	background-image:url('https://beeai.sumohost.pl/wp-content/uploads/2024/01/header-bg.jpg');
	background-size:cover;
	padding:224px 0 128px;
}

.home--hero .desc{
	width:55%;
}

.home--hero .desc h1{
    color: #fff;
    font-weight: 600;
    font-size: 44px;
    letter-spacing: -.5px;
    line-height: 52px;
}

.home--hero .desc h1 span{
	color:#F4BD37;
	display:block;
}

.home--hero .desc p{
	color: rgba(255,255,255,.9);
    font-weight: 300;
    font-size: 16px;
    width: 90%;
    line-height: 28px;
    margin: 28px 0 44px;
}

.home--hero .desc .buttons{
	display:flex;
	align-items: center;
	gap:24px;
}

.home--hero .desc h3{
	background-color: rgba(255,255,255,.1);
    display: inline-block;
    margin: 0;
    color: #F4BD37;
    font-weight: 500;
    padding: 8px 16px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media(max-width:700px){
	.container{
		padding:0 24px;
	}
	header.main .border{
		border:0;
	}
	header.main ul, header.main a.primary{
		display:none;
	}
	.home--hero .desc{
		width: 100%;
	}
	.home--hero .desc h1 {
		font-size: 32px;
		line-height: 44px;
	}
	.home--hero .desc h1 span{
		display: inline;
	}
	.home--hero {
		padding: 140px 0 80px;
	}
	.home--hero .desc .buttons{
		flex-direction: column;
	}
	.home--hero .desc .buttons a{
		width: 100%;
		text-align: center;
	}
	.about--info .desc{
		width: 100%;
		order:1;
	}
	.about--info .desc h2 {
		font-size: 28px;
		width: 100%;
		line-height: 36px;
		letter-spacing: -.5px;
		margin: 16px 0 32px;
	}
	.about--info .logotypes{
		order: 2;
		width: 100%;
		margin:48px 0 0;
	}
	.about--info{
		padding-top:64px;
	}
	.about--info .logotypes img{
		max-width: 120px;
		height: auto;
		display: block;
	}
	.about--boxes .single--box {
		width: 100%;
		margin-bottom:32px;
	}
	.about--team .single--person img {
		height: 300px;
	}
	.about--team .arrow-nav {
		margin-left: 0;
		margin-top:32px;
		width: 100%;
	}
	.about--team h2 {
		color: #fff;
		font-size: 28px;
		margin: 0 0 0px;
		font-weight: 600;
	}
	.about--projects .single--project .desc {
		width: 100%;
		order:2;
	}
	.about--projects .single--project{
		flex-wrap:wrap;
	}
	.about--projects .single--project > img{
		width:100%;
		margin-bottom:48px;
		order:1;
	}
	.about--projects .single--project .desc h3{
		font-size:28px;
	}
	.about--projects .single--project .desc h3 img{
		width: 48px;
		height: 48px;
		display: block;
	}
	.about--photo .desc{
		width: 100%;
	}
	.about--photo .desc h3 {
		font-size: 28px;
		line-height: 36px;
	}
	.about--photo img.about--half{
		width: 100%;
		height: auto;
		position: initial;
		display: block;
		margin: 64px 0 0;
		min-height: 0;
		transform: none;
	}
	.about--photo{
		padding-bottom:16px;
	}
	.home--contact .orange--form{
		width:100%;
		margin-bottom:32px;
		padding:40px;
	}

	.home--contact .col{	
		width:100%;
	}

	.home--contact .orange--form h3{
		font-size:24px;
		line-height: 32px;
	}

	.home--contact .col .black--box,.home--contact .col .grey--box{
		padding:40px;
	}
	footer.main .col, footer.main .col:first-of-type {
		width: 100%;
		max-width: 100%;
	}
	footer.main .copyrights{
		margin-top:16px;
	}
	    footer.main .row {
        row-gap: 32px;
    }
	.none{
		display:none;
	}
	footer.main .details--wrapper .contact--details a {
    font-size: 36px;
}
}