/* CSS Document */

/*# sourceMappingURL=front-page.css.map */

#hero {
    position: relative;
    height: 950px;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.background img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#hero .background img {
	object-position: top;
}

.wp-video {
    width: 100% !important;
}

div#mep_0 {
    width: 100% !important;
    height: 950px !important;
}

video#video-9-1_html5 {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.mejs-controls {
	display: none !important;
}

.hero-content {
    position: relative;
    /* background: rgba(44, 81, 119, .3); */
    height: 100%;
    width: 100%;
}

.hero-links {
    position: relative;
    max-width: 1500px;
    height: 100%;
    margin: auto;
}

.hero-links li {
    position: absolute;
}

.hero-links li img {
    margin-bottom: 10px;
}

.hero-links li:nth-of-type(1) {
    left: 30px;
    top: 30px;
}

.hero-links li:nth-of-type(2) {
    right: 30px;
    top: 30px;
}

.hero-links li:nth-of-type(3) {
    left: 30px;
    bottom: 30px;
}

.hero-links li:nth-of-type(4) {
    bottom: 30px;
    right: 30px;
}

.hero-links li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-link-title {
    color: white;
    font-family: var(--main-font);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 27px;
    margin: 0px;
    text-align: center;
}

.hero-links li .hero-link-title:after {
    height: 2px;
    width: 0%;
    content: "";
    display: block;
    background: white;
    transition: width .3s;
}

.hero-links li:hover .hero-link-title:after {
    width: 100%;
    transition: width .3s;
}




/* BUCKETS */

.bucket-list {
    display: flex;
}

.bucket-list li:nth-child(odd) {
    background: var(--dark-blue);
}

.bucket-list li:nth-child(even) {
    background: var(--light-blue);
}

.bucket-list li:nth-child(odd) .bucket-link:after, .bucket-list li:nth-child(odd) .bucket-link:before {
	background: var(--dark-blue);
}

.bucket-list li:nth-child(even) .bucket-link:after, .bucket-list li:nth-child(even) .bucket-link:before {
	background: var(--light-blue);
}

.bucket-list li {
    width: 25%;
    display: flex;
    flex-direction: column;
    padding: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.bucket-title {
    color: white;
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 600;
}

.bucket-link {
    font-family: var(--main-font);
    text-transform: uppercase;
    padding: 10px;
    border: 2px solid white;
    color: white;
    width: fit-content;
    transition: .3s;
    font-size: 16px;
	position: relative;
	z-index: 1;
}

.bucket-link:before {
	content: "";
	display: block;
	height: 0%;
	width: calc(100% + 5px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: height .3s;
}

.bucket-link:after {
	content: "";
	display: block;
	height: calc(100% + 5px);
	width: 0%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: width .3s;
}

.bucket-link:hover:before {
	height: 50%;
	transition: height .3s;
}

.bucket-link:hover:after {
	width: 50%;
	transition: width .3s;
}

.bucket-link:hover {
    color: white;
    transition: .3s;
}



/* ITA */

#ita {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ita .left, #ita .right {
    width: 50%;
}

#ita .left {
    padding: 0 100px;
}

.small-title {
    font-size: 24px;
    font-family: var(--main-font);
    color: var(--dark-gray);
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.small-title:before {
    content: "";
    display: inline-block;
    width: 10px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    background: var(--light-blue);
    margin-right: 10px;
}

.big-title {
    color: var(--dark-gray);
    font-size: 60px;
    font-weight: bold;
}

.ita-text {
    max-width: 800px;
}

#ita p {
    font-size: 18px;
    font-family: var(--main-font);
}

#ita .right {
    position: relative;
}

#ita .right p {
	margin: 0;
}

#ita .right iframe {
	width: 100%;
	height: 700px;
}

/* TEAM */

#team {
    background: var(--dark-blue);
    padding: 100px 20px;
    margin-top: -8px;
}

#team .wrap {
    /* max-width: 1500px; */
}

#team .big-title {
    color: white;
    display: flex;
    align-items: center;
}

#team .big-title:before {
    content: "";
    display: inline-block;
    width: 10px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    background: var(--light-blue);
    margin-right: 10px;
}

/* 
#team .wpcp-carousel-section .wpcp-single-item {
    box-shadow: 3px 3px 15px #00000029;
}

#team .wpcp-carousel-section .wpcp-single-item img {
    aspect-ratio: 1 / 1!important;
    object-fit: cover!important;
}
 */

.team-members {
	display: flex;
	align-items: center;
	justify-content: center;
}

.team-members li {
	margin: 20px;
	/* width: 50%; */
	position: relative;
}

.team-members li img {
	max-height: 700px;
	/* height: 100%; */
	position: relative;
	z-index: 5;
	box-shadow: 3px 3px 15px #00000029;
	width: 100%;
	aspect-ratio: .71 / 1!important;
	object-fit: cover;
	
}

.team-member-title:before {
	content: "";
	background: var(--dark-blue);
	display: block;
	height: 0%;
	width: calc(100% + 10px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: height .3s;
}

.team-member-title:after {
	content: "";
	background: var(--dark-blue);
	display: block;
	height: calc(100% + 10px);
	width: 0%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: width .3s;
}

.team-members li:hover .team-member-title:before {
	height: 50%;
	transition: height .3s;
}

.team-members li:hover .team-member-title:after {
	width: 50%;
	transition: width .3s;
}

.team-member-title {
	margin-top: 20px;
	padding: 20px 0px;
	margin-bottom: 0px;
	color: white;
	position: relative;
	text-align: center;
	border: 3px solid white;
	z-index: 1;
	font-size: 30px;
}

#team .testimonial-link, #team .testimonial-link::after {
	color: white;
}

/* FOR ALL / TABS */

#all {
    padding: 100px 20px;
    background: linear-gradient(330deg, rgba(255,255,255,1) 60%, rgba(248,248,248,1) 60%);
}

#all p {
    color: var(--dark-gray);
    columns: 2;
    column-gap: 50px;
}


.tabcontent {
    display: none;
}

 .active {
    display: block;
}

.tabcontent:nth-of-type(2) {
	display: block;
}

#tab-flex {
    display: flex;
    margin-top: 100px;
}

.tabcontent {
    margin-left: 200px;
    height: 800px;
    position: relative;
    overflow: hidden;
	box-shadow: 3px 3px 15px #00000029;
}

.tab-hover {
    position: relative;
    height: 100%;
    background: black;
    color: white;
    display: flex;
    align-items: flex-end;
    background: transparent linear-gradient(180deg, #242A6400 0%, #242A64 100%) 0% 0% no-repeat padding-box;
    transform: translatey(10%);
    opacity: 0;
    transition: .6s ease;
}

.tabcontent .tab-hover {
    transform: translatey(0%);
    opacity: 1;
    transition: .6s ease;
}

.tabcontent:hover img {
    transform: scale(1.1);
    transition: transform .6s;
}

.tab-text {
    display: flex;
	flex-direction: column;
}

.tab-text .tab-title {
    font-size: 24px;
    color: white;
    border: 0px;
    margin: 0px 10px;
	margin-bottom: 10px;
    /* align-self: flex-start; */
    padding: 0px;
	cursor: text!important;
}

.tab-text p {
    color: white!important;
    columns: 1!important;
    padding: 10px;
	padding-top: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
	margin-bottom: 10px;
}

.tab-text .tab-title:before {
    display: none;
}

.tab-text .tab-title:hover {
    color: white;
}

.tab-text a {
	color: var(--light-blue);
	font-weight: bold;
	text-transform: uppercase;
}

.tab-text a:hover {
	color: white;
}


.tabcontent img {
    box-shadow: 3px 3px 15px #00000029;
    transform: scale(1);
    transition: transform .6s;
}

.tab-title {
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 3px solid #F1F1F1;
    padding: 20px;
    display: flex;
    align-items: center;
    position: relative;
    transition: .3s;
}

.tab-title:hover {
    color: var(--light-blue);
    cursor: pointer;
    transition: .3s;
}

.active .tab-title:before {
     content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 10px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    background: var(--light-blue);
    margin-right: 10px;
}

.active .tab-title {
	color: var(--light-blue);
}




/* TESTIMONIALS */

#testimonials {
    padding: 100px 20px;
    background: linear-gradient(330deg, rgba(248,248,248, 1) 60%, rgba(255,255,255, 1) 60%);
}

#testimonials .wrap {
    max-width: 1500px;
}

#testimonials .small-title {
	margin: 0 0 30px;
}

.ti-rating-text {
    display: none;
}

#testimonials .ti-widget.ti-goog .ti-review-item>.ti-inner {
    border-radius: 0px!important;
    box-shadow: inset 3px 3px 45px #FFFFFF, 3px 3px 15px #252A6326;
}

.testimonial-link {
    float: right;
    color: var(--dark-gray);
    font-weight: bold;
    transition: all .3s;
    font-size: 24px;
}

.testimonial-link:after {
    content: "\f345";
    float: right;
    font: normal 24px/1 "dashicons";
    padding: 8px;
    margin-right: -20px;
    color: var(--dark-gray);
    font-weight: 700;
	transition: all .3s;
}

.testimonial-link:hover {
	color: var(--dark-gray);
    transform: translatex(-10px);
    transition: all .3s;
}

.testimonial-link:hover:after {
    transform: translatex(10px);
    transition: all .3s;
}


/* BLOGS */

#blog-section {
    padding: 50px 20px;
    background: rgba(248,248,248, 1);
}

#blog-section .wrap {
	max-width: 1500px;
}

#blog-section .small-title {
	margin-bottom: 40px;
}

.blog-container {
	display: flex;
	gap: 40px;
}

.blog-post {
	display: flex;
	box-shadow: inset 3px 3px 45px #FFFFFF, 3px 3px 15px #252A6326;
	width: 33%;
	transform: translatey(0%);
	transition: transform .3s ease-out;
}

.blog-post:hover {
	transform: translatey(-5%);
	transition: transform .3s ease-out;
}

.blog-image-flex {
	width: 20%;
	height: 100%;
	position: relative;
}

.blog-image-flex img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.blog-text-flex {
	width: 80%;
	padding: 40px 20px;
}

.blog-post-title {
	color: var(--dark-blue);
	font-weight: bold;
}

.blog-excerpt {
	margin: 0px;
	line-height: 25px;
	font-size: 18px;
}

























/* MEDIA QUERIES */

@media(max-width: 2000px) {
	#hero {
	    height: 750px;
	}
	
	div#mep_0 {
		height: 750px !important;
	}	
}

@media (max-width: 1650px) {
	
	#ita .left {
	    padding: 0 50px;
	}
}

@media (max-width: 1440px) {

	#ita .left {
	    padding: 0 50px;
	}

	#ita .left .big-title {
	    font-size: 40px;
	}		
}

@media(max-width: 1250px) {
	
	.blog-container {
		flex-wrap: wrap;
	}

	.blog-post {
		display: flex;
		box-shadow: inset 3px 3px 45px #FFFFFF, 3px 3px 15px #252A6326;
		width: calc(50% - 20px);
		flex-grow: 1;
	}
}

@media(max-width: 1200px) {
    #ita .left {
        padding: 40px;
    }

    .small-title {
        font-size: 20px;
    }

    .big-title {
        font-size: 40px;
    }

    #ita p {
        font-size: 16px;
    }
}

@media(max-width: 1024px) {
    #hero {
        height: 750px;
    }

    #ita {
        flex-direction: column-reverse;
    }

    #ita .left {
        width: 100%;
    }

    #ita .right {
        width: 100%;
    }

	#ita .right iframe {
		height: 500px;
	}
	
    #team {
        padding: 50px 20px;
    }

	.team-member-title {
		font-size: 20px;
	}

    .tabcontent {
        margin-left: 40px;
    }

}

@media(max-width: 900px) {
    .bucket-list {
        flex-wrap: wrap;
    }

    .bucket-list li {
        width: 50%;
    }

    .bucket-list li:nth-child(4) {
        background: var(--dark-blue);
    }

    .bucket-list li:nth-child(3) {
        background: var(--light-blue);
    }

	.bucket-list li:nth-child(4) .bucket-link:after, .bucket-list li:nth-child(4) .bucket-link:before {
	background: var(--dark-blue);
}

.bucket-list li:nth-child(3) .bucket-link:after, .bucket-list li:nth-child(3) .bucket-link:before {
	background: var(--light-blue);
}

    #tab-flex {
        flex-direction: column;
        margin-top: 20px;
    }

    .tab-title {
        font-size: 30px;
        padding: 10px 20px;
    }

    #all p {
        font-size: 16px;
        columns: 1;
    }

    .tabcontent {
        margin: auto;
    }

	.blog-post {
		width: 100%;
	}
}


@media(max-width: 800px) {
    #hero {
        height: 400px;
    }

	div#mep_0 {
		height: 400px !important;
	}		
	
    .hero-content {
        display: none;
    }

	#ita .right iframe {
		height: 450px;
	}
	
    .tabcontent {
        height: 600px;
    }

    .tab-text {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .tab-text .tab-title {
        align-self: center;
    }
    
    .tab-text p {
        padding: 10px!important;
    }

}

@media(max-width: 600px) {
    .hero-link-title {
        font-size: 16px;
    }

	#ita .right iframe {
		height: 350px;
	}
	
	.team-member-title {
		font-size: 16px;
	}

	.team-members {
		flex-wrap: wrap;
	}

	.team-members li {
		margin: 10px 0px;
	}

	.team-members li {
		width: 100%;
	}

    .tabcontent {
        height: auto;
    }

    .tab-text {
        padding: 40px 20px;
    }

	.blog-post {
		flex-direction: column;
	}

	.blog-text-flex, .blog-image-flex {
		width: 100%;
	}

	.blog-image-flex {
		height: 200px;
	}

	.blog-post-title {
		font-size: 18px;
	}

	.blog-excerpt {
		font-size: 16px;
	}

	.tab-hover {
		transform: translatey(0%);
		opacity: 1;
	}

	#tabs {
		display: flex;
		flex-wrap: wrap;
	}

	.tablinks {
		width: 50%;
	}

	.tab-title {
		border: 3px solid #F1F1F1;
		margin: 0px;
		font-size: 24px;
	}

	.active .tab-title {
		background: #F1F1F1;
		color: var(--light-blue);
	}

	#testimonials {
	    padding: 20px 20px;
	}

}

@media(max-width: 500px) {
    
    .big-title {
        font-size: 30px;
    }

    #ita .left {
        padding: 20px;
    }

	#ita .right iframe {
		height: 250px;
	}	

    #team {
        padding: 20px;
    }

    #all p {
        font-size: 14px;
    }

    #all {
        padding: 20px;
    }

	.tab-title {
		font-size: 20px;
	}
}

@media(max-width: 400px) {
    #hero {
        height: 300px;
    }
    
	div#mep_0 {
		height: 300px !important;
	}		
	
    .bucket-list li {
        /* width: 100%; */
        padding: 10px;
    }

    .bucket-title {
        font-size: 16px;
    }

	.tab-title {
		font-size: 16px;
	}

}