body{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.4)), url("assests/img_141861.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
}

.mmm{
    width: 100vw;
    height: 100vh;
    z-index: 1;
}

.main-content{
    width: 70%;
    height: 100%;
    padding: 200px 0 0 220px;
    align-items: center;
    box-sizing: border-box;
}

.main-content h1{
    color: #c1a661;
    font-family: Arapey,Tajawal;
    font-size: 100px;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 0;
}

.main-content p{
    color: #fff;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    padding-top: 40px;
}

.arrow{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 25px;
    text-align: center;
}

.arrow img{
    height: 35px;
    width: auto;
}

.text{
    padding-bottom: 50px;
}

.text_one{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: center;
    padding-top: 80px;
    margin-left: 0;
}

.text_one_container{
    width: 60%;
    display: inline-block;
    color: #5d5d5d;
    font-size: 17px;
    line-height: 20px;
    background-color: rgba(255, 255, 255, 0.85);
}

.text_one_body{
    padding: 70px 60px;
}

.quote{
    text-align: center;
    transition: all .5s ease .5s;
}

.quote-content{
    width: 41%;
    display: inline-block;
    color: #fff;
    text-align: left;
}

.content{
    font-size: 30px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    font-family: Arapey;
    font-style: italic;
}

.content::before{
    content: open-quote;
    display: block;
    font-family: ArapeyItalic;
    font-size: 95px;
    color: #c1a661;
    height: 70px;
    display: inline-block;
    margin-bottom: 15px;
    margin-left: -31px;
}

.content::after{
    display: block;
    color: #c1a661;
    font-family: Arapey;
    font-style: italic;
    font-size: 95px;
    content: close-quote;
    text-align: right;
    height: 41px;
}

.buttons{
    padding-top: 80px;
    text-align: center;
}

.button-section{
    width: 60%;
    display: inline-block;
    font-size: 17px;
    text-align: center;
}

.button-ul{
    display: inline-block;
    width: auto;
    text-align: left;
}

.inner-btn{
    padding: 0 0 30px;
}

.inner-btn a{
    width: 200px;
    color: #c1a661;
    border: 1px solid #c1a661;
    padding: 16px 25px 15px;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    position: relative;
    overflow: hidden;
    letter-spacing: 2px;
    font-weight: 400;
}

/* .inner-btn a::after{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #c1a661;
    position: absolute;
    z-index: -1;
    transform: translateX(-110%);
    transition: all 1s ease .1s;
} */

.inner-btn a:hover{
    background: linear-gradient(to left, rgba(0, 0, 0, 0), #c1a661) right;
    background-color: #c1a661;
    color: #fff;
    transition: all 1s ease-out;
}

.inner-btn a span{
    float: right;
    margin: 0;
    height: 11px;
    width: 20px;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}

.a1{
    left: -40px;
    width: 20px;
    position: absolute;
    top: 0;
    transition: all .8s ease 0s;
}

.a2{
    top: 0;
    position: absolute;
    left: 0;
    width: 20px;
    transition: all .8s ease 0s;
    transform: translateX(0);
}

@media only screen and (max-width: 750px){
    .main-content{
        padding: 200px 0 0 120px;
    }

    .quote-content{
        width: 80%;
    }
}

@media only screen and (max-width: 600px){
    .main-content{
        padding: 200px 0 0 80px;
    }

    .main-content h1{
        font-size: 80px;
    }

    .text_one_container{
        width: 90%;
    }

    .text_one_body{
        padding: 70px 30px;
    }

    .quote-content{
        width: 90%;
    }
}