* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: Syne;
    /* overflow-x: hidden; */
}


/* &&&&&&&&&&&&&&&&&&&&& header &&&&&&&&&&&&&&&&&&&&& */

header {
    background: linear-gradient(rgba(29, 141, 113, 0.87), rgba(29, 141, 113, 0.87)), url(../img/about/header/main-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

header h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.5rem;
    color: #FDC351;
    line-height: 55px;
    text-transform: capitalize;
    position: relative;
}

header img {
    position: absolute;
    right: 73%;
    bottom: 0;
    width: 358px;
    height: 512px;
    display: inline-block;
}

@media (max-width:770px) {
    header h1.main-heading {
        font-weight: 600;
        font-size: 1.9rem;
    }
}

@media (max-width:570px) {
    header h1.main-heading {
        font-weight: 600;
        font-size: 1.9rem;
        margin-left: 100px;
        margin-left: 0%;
    }
    header{
        height: 70vh;
    }
}
@media (max-width:350px) {
    header h1.main-heading {
        font-weight: 600;
        font-size: 1.7rem;
        margin-left: 0;
        margin-top: 40px;
        text-align: left;
    }
    header{
        height: 70vh;
    }
}


/* &&&&&&&&&&&&&&&&&&&&&&&&&&& easy to learn &&&&&&&&&&&&&&&&&&&& */

.easytolearn h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
}

.easytolearn p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    width: 95%;
    margin-top: 50px;
    color: #222222;
}

.easytolearn {
    padding: 100px 0;
}


/* ######################### quran ####################### */

.quran h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 60px;
}

.quran .col-5 {
    margin: 50px 0;
    width: 500px;

}

.quran .col-5 h3 {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 122%;
    /* or 49px */

    letter-spacing: -0.015em;

    color: #171717;

}

.quran .col-5 p {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;

    color: #222222;

}

.quran .col-5 img {
    display: inline-block;
    width: 270px;
    height: 270px;
    z-index: 999;
    position: relative;

}

.quran .div-right,
.quran .div-left{
    position: relative;
}

.quran .div-right::before {
    content: "";
    display: inline-block;
    width: 230px;
    height: 270px;
 
    position: absolute;
    top: -15px;
    left: 55px;
    border: 3px solid #F8CB55;
    border-radius: 4px;

}
.quran .div-left::before {
    content: "";
    display: inline-block;
    width: 230px;
    height: 270px;
 
    position: absolute;
    top: -15px;
    left: -15px;
    border: 3px solid #F8CB55;
    border-radius: 4px;

}
@media (max-width : 1200px){
    .quran div.order-bt{
        order:2;
    }
    .quran .order-tp{
        order: 1;
    }
}
@media (max-width : 575px){
    .quran h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 44px;
        margin-bottom: 60px;
    }

    .quran .col-5 p {
        font-family: 'Syne';
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 26px;
    
        color: #222222;
    
    }

    .quran .col-5 h3 {
        font-family: 'Syne';
        font-style: normal;
        font-weight: 600;
        font-size: 29px;
        line-height: 122%;
        /* or 49px */
    
        letter-spacing: -0.015em;
    
        color: #171717;
    
    }
    
}




/* &&&&&&&&&&&&&&&&&&&&&&&& Register &&&&&&&&&&&&&&&&&&& */

div.register {
    width: 100%;
    height: 450px;
    background-image: url(../img/reg-img/reg-bg.png);
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 80px;
    overflow: hidden;

}

div.register img {
    position: absolute;
    left: 70%;
    top: -70px;
}

div.register h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 47px;
    line-height: 56px;
    color: #FFBC3E;
}

div.register a {

    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #171717;
    display: inline-block;
    text-decoration: none;
    background: #FFBC3E;
    padding: 10px 17px;
    margin-top: 25px;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.487);
}


@media (max-width : 600px) {
    div.register {
        background-position: left;
    }

}
@media (max-width : 991) {
    div.register a {
        font-size: 10px;
    }

}



/* %%%%%%%%%%%%%%%%%%%%%%%%%%%% testi %%%%%%%%%%%%%%%%%%%%%%%% */



.testi {
    width: 100%;
    overflow-x: hidden;

}

.testi .container {
    position: relative;

}

.testi .main-heading {
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    color: #171717;
    font-size: 2.5rem;
}

.testi div.main-row {
    /* border: #000000 solid 3px; */
    width: 2800px;
    height: 100%;
    transition: transform ease-in-out 0.5s;
    z-index: 000;
}

.testi i.arrow {
    font-size: 2rem;
    color: red;
    position: absolute;
    top: 70%;
    display: inline-block;
    cursor: pointer;
    z-index: 99;
    background-color: #FDC351;
}

.testi .left {
    left: 10px;
}

.testi .right {
    right: 10px;
}

.testi .col-3 {
    border: #6a6a69 solid 1px;
    transition: transform ease-in-out 3s;
    width: 470px;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    padding: 30px 60px 30px 30px;
    border-radius: 10px;
    position: relative;

}

.testi .col-3 h1 {
    font-size: 1.1rem;
    font-weight: 600;
    position: relative;
    margin-left: 20px;
}

.testi .col-3 h1 span {
    font-size: 1rem;
    font-weight: 500;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.testi .col-3 .col-12 p {
    width: 360px;
}
.testi .col-3 .dot{
    font-size: 3rem;
    color: #171717;
    position: absolute;
    bottom: 8%;
    right: 10%;
}

@media (max-width : 1426px){
    .testi .main {
        transform: translateX(8%);
    }
    
    .show-2 {
        transform: translateX(-17%);
    }
    
    .show-3 {
        transform: translateX(-42%);
    }
    
    .show-4 {
        transform: translateX(-68%);
    }
}
@media (max-width : 1200px){
    .testi .main {
        transform: translateX(5%);
    }
    
    .show-2 {
        transform: translateX(-21%);
    }
    
    .show-3 {
        transform: translateX(-45.5%);
    }
    
    .show-4 {
        transform: translateX(-71%);
    }
}
@media (max-width : 990px){
    .testi .main {
        transform: translateX(0%);
    }
    
    .show-2 {
        transform: translateX(-25%);
    }
    
    .show-3 {
        transform: translateX(-50%);
    }
    
    .show-4 {
        transform: translateX(-75%);
    }
}
@media (max-width : 770px){
    .testi .col-3 {
        border: #6a6a69 solid 1px;
        transition: transform ease-in-out 3s;
        width: 300px;
        margin-left: 15px;
        display: flex;
        flex-direction: column;
        padding: 30px 60px 30px 30px;
        border-radius: 10px;
    
    }
    .testi .col-12{
        text-align: center;
    }
    .testi .col-3 img{
        width: 70px;
        height: 70px;
        margin-left: 20px;
    }
    .testi .col-3 .col-12 p {
        width: 230px;
        margin-left: 40px;
    }
    .testi .col-3 .col-12{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .testi .col-3 h1 {
        font-size: 1rem;
        font-weight: 600;
        position: relative;
        margin-top: 20px;
    }
    
    .testi .col-3 h1 span {
        font-size: 0.6rem;
        font-weight: 600;
        position: absolute;
        top: 23px;
        left: 0;
    }
    #span{
        top: 25px;
        left: 0px;
    }
    .testi .main {
        transform: translateX(-3.2%);
    }
    
    .show-2 {
        transform: translateX(-28.1%);
    }
    
    .show-3 {
        transform: translateX(-53%);
    }
    
    .show-4 {
        transform: translateX(-78%);
    }
}
@media (max-width : 511px){
    .testi .main {
        transform: translateX(-4.2%);
    }
    
    .show-2 {
        transform: translateX(-29.2.1%);
    }
    
    .show-3 {
        transform: translateX(-54.5%);
    }
    
    .show-4 {
        transform: translateX(-79%);
    }
}
@media (max-width : 460px){
    .testi .main {
        transform: translateX(-5%);
    }
    
    .show-2 {
        transform: translateX(-30%);
    }
    
    .show-3 {
        transform: translateX(-54.8%);
    }
    
    .show-4 {
        transform: translateX(-79.9%);
    }
}
@media (max-width : 400px){

    .testi .main {
        transform: translateX(-6.4%);
    }
    
    .show-2 {
        transform: translateX(-31%);
    }
    
    .show-3 {
        transform: translateX(-55.8%);
    }
    
    .show-4 {
        transform: translateX(-80.9%);
    }
}
@media (max-width : 350px){
    .testi .main {
        transform: translateX(-7%);
    }
    
    .show-2 {
        transform: translateX(-31.7%);
    }
    
    .show-3 {
        transform: translateX(-56.8%);
    }
    
    .show-4 {
        transform: translateX(-81.6%);
    }
}



/* &&&&&&&&&&&&&&&  booking box &&&&&&&&&&&&&&&&&&&&&& */

.booking-box img{
    position: absolute;
    top: -70px;
    right: 0;
}

.booking-box {
    /* height: 100vh; */
    background: linear-gradient(rgba(255, 188, 62, 0.95), rgba(255, 188, 62, 0.95)), url(../img/booking-img/img-2.png);
    text-align: center;
    margin: 100px 0 0px 0;
    position: relative;
}

.booking-box h1 {

    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    color: #171717;
    font-size: 2.5rem;
}
.booking-box p{
    font-weight: 400;
   font-size: 22px;
   line-height: 26px;
}

.booking-box .box input {
    display: inline-block;
    width: 350px;
    height: 64px;
    margin: 50px;
    position: relative;
    background-color: inherit;
    z-index: 0;
    margin: 0;
    border: 1px solid rgb(0, 0, 0);
    outline: none;
    padding: 5px;
    font-size: 1.3rem;
    color: red;
    font-weight: 500;
}

/* .booking-box .input::placeholder{
    display: inline-block;
    z-index: 999;
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 1.1rem;
    color: #000000;
    font-weight: 600;
} */
.booking-box .box {
    position: relative;
    margin: 30px;
}

.booking-box label {
    position: absolute;
    top: -12px;
    left: 10px;
    background: #ffbb3eee;
    /* background-color: none; */
    padding: 0px 10px;
    z-index: 9;
    font-weight: 600;
}

.booking-box .btn {
    background-color: #1B1B1B;
    color: #FFBC3E;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    width: 270px;
    height: 60px;
    max-width: 250px;
    min-width: 100px;
    margin-top: 30px;
}
.booking-box .btn:hover{
    color: white;
}
@media (max-width : 400px){
    .booking-box .box input {
        width: 220px;
        height: 55px;
      
    }

    .booking-box .btn {
        width: 120px;
        height: 50px;
    }
}