.elementor-114 .elementor-element.elementor-element-bc47759 > .elementor-element-populated{margin:-10px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-df8c5fc */* {
    
    padding: 0px;
    margin: 0;
    
}

.container {

    width: 100%; 
    margin: auto;
    display: flex;
    overflow: hidden;
    
}

.box {
    
    flex: 2;
    transition: 1.5s;
    
}

.item-properties {
    height: 100vh;
    position: relative;
    margin: auto;
    text-align: center;
    top: 60%;
    transform: translate(0, -25%);
}

.box-1 {
    
    background-image: url('https://oscam.devmaster.ch/wp-content/uploads/2022/10/AdobeStock_241684941.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    height: 100vh;
    box-shadow: inset 0 0 0 2000px rgba(45, 45, 45, 0.4);
    border-style: solid;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-color: #fff;
       
}

.box-2 {
    
    background-image: url('https://oscam.devmaster.ch/wp-content/uploads/2022/10/AdobeStock_184954079.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    box-shadow: inset 0 0 0 2000px rgba(45, 45, 45, 0.4);
    border-style: solid;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-color: #fff;
    
}

.box:hover{
    
    flex: 4;
    
}

.button-landing {
    
    border-style: solid;
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    margin: 5px;
    padding: 10px 40px 10px 40px;
    
}


.button-section {
    
    position: relative;
    opacity: 0;
    
}

.box:hover .button-section {
    
    position: relative;
    opacity: 1;
    cursor: pointer;
    animation: fadeIn 4s;
    
}



h1 {
    
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 8em;
    -webkit-text-stroke: 2px white;
    -webkit-text-fill-color: transparent;
    margin-left: 10px;
    margin-right: 10px;
    
}

h2 {
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.2em;
    color: #fff;
    margin: 0;
    
}

p {
    
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    font-size: 1em;
    color: #fff;
    margin: 5em 0em 5em 0em;
    opacity: 0;
    
}

/*hover effect*/

.box:hover .item-properties {
    animation: moveUp 1s forwards;
}

.box:hover p {
    
    color: #fff;
    position: relative;
    opacity: 1;
    max-height: 100%;
    animation: fadeIn 4s;    
    
}

.button-landing:hover {
    background-color: #fff;
    color: #2d2d2d;
}

/*.button-landing:hover a{*/
/*        color: #2d2d2d;*/
/*}*/

@keyframes moveUp {

    0% { top: 60%; transform: translate(0, -25%);}
    100% { top: 50%; transform: translate(0, -28%); }

}

@keyframes fadeIn {

  0% { opacity: 0; }
  100% { opacity: 1; }
  
}




/*Mobile Rules*/

@media screen and (max-width: 1180px) {
  
    .container {
        display: flex;
        flex-direction: column;
    }
    
    .box {
        flex: 2;
        height: 50vh;
    }

    .box-1, .box-2 {
        height: 50vh;
        border-style: none;
        position: relative;
        display: flex;
    }
    
    .item-properties {
        position: unset;
        height: auto;
        top: none;
        transform: none;
    }
    
    h1 {
        font-size: 5em;
    }
    
    h2 {
        font-size: 1.2em;
    }
    
    p {
    
    font-size: 0.7em;
    color: #fff;
    margin: 1em 5em 1em 5em;
    opacity: 1;

    }
    
    .button-section {
    
    position: relative;
    opacity: 1;
    margin-top: 2em;
    }
    
    .box:hover .button-section {
    animation: none;
    }

    .box:hover .item-properties {

        position: unset;
        height: auto;
        top: unset;
        left: unset;
        transform: unset;
        animation: none;
        margin: none;
    }
    
    .box:hover p {
    animation: none;
    }
    
    .box:hover h1{
    animation: none;
    }
}

@media (max-width: 1180px) and (orientation: landscape) {
    
    .container {
        display: flex;
        flex-direction: row;

    }

    .box {
        flex: 2;
        height: 100vh;

    }

    .box:hover {
        flex: 2;
    }
    
    .item-properties {
        height: auto;
        position: unset;
        top: none;
        transform: none;

    }
    
    .box-1, .box-2 {
        width: 100%;
        height: 100vh;
        border-style: none;
    }
    
    h1 {
        padding-top: 10%;
        font-size: 5em;
    }
    
    h2 {
        font-size: 1.2em;
    }
    
    p {
    
    position: relative;
    font-size: 0.7em;
    color: #fff;
    margin: 1em 5em 1em 5em;
    opacity: 1;
    }
    
    .button-section {
    
    position: relative;
    opacity: 1;
    margin-top: 2em;
    }
    
    .box:hover .button-section {
    animation: none;
    }

    .box:hover .item-properties {
        animation: none;
    }
    
    .box:hover p {
    animation: none;
    }
    
    .box:hover h1{
    animation: none;
    padding-top: 10%;
    }
}/* End custom CSS */