html , body {
    box-sizing: border-box;
}
::selection{
    background: rgb(48, 45, 45);
}

/*
theme
*/
body {
    overflow: hidden;
}
.conatiner-fluid {
    position: relative;
}
.btn-skew{
    position: relative;
    display: inline-block;
    color: white;
    padding: 12px 20px;
    font-size: 1.6rem;
}

.btn-skew::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) skewX(-18deg);
    background: #485058;
    width: calc(100% + 30px);
    height: 100%;
    z-index: -1;
    transition: all ease 0.2s;
}

.btn-skew:hover{
    text-decoration: none;
    color: lightgrey;
}

.btn-skew:hover::before{
    transform: translate(-50%,-50%) skewX(0deg);
}

.before-skew::before{
    content: '';
    top: 0;
    left: -26%;
    position: absolute;
    width: 53vw;
    height: 100%;
    transform: skewX(-20deg);
    background: #3b444d;
    z-index: -1;
}

.over-img::after{
    content: '';
    top: 0;
    left: -15.3%;
    position: absolute;
    width: 47vw;
    height: 100%;
    z-index: -1;
    background: url(../img/logo-ae.svg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.skew-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}
.skew-content p{
    color: white;
    font-size: 1.1rem;
    margin-bottom: 30px;
}
.skew-content address p {
    font-size: 1rem;
}
.social-icon{
    margin-bottom: 20px;
    display: block;
}
.social-icon .icon {
    color: white;
    margin-inline: 4px;
    transition: all ease 0.3s;
}
.social-icon .icon:hover{
    color: lightgray;
    text-decoration: none;
}
.text-center {
    text-align: center;
}

.mt-4 {
    margin-top: 1.2rem;
}

.landing-img {
    background-size: cover;
    background-position: center left;
    position: absolute;
    height: calc(100% + 5px);
    left: -19%;
    width: calc(100% + 19%);
    top: -3px;
    z-index: -3;
    filter: sepia(38%) blur(2px);
}

p.copyrights ,
a.copyrights {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    text-align: center;
    width: 100%;
    letter-spacing: 0px;
    margin-bottom: 1px;
}
a.copyrights {
    font-size: 0.7rem;
}
a.copyrights:hover{
    color: lightgray;
    text-decoration: none;
}

/*
    langing
*/    

.main-content {
    height: 100vh; 
    position: relative;
    z-index: 100;
}    

.logo {
    /*padding-top: 130px;*/
    padding-bottom: 60px;
    max-width: 290px;
}
.logo img{
    width: 100%;
    margin-bottom: 50px
}

.caption-head {
    font-family: 'Frank Ruhl Libre', serif;
    color: white;
    font-size: 4.3rem;
    font-weight: 200;
}

.over-img::before {
    pointer-events: none;
    content: '';
    position: absolute;
    width: 100%;
    left: -19%;
    width: calc(100% + 19%);
    background: #7b77f41c;
    top: 0;
    height: 100%;
    z-index: -2;
}
.img-ae {
    height: 100%;
    width: auto;
    margin-left: -20%;   
}


.mobiletab .logo img{
    max-width: 210px;
    margin-bottom: 3rem;
}
.mobiletab .btn-skew {
        font-size: 0.9rem;
    }

.mobiletab .before-skew::before {
        top: 0%;
        left: 0;
        width: 100%;
        height: 100%;
        transform: skewY(0deg);
        background: #3b444dc9;
    }
.mobiletab .over-img::after {
        display: none;
    }
    
.mobiletab .logo{
        padding-bottom: 5rem;
        max-width: 95%;
    }

    
.mobiletab .caption-head{
        font-size: 2.7rem;
    }

.mobiletab .over-img {
        position: absolute;
        padding: 0;
        overflow: hidden;
        width: 100%;
        height: 100vh;
    }
.mobiletab .over-img::before {
        left: 0%;
        transform: translateX(0%);
    }
.mobiletab .landing-img {
        position: relative;
        left: 0;
        width: 100%;
        background-position: center center;
    }
    

@media screen and (min-width: 120em) {
    .logo{
        max-width: 350px;
        padding-bottom: 4rem;
    }
    .logo img{
        margin-bottom: 5rem;
    }
    .skew-content p {
        font-size: 1.1rem;
    }
    
    .social-icon .icon{
        font-size: 1.5rem;
    }
    p.copyrights, a.copyrights{
        font-size: 13px;
    }
}

@media screen and (min-width: 160em) {
    .logo{
        max-width: 100%;
        padding-bottom: 11rem;
    }
    .logo img{
        max-width: 95%;
        margin-bottom: 9rem;
    }
    .skew-content p {
        font-size: 2.9rem;
        margin-bottom: 3rem;
    }
    .over-img::after {
        left: -17.3%
    }
    .social-icon{
        margin-bottom: 2rem;
    }
    .social-icon .icon {
        font-size: 3rem;
    }
    a.copyrights {
        font-size: 2.3rem
    }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .mobiletab .logo{
        max-width: 100%;
    }
    .mobiletab .logo img{
        max-width: 300px;
    }
    .mobiletab .skew-content p{
        font-size: 1.4rem;
    }
}
    
@media (max-width: 768px) {
    .logo img{
        max-width: 210px;
    }
    .btn-skew {
        font-size: 0.9rem;
    }

    .before-skew::before {
        top: 0%;
        left: 0;
        width: 100%;
        height: 100%;
        transform: skewY(0deg);
        background: #3b444dc9;
    }
    .over-img::after {
        display: none;
    }
    
    .logo{
        padding-bottom: 60px;
        max-width: 95%;
    }

    
    .caption-head{
        font-size: 2.7rem;
    }

    .over-img {
        position: absolute;
        padding: 0;
        overflow: hidden;
        width: 100%;
        height: 100vh;
    }
    .over-img::before {
        left: 0%;
        transform: translateX(0%);
    }
    .landing-img {
        position: relative;
        left: 0;
        width: 100%;
        background-position: center center;
    }
    
    p.copyrights{
        font-size: 0.9rem;
        margin-bottom: 5px;
    }
}


@media (max-width: 359px) {

    .logo{
        padding-top: 80px;
        max-width: 170px;
    }
    .caption-head {
        font-size: 1.7rem;
    }
    .btn-skew {
        font-size: 0.7rem;
    }
    .copyrights{
        font-size: 0.9rem;
    }
}
