@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.navbar-brand img{
    width: 45%;
}

.navbar-toggler-icon .icon-bar{
    background-color: #333;
    display: block;
    width: 1.4rem;
    height: 2px;
    border-radius: 1px;
    margin: 5px;
}

button:focus{
    outline: none;
    border-color: transparent;
}

.navbar-nav li a{
    color: #333;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.social-icons-header li a i{
    font-size: 1.2rem;
    color: #333;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    text-align: center;
}

.social-icons-header{
    position: absolute;
    right: 1.56rem;
    top: 1.56rem;
    transition: all ease 1s;
}

.banner-inner h2{
    color: #150025;
    font-weight: 600;
    margin-top: 16rem;
    margin-bottom: -11.25rem;
}

.banner-inner p{
    font-weight: 400;
    margin-bottom: 2rem;
    margin-top: 12.5rem;
}

a.btn-seemore{
    padding: 0.7rem 2rem;
    border-radius: 1.5rem;
    color: white;
    background-color: #dc3545;
    text-decoration: none;
    transition: all ease 1s;
    text-align: center;
    z-index: 99;
}

.wrap{
    height: 100vh;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.wrap .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(images/bg.png) no-repeat center center;
    background-size: cover;
    transform: scale(1.1);
}

.box-main-wrapper{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bgcolor-1{
    background: #eca60859;
    position: absolute;
    width: 55%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    transition: all ease 2s;
}

.bgcolor-1:hover{
    width: 65%;
}

.box img{
    width: 37.5rem;
    position: absolute;
    transition: all ease 2s;
}

.box img.left{
    margin-right: -18.75rem;
    bottom: -4.5rem;
    right: 0;
}

.bgcolor-2{
    background: #8e8e8e59;
    position: absolute;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 2;
    width: 45%;
    overflow: hidden;
    transition: all ease 2s;
}

.box img.right{
    margin-left: -13.75rem;
    bottom: -4.5rem;
    left: -5.12rem;
}

.bgcolor-1.blur{
    width: 45%;
}

.bgcolor-1:hover .box img.left{
    right: 3.4rem;
}

.bgcolor-2.blur{
    width: 35%;
}

.bgcolor-2:hover{
    width: 55%;
}

.bgcolor-2.blur .box img.right{
    margin-left: -23.438rem;
    left: 0;
}

.bgcolor-2:hover .box img.right{
    margin-left: -13.75rem;
    left: -0.563rem;
}

.bgcolor-1.blur .box img.left{
    margin-right: -23.563rem;
    right: 0;
}