body {
    font-family: 'Poppins', sans-serif;
    background: #f7f7f7;
}

.gray {
    background:#4f515a;
    height: 100vh;
}

.languages {
    text-align: center;
}

.languages a {
    text-align: center;
    display: inline-block;
    font-size:.75em;
    padding:25px 5px;
    color:#fff;
    text-decoration: none;
}

.languages .active {
    background:#e1261c;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.gray .logo {
    text-align: center;
    width:80%;
    margin:0 auto;
    position: relative;
    display: block;
}

.gray ul {
    padding-left:40px;
    margin-top:60px;
    position: relative;
}


.gray ul li {
    padding-bottom:30px;
}

.gray ul li span {
    font-weight: 500;
    color:#888;
    margin-right:15px;
    width:50px;
    display: inline-block;
    text-align: center;
}

.gray ul li a {
    color:#fff;
    color:#d4d4d4;
    text-decoration: none;
    padding:6px 15px;
    font-size:.8em;
    transition: .2s ease-in all;
}

.gray ul li a:hover {
    background:#e1261c;
    color:#fff;
    border-radius: 12px;
    margin-left:10px;
}

.liner {
    width: 1px;
    height: 325px;
    background: #6a6a6a;
    display: block;
    position: absolute;
    left: 109px;
    top:-20px;
}

.slide-hold {
    height: 100vh;
}

.swiper-slide img {
    height: 100vh;
    width:100%;
    object-fit: cover;
    object-position: center center;
}

.swiper-slide .abs {
    position: absolute;
    width: 60%;
    height: auto;
    bottom:150px;
    left:220px;
}

.swiper-slide .abs2 {
    width:50% !important;
    bottom:100px;
}

.p-navs {
    padding:30px 0px;
    position: absolute;
    z-index: 99950;
    float: right;
    width: fit-content;
    right:0px;
}

.p-navs a{
    color:#fff;
    margin-right: 25px;
    font-weight: 500;
    text-decoration: none;
    font-size:.8em;
    background:#6a6a6a;
    border-radius: 4px;
    padding:7px 12px;
    transition: .2s ease-in-out all;
} 


.p-navs a:hover {
    background:#e1261c;
}

.ov-box {
    position: absolute;
    width:90%;
    display: block;
    left:5%;
    height:80vh;
    top:10%;
    background:#fff;
    z-index: 99955;
    padding:25px;
    display: none;
}

.ik {
    height: 20vh !important;
    top:40% !important;
}

.ov-box p {
    padding:15px;
    color:#222;
} 

.ov-box .close {
    text-align: center;
    line-height: 30px;
    position: absolute;
    right:-5px;
    height:30px;
    width:30px;
    top:-5px;
    background:#e1261c;
    color:#fff;
}

.ov-box img {
    width:100%;
    height:70vh;
    object-fit: cover;
    object-position: center center;
}