@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Titan+One&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h2 {
    font-size: 64px;
    direction: rtl;
    unicode-bidi: embed;
}

h3 {
    direction: rtl;
    unicode-bidi: embed;
}

p {
    font-size: 18px;
    color: rgba(46, 50, 98, 1);
    font-weight: 400;
    direction: rtl;
    unicode-bidi: embed;
}

span {
    direction: rtl;
    unicode-bidi: embed;
}

button {
    cursor: pointer;
}

body {
    font-family: Heebo;
    text-align: right;
}

.cont {
    padding: 150px 0px;
    width: 1263px;
    margin: auto;
}

.intro {
    width: 100%;
    min-height: 947px;
    background-image: url(img/background.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    /* box-shadow: 0px 54px 119px 0px rgba(71, 139, 255, 0.35) ; */

}

.intro img {
    max-width: 685px;
    object-fit: cover;
}

.intro>div {
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.intro h2 {
    font-size: 64px;
    color: #fff;
    font-weight: 400;
    display: flex;
    flex-direction: column;
}

.intro h2 span {
    font-weight: 800;
}

.intro-info {
    display: flex;
    flex-direction: column;
    gap: 45px;
    justify-content: flex-end;
}

.intro-title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
}

.intro-date {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.intro-date-item {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, .05);
    border-radius: 15px;
    padding: 11px 44px;
}

.intro-date p {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.intro-date span {
    font-size: 18px;
    font-weight: 400;
    color: rgba(152, 186, 255, 1);
}

.red-btn {
    text-wrap: nowrap;
    font-size: 24px;
    font-weight: 700;
    padding: 17px 63px;
    background: rgba(229, 58, 79, 1);
    color: #fff;
    border-radius: 60px;
    border: none;
    outline: none;
    box-shadow: 0px 5px 15px rgba(229, 58, 79, 1);
    transition: .25s;
    direction: rtl;
    unicode-bidi: embed;
}

.red-btn:hover {
    box-shadow: none;
}

.red-btn:active {
    background: linear-gradient(93.19deg, #E53A4F 5.43%, #FF7A8A 95.17%);
}

.guide {
    padding-top: 0px;
    display: flex;
    gap: 55px;
}

.guide-left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
}

.guide-left div {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end;
}

.guide h2 {
    text-align: right;
    color: rgba(58, 94, 229, 1);
}

.quote-right {
    margin-bottom: 5px;
}

.quote-left {
    transform: rotate(180deg);
}

.guide img {
    max-width: 619px;
    object-fit: cover;
}

.rabahma {
    display: flex;
    gap: 55px;
}

.rabahma h2 {
    color: rgba(58, 94, 229, 1);
    text-align: right;
}

.rabahma h3 {
    max-width: 600px;
    font-size: 22px;
    font-weight: 700;
    color: rgba(46, 50, 98, 1);
    margin-top: 20px;

}

.rabahma span {
    font-size: 30px;
    font-weight: 700;
    color: rgba(58, 94, 229, 1);
    margin-top: -20px;
}

.book-info {
    background: url(img/whatsinthebook.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.book-info>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 59px;
    padding-bottom: 0px;
}

.book-info h2 {
    color: #fff;
    text-align: center;
}

.book-group {
    background: url(img/bookgroup.png);
    background-size: cover;
    position: relative;
    width: 919px;
    height: 661px;
}

.book-massege {
    max-width: 288px;
    width: fit-content;
    padding: 15px 25px 15px 28px;
    background: #fff;
    position: absolute;
}

.book-massege-right-tog {
    border-radius: 25px 25px 0px 25px;
}

.book-massege-left-tog {
    border-radius: 25px 25px 25px 0px;
}

.lighter {
    position: absolute;
    width: 25px;
    height: 25px;
}

.lighter-fon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 30%;
}

.lighter-ball {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.lighter-green div {
    background: rgba(82, 224, 125, 1);
}

.lighter-red div {
    background: rgba(229, 58, 79, 1);
}

.lighter-blue div {
    background: rgba(84, 142, 255, 1);
}

.lighter-yellow div {
    background: rgba(230, 222, 29, 1);
}

.book-massege1 {
    top: 125px;
    left: -44px;
}

.book-massege1 .lighter {
    top: -12px;
    right: 70px;
}

.book-massege2 {
    top: 297px;
    left: -127px;
}

.book-massege2 .lighter {
    left: 52%;
    transform: translateX(-50%);
    bottom: -15px;
}

.book-massege3 {
    bottom: 144px;
    left: 64px;
}

.book-massege3 .lighter {
    top: -10px;
    right: 35px;
}

.book-massege4 {
    top: 65px;
    right: -36px;
}

.book-massege4 .lighter {
    left: 23px;
    bottom: -12px;
}

.book-massege5 {
    bottom: 267px;
    right: -107px;
}

.book-massege5 .lighter {
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
}

.book-massege6 {
    bottom: 88px;
    right: 81px;
}

.book-massege6 .lighter {
    left: 169px;
    bottom: -12px;
}

footer {
    padding: 37px 0 33px 0px;
    margin: auto;
    max-width: 1218px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(46, 50, 98, 0.1);
}

.cta {
    position: relative;
    display: flex;
    justify-content: center;
}

.cta-block {
    width: 100%;
    position: relative;
    padding: 65px 104px;
    background: url(img/cta.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.cta-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 25px;
}

.cta h2 {
    max-width: 600px;
    font-size: 48px;
    color: #fff;
}

.cta-block img {
    position: absolute;
}

/* -------------------- */

.bookbg1 {
    left: 37px;
    top: 70px;
}

.bookbg1small {
    left: 117px;
    top: 173px;
}

.bookbg2 {
    left: 48%;
    bottom: 80px;
}

.bookbg2small {
    left: 42%;
    bottom: 45px;
}

/* -------------------- */

.cta-book {
    max-width: 469px;
    object-fit: cover;
    top: -155px;
    left: 100px;
    rotate: 4.96deg;
    filter: drop-shadow(21px 18px 32px rgba(0, 13, 39, 0.2));
}

.cta-block-back {
    width: calc(100% - (var(--i) * 80px));
    height: 150px;
    z-index: -1;
    position: absolute;
    bottom: calc(150px - (var(--i) * 18px));
    background: linear-gradient(148.75deg, #3a3a82ba 1.24%, #2E74F0 100.54%);
    border-radius: 20px;
}

/* popup start */

.popup-filter {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    scale: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(46, 50, 98, 0.8);
}

.signin {
    overflow: hidden;
    overflow-y: auto;
    max-width: 840px;
    padding: 42px 98px 68px 98px;
    background: #fff;
    border-radius: 20px;
    position: relative;
}

.signin-close {
    position: absolute;
    top: 19px;
    right: 19px;
    cursor: pointer;
}

.signin-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.signin h3 {
    max-width: 644px;
    font-size: 36px;
    font-weight: 700;
    color: rgba(46, 50, 98, 1);
    position: relative;
}

.emoji {
    position: absolute;
    left: 0px;
    bottom: 13px;
}

.signin h3 span {
    color: rgba(58, 94, 229, 1);
}

.signin-img {
    width: 400px;
}

.signin-img img {
    max-width: 100%;
    object-fit: cover;
    background: url(img/Illustration.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.signin-item {
    display: flex;
    flex-direction: column;
    direction: rtl;
    gap: 8px;
}

.signin-right {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.signin h4 {
    direction: rtl;
    unicode-bidi: embed;
    font-size: 16px;
    font-weight: 700;
    color: rgba(46, 50, 98, 1);
}

.signin label {
    font-size: 11px;
    font-weight: 400;
    color: rgba(46, 50, 98, 1);
}

.signin-inputs {
    padding: 13px 25px;
    border: 1px solid rgba(228, 229, 236, 1);
    border-radius: 60px;
    direction: rtl;
    outline: none;
}

.signin-inputs,
.signin-inputs::placeholder {
    font-size: 16px;
    color: rgba(183, 184, 199, 1);
}

.invalid-feedback {
    color: red !important;
}

.invalid-feedback::placeholder {
    color: red !important;
}

.invalid-feedback-agreement label {
    color: red !important;
}

.signin-inputs {
    color: rgb(138, 138, 147);
}

.blue-btn {
    z-index: 1;
    padding: 12px 50px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: rgba(58, 94, 229, 1);
    border-radius: 60px;
    box-shadow: 0px 5px 15px rgba(58, 94, 229, 1);
    transition: .3s;
    border: none;
}

.required {
    position: relative;
}

.required::after {
    width: 10px;
    height: 13px;
    content: '*';
    position: absolute;
    color: red;
    top: 35px;
    left: 15px;
    font-size: 18px;
}

.blue-btn:hover {
    box-shadow: none;
}

.signin-check {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    direction: rtl;
}

.signin-check input {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border-color: rgba(228, 229, 236, 1);
}

.closeMob {
    display: none;
}


@media screen and (max-width:890px) {
    .signin {
        padding: 42px 40px 42px 0px;
    }

    .signin h3 {
        margin-left: 42px;
    }

    .emoji {
        left: -10px;
    }
}

@media screen and (max-width:750px) {
    .signin-img {
        max-width: 340px;
    }

    .signin h3 {
        font-size: 32px;
        max-width: 565px;
    }
}

@media screen and (max-width:700px) {
    .signin {
        min-width: 300px;
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        overflow: visible;
    }

    .required::after {
        top: 52px;
    }

    .signin-bottom {
        width: 100%;
    }

    .signin-item {
        width: 100%;
    }

    .signin h3 {
        font-size: 14px;
        max-width: 140px;
    }

    .signin h4 {
        font-size: 14px;
    }

    .signin h4:first-of-type {
        margin-top: 20px;
    }

    .signin-inputs,
    .signin-inputs::placeholder {
        font-size: 14px;
    }

    .signin-right {
        width: 100%;
    }

    .signin-img {
        transform: rotate(4.69deg);
        max-width: 188px;
        position: absolute;
        top: -42px;
        left: -19px;
    }

    .signin-img img {
        filter: drop-shadow(21px 18px 32px rgba(0, 13, 39, 0.2)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    }

    .signin h3 {
        margin-left: unset;
        text-align: right;
    }

    .emoji {
        width: 12px;
        height: 12px;
        bottom: 4px;
        left: 10px;
    }

    .signin-close {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -50px;
        right: 0;
        background: #fff;
    }

    .signin-close img:first-of-type {
        display: none;
    }

    .closeMob {
        display: block;
    }
}

/* popup end */


/* media start */

.forMobileIntroCenter {
    display: none;
}

@media screen and (max-width: 1300px) {

    .cont,
    footer {
        width: 1000px;
    }

    .intro img {
        max-width: 550px;
    }

    h2,
    .intro h2 {
        font-size: 48px;
    }

    p {
        font-size: 14px;
    }

    .guide img {
        max-width: 400px;
    }

    .rabahma h3 {
        font-size: 18px;
    }

    .cta-book {
        top: -135px;
        left: 50px;
    }

    .book-info {
        background-image: url(img/whatsinthebooklap.png);
    }

    .book-group {
        width: 700px;
        height: 503px;
    }

    .book-massege {
        max-width: 190px;
    }

    .book-massege1 {
        left: 10px;
        top: 140px;
    }

    .book-massege1 .lighter {
        right: 25px;
    }

    .book-massege2 {
        left: 0px;
    }

    .book-massege2 .lighter {
        left: 63px;
        transform: none;
    }

    .book-massege3 {
        bottom: 35px;
        left: 100px;
    }

    .book-massege3 .lighter {
        left: 35px;
    }

    .book-massege4 {
        right: 5px;
    }

    .book-massege4 .lighter {
        left: auto;
        right: 28px;
    }

    .book-massege5 {
        bottom: 175px;
        right: 0;
    }

    .book-massege5 .lighter {
        transform: none;
        left: 10px;
        top: -12px;
    }

    .book-massege6 .lighter {
        left: auto;
        right: 40px;
    }
}

.rabahma {
    padding-bottom: 75px;
}

@media screen and (max-width:1300px) and (min-width:1020px) {
    .rabahma > img {
        max-width: 400px;
    }

    .rabahma {
        padding-bottom: 40px;
    }

}

@media screen and (max-width: 1020px) {

    .cont,
    footer {
        width: 700px;
    }

    .intro>div {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .intro {
        min-height: 1355px;
        background-image: url(img/lapbg.png);
    }

    .intro-date {
        position: absolute;
        top: 580px;
        right: 78px;
        flex-direction: column;
    }

    .intro-date-item {
        width: 100%;
        align-items: center;
    }

    h2,
    .intro h2 {
        font-size: 64px;
    }

    .intro h2 {
        text-align: center;
    }

    .intro-title {
        align-items: center;
    }

    .intro img {
        max-width: 530px;
        margin-left: -120px;
    }

    .guide img {
        display: none;
    }

    .rabahma img {
        max-width: 280px;
        max-height: 395px;
    }

    .rabahma {
        position: relative;
    }

    .rabahma h3 {
        width: 100%;
        position: absolute;
        bottom: 50px;
        margin-top: 0;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }

    .rabahma span {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .cta h2 {
        font-size: 42px;
    }

    .cta {
        overflow: hidden;
    }

    .cta-book {
        max-width: 389px;
        left: -50px;
    }

    .bookbg1 {
        top: -23px;
        right: 250px;
        left: auto;
    }

    .bookbg1small {
        top: 64px;
        right: 330px;
        left: auto;
    }

    .bookbg2 {

        left: 236px;
    }

    .cta-block {
        padding: 35px 48px;
    }


    .cta h2 {
        max-width: 284px;
    }

    .red-btn {
        padding: 17px 63px;
    }

    .guide-left {
        margin-top: -100px;
    }
}

@media screen and (max-width:720px) {

    .cont,
    footer {
        width: 100%;
        padding: 30px 15px;
    }

    footer {
        width: calc(100% - 30px);
    }

    h2,
    .intro h2 {
        font-size: 48px;
    }

    .rabahma img {
        max-width: 282px;
        max-height: min-content;
    }

    .rabahma {
        gap: 20px;
    }

    .book-info {
        background-image: url(img/whatsinthebook3mob.png);
    }

    .book-group {
        width: 100%;
        height: 395px;
    }

    .intro-date p {
        font-size: 20px;
    }

    .intro-date span {
        font-size: 10px;
    }

    .intro-date-item {
        padding: 5px 12px;
    }

    h2,
    .intro h2 {
        font-size: 26px;
    }

    .intro h2 {
        max-width: 212px;
    }

    .red-btn {
        font-size: 18px;
    }

    .intro-title {
        gap: 16px;
    }

    .intro {
        min-height: 900px;
    }

    .guide-left {
        margin-top: 0;
    }

    .forMobileIntroCenter {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .forMobileIntroCenter img {
        margin-left: unset;
        max-width: 400px;
        max-height: 576px;
    }

    .forMobileIntroCenter img,
    .forMobileIntroCenter .intro-date {
        position: unset;
    }

    .forMobileIntroCenter .intro-date {
        justify-content: center;
        gap: 16px;
    }

    .intro-info .intro-date,
    .intro>div>img {
        display: none;
    }

    p {
        font-size: 11px;
    }

    .book-massege {
        max-width: fit-content;
        padding: 5px 10px;
        padding-bottom: 10px;
    }

    .book-massege p {
        max-width: 93px;
    }

    .lighter {
        width: 16px;
        height: 16px;
    }

    .lighter-ball {
        width: 8px;
        height: 8px;
    }

    .book-massege-right-tog {
        border-radius: 16px 16px 0px 16px;
    }

    .book-massege-left-tog {
        border-radius: 16px 16px 16px 0px;
    }

    .book-group {
        width: 395px;
        height: 282px;
    }

    .book-info>div {
        overflow: hidden;
    }

    .book-massege1 {
        top: -36px;
        left: 45px;
    }

    .book-massege1 p {
        max-width: fit-content;
        width: 93px;
    }

    .book-massege1 .lighter {
        left: 30px;
        bottom: -8px;
        top: auto;
    }

    .book-massege5 {
        right: 15px;
        bottom: auto;
        top: 92px;
    }

    .book-massege5 p {
        max-width: 94px;
    }

    .book-massege5 .lighter {
        left: 15px;
        bottom: -8px;
        top: auto;
    }

    .book-massege6 {
        max-width: 118px;
        top: 205px;
        right: 35px;
        bottom: auto;
    }

    .book-massege6 p {
        max-width: unset;
    }

    .book-massege6 .lighter {
        top: -8px;
        right: 27px;
    }

    .book-massege2 {
        top: 85px;
        left: 9px;
    }

    .book-massege3 {
        left: 67px;
        bottom: 50px;
    }

    .book-massege3 .lighter {
        top: -8px;
    }

    .book-massege2 .lighter {
        bottom: -8px;
        left: auto;
        right: 25px;
    }

    .book-massege4 {
        width: 112px;
        top: -17px;
    }

    .book-massege4 .lighter {
        bottom: -8px;
        right: 32px;
    }

    .guide-left {
        margin-top: -135px;
    }

    .rabahma .guide-left {
        margin-top: unset;
    }

    .rabahma {
        padding-bottom: 200px;
        flex-direction: column-reverse;
        align-items: center;
    }

    .rabahma h3 {
        padding: 0px 15px;
        bottom: 150px;
    }

    .rabahma span {
        bottom: 105px;
    }

    .cta-block .cta-book {
        max-width: 204px;
        width: 204px;
        height: 248px;
        position: unset;
        transform: translateY(-105px);

    }

    .cta h2 {
        font-size: 26px;
        max-width: 176px;
        text-align: center;
    }

    .cta-right {
        align-items: center;
    }

    .cta {
        width: fit-content;
        overflow: visible;
    }

    .cta-block {
        width: fit-content;
        min-width: 290px;
        height: 406px;
        display: flex;
        flex-direction: column;
        padding: 35px;
        align-items: center;
        background-image: url(img/ctaBgmob.png);
        padding-bottom: 72px;
    }
    

    .cta-block-back {
        display: none;
    }

    .cta {
        padding-bottom: 100px;
    }

    .cta-right {
        margin-top: -110px;
    }

    .cta .red-btn {
        padding: 12px 16px;
    }

    .bookbg1,
    .bookbg2 {
        width: 52px;
        height: 52px;
    }

    .bookbg1small,
    .bookbg2small {
        width: 40px;
        height: 40px;
    }


    .bookbg1 {
        right: 1.84px;
        top: -15.28px;
        transform: rotate(345deg);
    }

    .bookbg1small {
        right: 28px;
        top: 40px;
    }

    .bookbg2 {
        left: 5px;
        top: 90px;
        transform: rotate(65deg);
    }

    .bookbg2small {
        left: 10px;
        top: 210px;
        transform: rotate(65deg);
    }

    .book-info h2 {
        margin-bottom: 22px;
    }


    /* BOOK MASSEGES START */

    .book-massege1 {
        max-width: fit-content;
        width: fit-content;
        padding-left: 3px;
        padding-right: 8px;
        top: -15px;
        right: 43px;
        left: auto;
        border-radius: 16px 16px 16px 0px;
    }

    .book-massege1 .lighter {
        left: auto;
        right: 17px;
    }

    .book-massege1 .lighter-fon,
    .book-massege1 .lighter-ball {
        background: rgba(84, 142, 255, 1);
    }

    .book-massege1 p {
        max-width: fit-content;
        width: 101px;
    }

    /* BM 2 */

    .book-massege2 .lighter {
        right: auto;
        bottom: auto;
        top: -8px;
        left: 36px;
    }

    .book-massege2 .lighter-fon,
    .book-massege2 .lighter-ball {
        background: rgba(230, 222, 29, 1);
    }

    .book-massege2 {
        left: 67px;
        top: auto;
        bottom: 35px;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .book-massege2 p {
        max-width: 97px;
    }

    /* BM 3 */

    .book-massege3 {
        max-width: 77px;
        bottom: auto;
        top: 85px;
        left: 42px;
        padding-left: 3px;
        padding-right: 7px;
    }

    .book-massege3.book-massege-right-tog {
        border-radius: 10px 10px 0px 10px;
    }

    .book-massege3 .lighter {
        top: auto;
        left: auto;
        bottom: -8px;
        right: 6px;
    }

    .book-massege3 .lighter-fon,
    .book-massege3 .lighter-ball {
        background: rgba(229, 58, 79, 1);
    }

    .book-massege3 p {
        max-width: fit-content;
    }

    /* BM 4 */

    .book-massege4 {
        border-radius: 16px 16px 0px 16px;
        max-width: fit-content;
        width: fit-content;
        padding-left: 3px;
        padding-right: 8px;
        top: -55px;
        left: 50px;
        right: auto;
    }

    .book-massege4 p {
        max-width: fit-content;
        width: 93px;
    }

    .book-massege4 .lighter {
        left: 27.5px;
        right: auto;
    }

    .book-massege4 .lighter-fon,
    .book-massege4 .lighter-ball {
        background: rgba(82, 224, 125, 1);
    }

    /* BM 5 */


    .book-massege5 {
        right: 40px;
        top: 115px;
        padding-left: 7px;
    }

    .book-massege5 .lighter {
        left: 40px;
    }

    /* BM 6 */

    .book-massege6 {
        max-width: fit-content;
        top: 220px;
        right: 45px;
        padding-bottom: 5px;
        padding-top: 10px;
    }

    .book-massege6 p {
        width: 103px;
    }

    .book-massege6 .lighter {
        right: 19.5px;
    }

    /* BOOK MASSEGES END */

}

@media screen and (max-width:550px) {

    .forMobileIntroCenter img {
        max-width: 236px;
        height: 285px;
    }

    .guide-left {
        margin-top: -88px;
        align-items: center;
    }

    .guide-left p {
        font-size: 15px;
    }

    .intro {
        min-height: 720px;
        background-image: url(img/mobfirstscreen.png);
    }

    .red-btn {
        padding: 12px 46px;
    }

    .cta .red-btn {
        padding: 12px 16px;
    }

    .rabahma {
        overflow: hidden;
    }

    .rabahma img {
        margin-left: -13px;
    }

    
}

@media screen and (max-width:400px) {

    .intro {
        min-height: 665px;
    }


}


@media screen and (max-width:370px) {
    .rabahma h3 {
        bottom: 120px;
    }

    .rabahma span {
        bottom: 75px;
    }
}

/* media end */
