
/* Start Outter most css */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
}

div#container {
    height: 100%;
    width: 100%;
    object-fit:cover;
}

.container--2 {
    background-color: #000;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.action--back {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    display: flex;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 10px;
    font-family: Arial;
}

.main_container{
    max-width: 1440px;
    margin: 0 auto;
}
/* End Outter most css */

.swiper-container {
    max-height: calc(100vh - 160px);
}
.swiper-container .swiper-slide {
    object-position: bottom;
    object-fit: cover;
    height: 100%;
    display: block;
    max-height: calc(100vh - 160px);
}
.swiper-container .swiper-wrapper {
    max-height: calc(100vh - 160px);
}

/* Start home page header */
.home_page__header{
    max-width: 1440px;
    margin: 0 auto 20px;
    text-align: center;
    border-bottom: 2px solid #7c7c7c;
}
.home_page__header_logo{
    display: block;
    width: 100%;
    max-height: 200px;
    margin: 0 auto 20px auto;
    object-fit: contain;
    object-position: center;
    
}
/* End home page header */


/* Start home page text */
.home_page__text_container{
    margin: 50px auto 100px;
    max-width: 1050px;
}
.home_page__text_title{
    font-family: "Century Gothic";
    text-align: center;
    text-transform: uppercase;
}
.home_page__text_text{
    
    font-family: freight-display-pro, serif;
    font-style: normal;
    font-weight: 300;
    
    text-align: center;
    font-size: 17px;
    line-height: 1.4;
}
/* End home page text */


/* Start home page banner */

.home_page__banner_swiper{
   /*min-height: calc(100vh - 163px);*/
   position: relative;
}
.home_page__banner_container{
    /*height: calc(100% - 100px);*/
    /*max-height: calc(100vh - 140px);*/
    overflow: hidden;
}
.home_page__banner_slide{
    object-fit: cover;
}
.home_page__banner_pagination{
    position: relative !important;
    height: 100px;
    
    display: flex;
    justify-content: center;
    align-items:center;
}
.home_page__banner_pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #000;
    margin: 0 5px;
    /* opacity: 0.2; */
}

/* End home page banner */

/* Start home page img grid */

.home_page__grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 80px;
    margin: 50px 0;
}
@media only screen and (max-width: 600px) {
  .home_page__grid{
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    }
}

.home_page__grid_cell{
    width: 100%;
    height: auto;
    position: relative;
}

.home_page__grid_cell_img_link{
    /* background-image: url(placeholder-360.svg);
    
    background-repeat: no-repeat;

    background-size: 80% auto;
    background-position: top; */
    /* padding: 50px; */

    background-color:hsla(0, 0%, 30%, 1);
    width: 48px;
    height: 45px;

    position: absolute;
    border-radius: 5px;
    padding: 10px;
    bottom: 16px;
    right: 16px;

    z-index: 10;
    text-decoration: none ; 

    display:flex;
    flex-direction: column;
    align-items: center;
    align-content: center;

}

.home_page__grid_cell_img_link:hover{

    opacity: 0.5;
}

.home_page__grid_cell_img_link_thumb{
    width: 40px;
}
.home_page__grid_cell_img_link_text{
    text-align: center;
    color: white;
    font-family: sans-serif;
    font-size: 8px;
    text-transform: uppercase;
    margin: 10px 0;
    font-weight: 500;
    /* text-decoration: none; */

}



.home_page__grid_cell_img{
    object-fit: contain;
}

/* End home page img grid */


/* Start home footer */
/* End home footer */


.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    _transform: translate(0, -50%);
}

.home-page-grid-v2 {
    padding: 0 20px 20px 20px;
}

.home-page-grid-v2__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-content: center;
}

.home-page-grid-v2 img {
    max-height: 90vh;
}
.home-page-grid-v2 .home_page__grid_cell-2 {
    height: 80vh;
}
@media (max-width: 1024px) {
    .home-page-grid-v2 .home_page__grid_cell-2 {
        height: unset;
        aspect-ratio: 1/1;
    }
}
