@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800');

/* font-family: 'Montserrat', sans-serif; */

.main-sec {
    height: 100vh;
    width: 100%;
}
.inner-box {
    height: 50vh;
    width: 50%;
    float: left;
    overflow: hidden;
    position: relative;
    transition: all 0.7s ease-in-out;
    transform: scale(1);
}

.inner-box img {
    width: 100%;
    height: auto;
}


a.inner-link {
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 2px;
    right: 2px;
    left: 0;
    overflow: hidden;
}

.inner-box:nth-child(2) a.inner-link,
.inner-box:nth-child(4) a.inner-link {
    right: 0;
}

.inner-box:nth-child(3) a.inner-link,
.inner-box:nth-child(4) a.inner-link {
    bottom: 0;
}

.inner-box .d-table {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50vh;
}

a.inner-link h1 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
}

.mid-logo {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #1d1655;
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -125px;
    -webkit-box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.65);
    -moz-box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.65);
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.22);
    
    
    
}
.mid-logo-image {
    text-align: center;
    margin-top: 35%;
}
a.inner-link h1:after{
    content: url(../images/landing/right-arrow.png);
    position: absolute;
    padding-left: 16px;
    opacity: 0.7;
}

.inner-link:hover img {
    transform: scale(1.1);
}
.inner-link img{
    transition: all 0.7s ease-in-out;
    transform: scale(1);
}


.mobile-rotate-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 999999999;
}
i.fa.fa-mobile-phone {
    font-size: 40px;
}
p.rotate {
    text-align: center;
    top: 30%;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0px;
}
