/*!
Theme Name: aidrops-wp
Theme URI: https://aidrops.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.align-stretch{
	align-items: stretch;
}

.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;
	border-radius: 3px;
	border:0;
	text-align: center;
}

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


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

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

header.main{
	width: 100%;
	position: sticky;
	top:0;
	z-index:1000;
	background:#fff;
	padding:24px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.04);
}

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

header.main .primary{
	margin-left:16px;
}

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(0,0,0,.9);
	font-weight: 400;
	text-decoration: none;
	padding:4px 0;
	font-size:14px;
}

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

@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;
	  }
}

footer.main{
	padding:56px 0 32px 0;
}

footer.main .col:first-of-type{
	width:30%;
	max-width:30%;
}

footer.main .col{
	max-width:20%;
}

footer.main .col p{
	width: 95%;
	margin:24px 0 24px;
}

footer.main .col h4{
    font-size: 16px;
    margin: 0 0 24px;
}

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

footer.main .col .contact--data li{
	display:flex;
	align-items: center;
	gap:20px;
}

footer.main .col .contact--data i{
	background-color:#F4F4F4;
	width:36px;
	height: 36px;
	border-radius: 4px;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size:13px;
}

footer.main .col .contact--data a{
	display:inline;
	text-decoration: none;
	font-size:14px;
	line-height: 21px;
	color:#3A3A3A;
}

footer.main .col .footer--nav{
	list-style: none;
	padding:0;
	margin:0;
}

footer.main .col .footer--nav a{
	text-decoration: none;
	font-size:14px;
	color:#3A3A3A;
	line-height: 28px;
}

footer.main .copyrights{
	margin-top:56px;
	color:#3A3A3A;
	font-size:13px;
}

footer.main .copyrights span a{
	font-weight: 500;
	color:#000;
	text-decoration: none;
}

.home--hero{
	padding:88px 0 0;
}

.home--hero h1{
    margin: 0;
    font-size: 44px;
    letter-spacing: -1.5px;
    text-align: center;
    width: 100%;
    color: #686868;
    font-weight: 600;
}

.home--hero h1 span{
	color:#000;
	font-weight: 700;
	background-image: url('https://aidrops.sumohost.pl/wp-content/uploads/2024/01/line.svg');
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

.home--hero p{
    width: 95%;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin: 8px auto;
}

.home--hero p:first-of-type{
	margin-top:56px;
}

.home--hero p:last-of-type{
	margin-bottom:40px;
}

.home--hero form{
	width: 100%;
    max-width: 750px;
	margin:0 auto 48px;
	display: flex;
	gap:16px;
	justify-content: center;
}

.home--hero form input{
	border: 0;
    background-color: #F1F1F1;
    width: 65%;
    padding: 18px 24px;
    font-size: 15px;
}

.home--hero img{
	width: 100%;
	max-width: 1040px;
	margin:0 auto;
	display: block;
}

.home--how{
	padding:88px 0;
	background-image:linear-gradient(to top, #313131, #292929)
}

.home--how .row > h3{
    width: 100%;
    text-align: center;
    color: #F4BD37;
    font-size: 18px;
    letter-spacing: -.5px;
    font-weight: 600;
    margin: 0 0;
}

.home--how .row > h2{
    width: 100%;
    margin: 24px 0 72px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: -.5px;
    font-size: 36px;
}

.home--how  .col{
    width: 32%;
    background-color: #3A3A3A;
    padding: 40px 32px;
    border-radius: 3px;
}

.home--how  .col span{
    color: #F4BD37;
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
}

.home--how  .col h3{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 24px 0;
}

.home--how  .col p{
    font-size: 15px;
    color: rgba(255,255,255,.9);
    font-weight: 300;
    margin: 8px 0 0;
}

.home--how  .col a.more{
	background-color: rgba(255,255,255,.1);
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: .5s;
    margin-top: 24px;
    border: 0;
    border-radius: 3px;
    display: inline-block;
}

.home--about{
	padding:96px 0;
}

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

.home--about .desc h3{
    width: 100%;
    color: #F4BD37;
    font-size: 18px;
    letter-spacing: -.5px;
    font-weight: 600;
}

.home--about .desc h2{
	width: 85%;
    margin: 24px 0 32px;
    color: #000;
    font-weight: 600;
    letter-spacing: -.5px;
    font-size: 36px;
    line-height: 44px;
}

.home--about .desc p{
    line-height: 26px;
    width: 90%;
    margin: 8px 0;
}

.home--about .desc .secondary{
	font-size:15px;
	margin-top:24px;
}

.home--about .image--wrapper{
	width: 40%;
	background-color:#FAFAFA;
	border-radius: 3px;
	min-height: 550px;
}

.home--faq{
    padding: 96px 0 64px;
    background-image: linear-gradient(to bottom, #FBFBFB, #fff);
}

.home--faq .row > h2{
	width: 100%;
    margin: 24px 0 72px;
    text-align: center;
    color: #000;
    font-weight: 600;
    letter-spacing: -.5px;
    font-size: 36px;
}

.home--faq .row > p{
    width: 100%;
    max-width: 920px;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin: 24px auto 72px;
}

.home--faq .single--question{
	background-color: #FAFAFA;
    width: 49%;
    padding: 40px 32px;
    border-radius: 3px;
	margin-bottom:24px;
}

.home--faq .single--question h3{
    margin: 0 0 24px;
    font-weight: 600;
}

.home--faq .single--question p{
width: 100%;
    line-height: 24px;
    font-size: 14px;
    margin: 8px 0;
}

.home--cta{
	padding:0 0 32px;
}

.home--cta .cta--wrapper{
	width: 100%;
    background-color: #F4BD37;
    border-radius: 6px;
    padding: 64px 40px;
    background-image: url(https://aidrops.sumohost.pl/wp-content/uploads/2024/01/newsletter-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}


.home--cta .cta--wrapper h3{
    margin: 0;
    font-size: 32px;
    letter-spacing: -1px;
    text-align: center;
    width: 100%;
    color: #000;
    font-weight: 600;
}

.home--cta .cta--wrapper h3 span{
	font-weight: 700;
	background-image: url('https://aidrops.sumohost.pl/wp-content/uploads/2024/01/white-line.svg');
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

.home--cta .cta--wrapper p{
    width: 100%;
    max-width: 750px;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin: 32px auto 32px;
}

.home--cta .cta--wrapper form{
	width: 100%;
    max-width: 750px;
	margin:0 auto;
	display: flex;
	gap:16px;
	justify-content: center;
}

.home--cta .cta--wrapper form input{
	border: 0;
    background-color: #F1F1F1;
    width: 65%;
    padding: 18px 24px;
    font-size: 15px;
}

.home--cta .cta--wrapper form button{
	background-color:#000;
	color:#fff;
}

.home--list {
	padding:96px 0 64px
}

.home--list .row > h3{
    width: 100%;
    text-align: center;
    color: #F4BD37;
    font-size: 18px;
    letter-spacing: -.5px;
    font-weight: 600;
    margin: 0 0;
}

.home--list .row > h2{
    width: 100%;
    margin: 24px 0 32px;
    text-align: center;
    color: #686868;
    font-weight: 600;
    letter-spacing: -.5px;
    font-size: 36px;
	line-height: 44px;
}

.home--list .row > h2 span{
	color:#000;
	display: block;
}

.home--list .row > p{
    width: 100%;
    max-width: 920px;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin: 0 auto 72px;
}


.home--list .single--function{
	width: 31%;
	margin-bottom:32px;
}

.home--list .single--function i{
	width: 64px;
    height: 64px;
    background: #FAFAFA;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.home--list .single--function h4{
	font-weight: 600;
    font-size: 18px;
    margin: 24px 0 16px;
    text-align: center;
    width: 100%;
}

.home--list .single--function p{
	margin:0 auto;
    color: #3A3A3A;
    font-size: 15px;
    width: 85%;
    text-align: center;
}

.home--pricing{
	padding:56px 0 96px;
}


.home--pricing .row > h3{
    width: 100%;
    margin: 0 0 32px;
    text-align: center;
    color: #000;
    font-weight: 600;
    letter-spacing: -.5px;
    font-size: 36px;
	line-height: 44px;
}

.home--pricing .row > h3 span{
	color:#F4BD37;
}

.home--pricing .row > p{
    width: 100%;
    max-width: 920px;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin: 0 auto 72px;
}

.home--pricing .col{
	width:31%;
	background-color:#FAFAFA;
	border:1px solid #FAFAFA;
	padding:40px 32px;
	border-radius: 6px;
}

.home--pricing .col h4{
	font-size: 24px;
    font-weight: 600;
    letter-spacing: -.5px;
    color: #464646;
    margin: 0;
}

.home--pricing .col h5{
	font-size: 36px;
    font-weight: 600;
    letter-spacing: -.5px;
    color: #464646;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    gap: 16px;
    margin: 24px 0 32px;
}

.home--pricing .col  p{
	margin: 24px 0 32px;
    width: 95%;
    line-height: 25px;
}

.home--pricing .col h5 small{
    font-size: 13px;
    opacity: .75;
    letter-spacing: 1px;
}

.home--pricing .col hr{
    display: block;
    background: #DBDBDB;
    width: calc(100% + 64px);
    border: 0;
    height: 1px;
    margin: 32px 0 32px -32px;
}

.home--pricing .col h6{
	color: #464646;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 24px 0 24px;
    opacity: .75;
}

.home--pricing .col  ul{
	margin:0;
	padding:0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap:10px;
	font-size:15px;
}

.home--pricing .col  ul li{
	padding-left:32px;
	position: relative;
    line-height: 20px;
}

.home--pricing .col  ul li strong{
	font-weight:500
}

.home--pricing .col  ul li::before{
	font-weight: 900;
    font-family: "Font Awesome 6 Sharp";
    content: "\f00c";
    position: absolute;
    font-size: 10px;
    left: 0;
    color: #F4BD37;
    border: 2px solid #F4BD37;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.home--pricing .col a.more{
	display: block;
    width: 100%;
    background-color: rgba(0,0,0,0.1);
    border-radius: 3px;
    padding: 12px;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    margin-top: 32px;
    font-size: 15px;
	transition: .5s;
}


.home--pricing .col.featured{
	background-color:#FEFCF5;
	border-color:#F4BD37;
}

.home--pricing .col.featured a.more{
	background-color:#F4BD37;
}


.home--pricing .col a.more:hover, .home--pricing .col.featured a.more:hover{
	background-color:#000;
	color:#fff;
}


.home--who{
    padding: 96px 0 64px;
    background-image: linear-gradient(to bottom, #FBFBFB, #fff);
}


.home--who .row > h3{
    width: 100%;
    text-align: center;
    color: #F4BD37;
    font-size: 18px;
    letter-spacing: -.5px;
    font-weight: 600;
    margin: 0 0;
}

.home--who .row > h2{
    width: 100%;
    margin: 24px 0 32px;
    text-align: center;
    color: #686868;
    font-weight: 600;
    letter-spacing: -.5px;
    font-size: 36px;
	line-height: 44px;
}

.home--who .row > h2 span{
	color:#000;
}

.home--who .row > p{
    text-align: center;
    width: 100%;
    font-size: 15px;
}

.home--who .row > p a{
	color:#000;
	text-decoration: underline;
	font-weight: 600;
}

.home--who .single--who{
	padding:32px;
	border-radius: 3px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.02);
}

.home--who .owl-carousel .single--who img{
	width: 80px;
	height: 80px;
	background-color:#FBFBFB;
	border-radius: 3px;
	padding:16px;
}

.home--who .owl-carousel .single--who  p{
	margin: 24px 0;
    width: 95%;
    font-size: 15px;
    line-height: 28px;
}

.home--who .owl-carousel .single--who h4{
	margin: 24px 0;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: -.5px;
}

.home--who .owl-carousel .single--who .buttons{
	gap:12px;
	display: flex;;
}

.home--who .owl-carousel .single--who .buttons a{
	font-size:15px;
	padding:15px 30px;
}

.home--who .owl-carousel .owl-item{
	padding:10px;
}

.home--who .owl-carousel  .owl-nav button.owl-prev{
	position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid #D7D7D7;
    border-radius: 50%;
}

.home--who .owl-carousel  .owl-nav button.owl-next{
	position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid #D7D7D7;
    border-radius: 50%;
}

.home--who .owl-carousel  .owl-nav button.owl-next:hover, .home--who .owl-carousel  .owl-nav button.owl-prev:hover{
	border:1px solid #F4BD37;
	background-color:#F4BD37;
	color:#000;
}


.home--who .owl-carousel{
	margin:40px 0;
}

.home--testimonies{
	padding:80px 0;
}

.home--testimonies h2{
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0 0 64px;
}

.home--testimonies h2 span{
	background-image: url('https://aidrops.sumohost.pl/wp-content/uploads/2024/01/line.svg');
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

.home--testimonies .single--testimony{
	background-color:#FAFAFA;
	padding:32px;
}

.home--testimonies .single--testimony p{
    font-size: 14px;
    width: 95%;
    margin: 20px 0;
}

.home--testimonies .single--testimony .meta{
	display:flex;
	gap:24px;
	align-items: center;
}

.home--testimonies .single--testimony .stars{
	color:#F4BD37;
	letter-spacing: 2px;
}

.home--testimonies .single--testimony .meta img{
	width: 64px;
	height: 64px;
	border-radius: 50%;
}

.home--testimonies .single--testimony .meta h5{
    font-weight: 600;
    font-size: 15px;
	line-height: 22px;
	margin:0;
}

.home--testimonies .single--testimony .meta h5 span{
    display: block;
    font-weight: 400;
}

.owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:40px !important;
}

.owl-theme .owl-dots .owl-dot span{
	background-color:#EFEFEF !important;
}

 .owl-theme .owl-dots .owl-dot.active span,  .owl-theme .owl-dots .owl-dot:hover span {
    background: #F4BD37 !important;
}

.home--features{
	padding:64px 0;
}

.home--features .row > h2{
	width: 100%;
    margin: 0 auto 72px;
    text-align: center;
    color: #686868;
    font-weight: 600;
    letter-spacing: -.5px;
    font-size: 36px;
    max-width: 850px;
    line-height: 44px;
}

.home--features .row > h2 span{
	color:#000;
}

.home--features ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display:flex;
	flex-direction: column;
	gap:8px;
	width:50%;
}
.home--features ul.tabs li{
	cursor:pointer;
    padding: 32px;
	transition:.5s;
	opacity:.5;
    border-bottom: 2px solid #fff;
}

.home--features ul.tabs li h3{
	color: #000;
    display: flex;
    margin: 0;
    align-items: center;
    gap: 16px;
    font-weight: 600;
    font-size: 19px;
}

.home--features ul.tabs li p{
	width: 95%;
    margin: 6px 0 0;
    line-height: 26px;
	display:none;
}

.home--features ul.tabs li p:first-of-type{
	margin-top:24px;
}

.home--features ul.tabs li.current{
    background-color: #FAFAFA;
    padding: 32px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 2px solid #F4BD37;
	opacity:1;
}

.home--features ul.tabs li.current p{
	display:block;
}

.home--features .tab-content{
	display: none;
	width:48%
}

.home--features .tab-content img{
	display:block;
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.home--features .tab-content.current{
	display: inherit;
}


@media(max-width:700px){
	.container{
		padding:0 24px;
		width: 100%;
	}
	.home--how .row > h2, .home--faq .row > h2, .home--pricing .row > h3, .home--list .row > h2, .home--features .row > h2, .home--who .row > h2{
		font-size: 28px;
		line-height: 36px;
	}
	header.main .border{
		border:0;
	}
	header.main ul, header.main a.primary, header.main a.secondary{
		display:none;
	}
	footer.main .col, footer.main .col:first-of-type {
		width: 100%;
		max-width: 100%;
		margin-bottom:56px;
	}
	footer.main .copyrights{
		margin-top:16px;
	}
	.home--hero h1 {
		font-size: 32px;
		line-height: 40px;
	}
	.home--hero{
		padding-top:40px;
	}
	.home--hero p {
		width: 100%;
		max-width: 750px;
		font-size: 14px;
		text-align: center;
		line-height: 25px;
		margin: 32px auto 32px;
	}
	.home--hero form, .home--cta .cta--wrapper form{
		flex-direction: column;
	}
	.home--hero form input, .home--hero form button, .home--cta .cta--wrapper form input, .home--cta .cta--wrapper form button{
		width: 100%;
	}
	.home--how .col{
		width:100%;
		margin-bottom:32px;
	}
	.home--how{
		padding:72px 0 40px;
	}
	.home--faq .single--question{
		width:100%;
	}
	.home--cta .cta--wrapper h3 {
		font-size: 28px;
		line-height: 32px;
	}
	.home--faq{
		padding:72px 0 40px;
	}
	.home--pricing .col{
		width:100%;
		margin-bottom:32px;
	}
	.home--pricing .col h5{
		font-size:24px;
	}
	.home--list .single--function{
		width:100%;
	}
	.home--testimonies{
		padding:24px 0;
	}
	.home--features .tab-content, .home--features .tab-content.current{
		display:none;
	}
	.home--features ul.tabs{
		width:100%;
		gap:40px;
	}
	.home--features ul.tabs li{
		padding:0 16px;
		opacity:1;
	}
	.home--features ul.tabs li p{
		display: block;
	}
	.home--features ul.tabs li.current{
		background:#fff;
		border-bottom:2px solid #fff;
		padding:0 16px;
	}
	.home--who .owl-carousel .single--who .buttons{
		flex-direction: column;
	}
	.home--who .owl-carousel .single--who .buttons a{
		width: 100%;
		text-align:center;
	}
	.home--about .image--wrapper{
		order:2;
		width: 100%;
		min-height: 250px;
	}
	.home--about .desc{
		order:1;
		width:100%;
		margin-bottom:48px;
	}
	.home--about .desc h2{
		font-size:24px;
		line-height: 32px;
		width: 95%;
	}
}