:root {
    --color_primario: #18191A;
    --color_secundario: #d71300;
    --color_gris_medio: #8898A1;
    /* --color_verde: #98A141;
    --color_amarillo: #FA991C; */
    --color_blanco: #fff;
    --color_blanco_2: #FBF3F2;
    --color_obscuro: #18191A;
    --color_negro: #000;
    --verdeWhatsapp: #25d366;
    --verdeCheck: #00b600;
    --rosaInstagram: #e8486c;
    --rojo1: #e60000;
    --rojoIntenso: #FF0000;
    --fuentePrincipal: 'Poppins', sans-serif;
    --fontAwesome: "Font Awesome 5 Free";
    --fontAwesomeBrands: "Font Awesome 5 Brands";
}
html{font-size:62.5%;box-sizing:border-box;scroll-behavior: smooth;}
*,*:before,*:after{box-sizing: inherit;}
body {
    font-size: 1.6rem;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
}
html.lenis, html.lenis body {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
overscroll-behavior: contain;
}
.lenis.lenis-stopped {
overflow: hidden;
}
.lenis.lenis-scrolling iframe {
    pointer-events: none;
} 
/* =========== Ultilidades Globales =========== */
.dn,.hide {
    display: none !important;
}
img{
    width: 100%;
}
.link{
    color: #019ffd;
}
.simple_link:hover{
    transition: .3s ease;
    color: #019ffd;
}
.white {
    color: #fff!important;
}
.container {
    max-width: 94%;
    margin: 0 auto;
}
@media (min-width:1300px){
    .container {
        max-width: 120rem;
    }
}
@media (min-width:1400px){
    .container {
        max-width: 130rem;
    }
}
@media (min-width:1600px){
    .container {
        max-width: 140rem;
    }
}
h1{font-size: 32px;}
h2{font-size: 28px;}
h3{font-size: 24px;}
h4{font-size: 20px;}
h5{font-size: 18px;}
.section_title{
    text-transform: uppercase;
    font-size: 2.8rem;
    text-align: center;
    font-weight: normal;
}
.page_title{
    font-weight: normal;
    font-size: 40px;
}
a {text-decoration: none;}
.web_image{
    display: none;
}
@media (min-width:760px){
    .swal2-container {
        transform: scale(2);
    }
}
@media (min-width:1100px){
    .section_title{
        text-transform: uppercase;
        font-size: 3rem;
        text-align: center;
    }
    .web_image{
        display: block;
    }
    .mobil_image{
        display: none;
    }
}
@media (min-width:1400px){
    .section_title{
        text-transform: uppercase;
        font-size: 3.5rem;
        text-align: center;
    }
}
/* =========== Custom scrollbar =========== */
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 .25rem .2rem rgba(0, 0, 0, .3);
    background: rgb(12, 22, 32);
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #2c4479;
}
::-webkit-scrollbar-thumb:hover {
    background: #203563;
}
/* =========== Botones btn =========== */
.whatsapp_btn_float{
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 5.5rem;
    z-index: 98;
    opacity: 0;
    pointer-events: none;
    transform: translateY(2rem);
    transition: .4s ease-in;
}
.whatsapp_btn_float.whatsapp_btn_float--visible{
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}
.primary_button{
    color: #fff;
    border: 1px solid #fff;
    padding: 1.7rem 4rem;
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: .1rem;
    position: relative;
    transition: .3s;
}
.primary_button--inverted{
    color: #000;
    border: 1px solid #000;
}
.primary_button:hover{
    letter-spacing: 1.1rem;
}
.primary_button::after{
    content: '';
    width: 0;
    height: 100%;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .4s;
}
.primary_button::before{
    content: '';
    height: 0;
    width: 100%;
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .4s;
}
.primary_button--inverted::before,
.primary_button--inverted::after{
    background-color: #000;
}
.primary_button:hover::after,
.primary_button:hover::before{
    bottom: -1rem;
    left: -1rem;
}
.primary_button:hover::after{
    width: 1px;
}
.primary_button:hover::before{
    height: 1px;
}
.btn_underline_anim{
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.btn_underline_anim::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: .3s ease;
}
.btn_underline_anim:hover:after{
    left: 0;
    animation: fromLeftbtn .3s ease;
}
.active.btn_underline_anim:after{
    left: 0;
}
.active.btn_underline_anim:hover:after{
    animation:none;
}
@keyframes fromLeftbtn {
    0%{
        left: -100%;
    }
    100%{
        left: 0%;
    }
}
@media (min-width:1100px){
    .whatsapp_btn_float{
        position: fixed;
        bottom: 2.5rem;
        right: 2.5rem;
        width: 7rem;
        z-index: 98;
    }
}
/* =========== Animate CSS =========== */
@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation:shakeX .8s ease;animation:shakeX .8s ease}
/* =========== Site header =========== */
#site_header{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    padding: 1rem;
    overflow: hidden;
    transition: .3s ease;
    height: 11rem;
}
#site_header.site_header--shownav{
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
    backdrop-filter: blur(2px);
}
.site_header_logo{
    margin: 1rem;
    width: 7rem;
    height: 7rem;
    border: 2px solid #fff;
    transform: rotate(45deg);
    overflow: hidden;
    animation: logo_anim 1s;
}
@keyframes logo_anim {
    0%{
        transform: rotate(-315deg);
    }
    20%{
        transform: rotate(-315deg);
    }
    100%{
        transform: rotate(45deg);
    }
}
.site_header_logo img{
    transform: rotate(-45deg);
    width: 85%;
    animation: logo_img_anim 1.5s;
}
@keyframes logo_img_anim {
    0%{
        transform: rotate(-360deg) scale(0);
    }
    60%{
        transform: rotate(-360deg) scale(0);
    }
    100%{
        transform: rotate(-45deg) scale(1);
    }
}
.site_header_nav ul{
    list-style: none;
    padding: 0;
    position: absolute;
    top: 18rem;
    left: 6rem;
}
.site_header_nav ul li a{
    color: #fff;
    margin-right: 15rem;
    font-size: 3.5rem;
    text-transform: uppercase;
    margin-bottom: 8rem;
}
/* .site_header_nav ul li:last-of-type a{
    margin-right: 0;
} */
@media (min-width:1100px){
    #site_header{
        display: grid;
        grid-template-columns: 1fr 3fr;
        align-items: center;
        justify-items: center;
        height: 11rem;
    }
    .site_header_nav ul{
        display: flex;
        position: initial;
    }
    .site_header_nav ul li a{
        font-size: 2.3rem;
        margin-bottom: 0;
    }
}
/* Menu Icon */
.menu-icon {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top:3rem;
    right:3rem;
}
.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: 0.4s;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 3px) scale(1.3);
    transform: rotate(-45deg) translate(-4px, 3px) scale(1.3);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) scale(1.3);
    transform: rotate(45deg) translate(-8px, -8px) scale(1.3);
}
@media (min-width:900px){
    .menu-icon{
        display: none;
    }
}
/* =========== Top index section =========== */
.top_index{
    position: relative;
    width: 100%;
    height: 50vh;
}
.top_index_video_c,
.top_index_video_c video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top_index_video--pc{
    display: none;
}
.top_index_video_c::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.top_index_text_c{
    position: absolute;
    z-index: 3;
    bottom: 13%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.top_index_text_c h2{
    color: #fff;
    font-size: 4rem;
    text-align: center;
    font-weight: 300;
}
@media (min-width:1100px){
    .top_index_text_c h2{
        font-size: 7rem;
    }
    .top_index{
        height: 100vh;
    }
    .top_index_video--movil{
        display: none;
    }
    .top_index_video--pc{
        display: initial;
    }
    
}
/* =========== Sidebar =========== */
.sidebar{
    text-align: center;
}
.sidebar_inverted{
    border-right-color: #fff;
    color: #fff;
}
.sidebar h4{
    text-wrap: nowrap;
    font-weight: 200;
    font-size: 3.5rem;
}

@media (min-width:1100px){
    .sidebar_section{
        display: flex;
    }
    .sidebar{
        border-right: 1px solid;
        width: 7%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .sidebar h4{
        transform: rotate(-90deg);
        position: absolute;
        font-size: 6rem;
    }
    .sidebar_section_content{
        max-width: 93%;
    }
}
/* =========== Featured Project section =========== */
.featured_content_c{
    padding: 1rem;
    display: flex;
    flex-direction: column-reverse;
}
.featured_swiper_c{
    /* width: 60rem;*/
    height: 30rem;
    padding: 0;
    overflow: hidden;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide img {
object-fit: cover;
}
.featured_text_c h3{
    font-weight: 400;
    font-size: 2.3rem;
}
.featured_text_c p{
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: justify;
}
@media (min-width:750px){
    .featured_swiper_c{
        height: 50rem;
        padding: 1rem;
    }
}
@media (min-width:1100px){
    .featured_content_c{
        padding: 5rem;
        display: grid;
        grid-template-columns: 3fr 2fr;
        column-gap: 2rem;
    }
    .featured_swiper_c{
        height: 60rem;
        padding: 4rem;
    }
    .featured_text_c{
        padding: 4rem;
    }
    .featured_text_c h3{
        font-size: 3.2rem;
    }
}
/* =========== Invernadero section =========== */
.invernadero_section{
    min-height: 60vh;
}
.invernadero_content_c{
    padding: 1rem;
}
.invernadero_text_c h5{
    font-weight: 400;
}
@media (min-width:1100px){
    .invernadero_content_c{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 5rem 8rem;
    }
    .invernadero_text_c{
        padding: 0 4rem;
    }
    .invernadero_text_c h5{
        font-size: 2.8rem;
    }
    .invernadero_text_c p{
        font-size: 2.2rem;
        text-align: justify;
    }
}
/* =========== Types section =========== */
.types_section{
    display: grid;
    grid-template-columns: 1fr;
    height: 150vh;
}
.type_single_c{
    position: relative;
    overflow: hidden;
}
.type_single_c::after{
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, #283D69, transparent);
    transition: .3s ease;
}
.type_single_c:hover::after{
    width: 180%;
}
.type_img{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
}
.types_text_c{
    text-wrap: nowrap;
    position: absolute;
    z-index: 2;
    bottom: 15%;
    left: 30%;
    transform: translate(-10rem,0);
    transition: .3s;
}
.type_single_c:hover .types_text_c{
    left: 50%;
}
.types_text_c h3{
    font-size: 3.5rem;
    font-weight: 400;
    color: #fff;
}
@media (min-width:1100px){
    .types_section{
        grid-template-columns: repeat(5,1fr);
        height: 100vh;
    }
    .type_single_c::after{
        width: 100%;
        height: 50%;
        background: linear-gradient(0deg, #283D69, transparent);
    }
    .type_single_c:hover::after{
        height: 130%;
        width: 100%;
    }
    .types_text_c{
        left: 50%;
        transform: translate(-50%,0);
    }
    .type_single_c:hover .types_text_c{
        bottom: 50%;
    }
}
/* =========== About section =========== */
.about_section{
    min-height: 80vh;
    background-color: #283D69;
}
.about_content_c{
    display: grid;
    grid-template-columns: 1fr;
    padding: 1rem;
}
.about_logo_button_c{
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about_logo_button_img{
    width: 30rem;
    margin-bottom: 3rem;
}
.about_text_c{
    padding: 1rem;
}
.about_text_c h1{
    font-size: 3.8rem;
    font-weight: 500;
    color: #fff;
}
.about_text{
    font-size: 2.2rem;
    color: #fff;
}

@media (min-width:1100px){
    .about_content_c{
        grid-template-columns: 1fr 2fr;
        padding: 5rem;
    }
    .about_logo_button_c{
        padding: 3rem;
    }
    .about_text_c{
        padding: 10rem 15rem;
    }
}
/* =========== Hero section =========== */
.hero_section{
    min-height: 25vh;
    background-image: url(../images/hero/hero1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
@media (min-width:1100px){
    .hero_section{
        min-height: 80vh;
    }
}
/* =========== reviews section =========== */
.review_section{
    min-height: 60vh;
}
.review_content_c{
    padding: 1rem;
}
.review_content_c h3{
    font-size: 3rem;
    font-weight: 300;
}
.review_swiper_c{
    width: 100%;
}
.review_swiper_c .swiper-slide{
    height: 100%;
}
.review_individual{
    box-shadow: .3rem .3rem 1rem rgba(0, 0, 0, .3);
    padding: 1rem 3rem;
    margin: 1rem;
    height: 20rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
@media (min-width:750px){
    .review_content_c{
        padding: 10rem;
    }
}
@media (min-width:1100px){
    .review_section{
        min-height: 80vh;
    }
    .review_content_c{
        padding: 10rem;
        width: 93%;
    }
    .review_swiper_c{
        margin: 10rem auto;
        width: 35%;
    }
    .review_individual{
        padding: 5rem 12rem;
        height: 16rem;
    }
}
.google_logo_img{
    width: 3rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
}
.review_stars{
    color: #FFC700;
}
.review_text{
    text-align: justify;
}
/* =========== Gallery section =========== */
.gallery_section{
    background-color: #283D69;
    min-height: 70vh;
}
.gallery_content_c{
    padding: 1rem;
    display: flex;
    flex-direction: column-reverse;
}
.gallery_swiper_c{
    width: 100%;
    height: 28rem;
}
.gallery_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
.gallery_text_c{
    width: 100%;
    padding: 2rem;
}
.gallery_text_c p{
    font-size: 2.2rem;
    margin: 0;
    color: #fff;
    font-weight: 300;
    text-align: justify;
}
@media (min-width:750px){
    .gallery_swiper_c{
        height: 50rem;
    }
}
@media (min-width:1100px){
    .gallery_content_c{
        padding: 10rem;
        display: flex;
        flex-direction: row;
    }
    .gallery_swiper_c{
        width: 60%;
        height: 55rem;
        padding: 0 4rem;
    }
    .gallery_text_c{
        width: 40%;
        padding: 2rem 5rem;
    }
    .gallery_text_c p{
        font-size: 3.2rem;
    }
}
/* =========== Contact section =========== */
.contact_section{
    position: relative;
}
.contact_bg_image,
.contact_overlay{
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    height: 100%;
}
.contact_overlay{
    z-index: -1;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
}
.contact_content_c{
    width: 100%;
    padding: 1rem;
}
.contact_form{
    margin-bottom: 4rem;
}
.contact_form .input_wrapper{
    position: relative;
    width: 100%;
}
.contact_form .input_wrapper .input_control{
    width: 100%;
    background-color: transparent;
    color: #fff;
    border: none;
    outline: none;
    margin-bottom: 3.2rem;
    border-bottom: 1px solid #8898A1;
}
.contact_form .input_wrapper.message .input_control{
    margin-bottom: 2rem;
}
.contact_form .input_wrapper .input_control:focus ~ label,
.contact_form .input_wrapper .input_control:not(:placeholder-shown).input_control:not(:focus)~.label_control{
    font-size: 1.1rem; 
    transform: translateY(-2rem);
    color: #fff;
}
.contact_form .input_wrapper label{
    position: absolute;
    top: 0;
    left: 0;
    color: #b4b9bd;
    pointer-events: none;
    letter-spacing: .1rem;
    transition: .5s ease;
}
.contact_form .input_wrapper textarea{
    resize: none;
}
.contact_form .submit_wrapper{
    margin: 1rem 0;
}
.contact_form .submit_btn{
    background-color: transparent;
    color: #fff;
    padding: 1.5rem 7.5rem;
    font-size: 1.8rem;
    cursor: pointer;
    z-index: 3;
}
.contact_map iframe{
    max-width: 100%;
    height: 30rem;
}
@media (min-width:750px){
    .contact_content_c{
        width: 100%;
        padding: 10rem 15rem;
    }
}
@media (min-width:1100px){
    .contact{
        padding: 5rem 0;
    }
    .contact_form{
        height: 58rem;
        width: 45rem;
        padding: 2rem 5rem;
    }
    .contact_header{
        margin-bottom: 5rem;
    }
    .contact_form .submit_wrapper{
        margin: 2rem 0;
    }
    .contact_content_c{
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-items: center;
        width: 93%;
        padding: 5rem;
    }
    .contact_map iframe{
        height: 45rem;
    }
}
@media (min-width:1400px){
    .contact_form{
        height: 70rem;
        width: 50rem;
        padding: 4rem 6rem;
    }
    .contact_header{
        margin-bottom: 6rem;
    }
    .contact_form .submit_wrapper{
        margin: 3rem 0;
    }
}
/* ===========SiteFooter=========== */
.site_footer{
    position: relative;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.site_footer_bg_image{
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.site_footer_bg_overlay{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}
.site_footer_logo{
    width: 17rem;
}
.site_footer_middle{
    width: 100%;
}
.footer_middle_title{
    font-size: 2.8rem;
    font-weight: 400;
    color: #fff;
}
.site_footer_middle div{
    margin: 0 5rem;
}
.site_footer_contact_c {
    display: flex;
    flex-direction: column;
}
.site_footer_contact_c a{
    color: #fff;
    margin-bottom: 2rem;
}
.site_footer_nav ul{
    list-style: none;
    padding: 0;
}
.site_footer_nav ul li{
    margin-bottom: 1rem;
}
.site_footer_nav ul li a{
    color: #fff;
}
.site_footer_bottom{
    width: 80%;
    border-top: 1px solid #fff;
    text-align: center;
    color: #fff;
}
.site_footer_bottom .copy{
    font-size: 2rem;
}
.site_footer_bottom a {
    color: #fff;
}
@media (min-width:750px){
    .site_footer{
        padding: 5rem 10rem;
    }
    .site_footer_middle{
        display: flex;
        justify-content: space-around;
    }
    .site_footer_logo{
        width: 25rem;
    }
}
/* ===========Contact Page=========== */
.contact_page.contact_main_section{
    position: relative;
    text-align: center;
    padding: 15rem 1rem;
}
.contact_page h1{
    font-size: 6rem;
    color: #fff;
    font-weight: 300;
    margin: 0;
}
.contact_page p{
    color: #fff;
    font-size: 2.2rem;
}
.contact_page_bg_image,
.contact_page_overlay{
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    height: 100%;
}
.contact_page_overlay{
    z-index: -1;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
}
.contact_main_header{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.contact_page_content_c{
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    justify-items: center;
    padding: 0;
}
@media (min-width:1100px){
    .contact_page.contact_main_section{
        padding: 15rem 2rem;
    }
    .contact_page_content_c{
        grid-template-columns: 1fr 1fr;
        padding: 1rem;
    }
}
.contact_main_header a{
    color: #fff;
    margin: 2rem 0;
}
.contact_form .input_wrapper label{
    color: #b8b9b9;
}
.contact_page .contact_form .input_wrapper .input_control{
    color: #fff;
    border-bottom: 1px solid #8898A1;
}
.contact_page .contact_form .input_wrapper .input_control:focus ~ label,
.contact_page .contact_form .input_wrapper .input_control:not(:placeholder-shown).input_control:not(:focus)~.label_control{
    color: #fff;
}
.contact_page .contact_form .submit_btn{
    color: #fff;
}
/* ===========Proyects=========== */
.projects_page{
    display: grid;
    padding: 1rem;
    grid-template-columns: 1fr;
    gap: 2rem;
    column-gap: 4rem;
    row-gap: 4rem;
    margin-top: 10rem;
}
.projects_page .featured_swiper_c{
    position: relative;
    padding: 0;
}
.projects_page .featured_swiper_c .overlay{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,.9) 20%, transparent );
    opacity: 1;
    transition: .3s;
    pointer-events: none;
}
.projects_page .featured_swiper_c h3,
.projects_page .featured_swiper_c p{
    color: #fff;
    position: absolute;
    z-index: 3;
    left: 1rem;
    opacity: 0;
    transition: .3s;
}
.projects_page .featured_swiper_c h3{
    margin: 0;
    font-weight: 300;
    font-size: 2.5rem; 
    bottom: 10rem;
    opacity: 1;
}
.projects_page .featured_swiper_c p{
    bottom: 1rem;
    opacity: 1;
}
.projects_page .featured_swiper_c:hover .overlay{
    opacity: 1;
}
/* .projects_page .featured_swiper_c:hover h3{
    bottom: 7rem;
    opacity: 1;
}
.projects_page .featured_swiper_c:hover p{
    transition-delay: .1s;
    bottom: 1rem;
    opacity: 1;
} */
.projects_page .featured_swiper_c .swiper-slide img{
    height: 100%;
    object-fit: cover;
}
@media (min-width:750px){
    .projects_page .featured_swiper_c h3{
        font-size: 4rem; 
    }
}
@media (min-width:1100px){
    .projects_page{
        grid-template-columns: repeat(2,1fr);
        padding: 5rem;
    }
    .projects_page .featured_swiper_c .overlay{
        opacity: 0;
    }
    .projects_page .featured_swiper_c h3,
    .projects_page .featured_swiper_c p{
        left: 7rem;
        opacity: 0;
    }
    .projects_page .featured_swiper_c h3{
        bottom: -3rem;
    }
    .projects_page .featured_swiper_c p{
        bottom: -5rem;
    }
    .projects_page .featured_swiper_c:hover h3{
        bottom: 7rem;
        opacity: 1;
    }
    .projects_page .featured_swiper_c:hover p{
        transition-delay: .1s;
        bottom: 1rem;
        opacity: 1;
    }
}