div.body {
    display: flex;
    align-items: flex-start;
    padding: 50px;
    background-image: url(../hi.jpg);
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
    align-items: center;

}

body {
    position: relative;
}

section.text h1 {
    animation: write-text 4s forwards;
    white-space: pre;
}


div.body section {
    width: 50%;
}


div.body::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

    background-color: rgba(0, 0, 0, 0.742);

}



section.text {
    position: relative;
}

section.text h1 {
    font-size: 100px;
    color: #feaa32;
    overflow: hidden;
}

section.text span {
    color: #feaa32;
    font-size: 35px;
    text-align: center;
    margin-top: 9px;
    direction: rtl;
}




div.buttons {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    font-weight: 900;
}

div.buttons .btn-text {
    text-decoration: none;
    padding: 11px 50px;
    display: block;
    font-size: 20px;
    color: white;
    font-weight: 900;
}

div.buttons .btn {
    background: #d23441;
    border-radius: 20px;
}

section.text .socal {
    padding: 50px 5px 0 0;
}

section.text .socal img {
    width: 30px;
    margin-right: 5px;
    position: relative;
}

div.ponits {
    position: absolute;
    position: absolute;
    right: 75px;
    bottom: 85px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

div span.ponits {
    width: 10px;
    height: 10px;

    background: #d93b4c;
    display: block;
    border-radius: 50%;
}

div.ponits :first-child {
    background-color: #feaa32;
}

button.mob {
    display: none;
}


.body::after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    color: #fff;
    left: 0;
    padding: 62px 25px 5px;
    background: linear-gradient(to top, rgb(0 0 0 / 11%), rgb(0 0 0 / 0%));
}



.text-between h2 {
    margin: 30px auto;
    text-align: center;
    /* border-bottom: 1px solid; */
    width: fit-content;
    border-bottom: red solid;
    padding: 10px;
    /* font-family: ui-monospace; */
    font-size: 40px;
}

.container {
    margin: auto;
    width: 1400px;
}



/* list */


.lists {
    overflow: hidden;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000b1;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.lists ul {
    list-style: none;
}

.lists .first li:first-child span {
    padding: 18px 77px 18px 20px;
    text-align: center;
    color: white;
    /* border-radius: 10px 96px; */
    font-size: 40px;
    background-color: #2c2c2c;
    position: relative;
}

.lists .first li span {
    display: block;
    position: relative;

    border-radius: 10px 10px 0 0;
}

.lists ul.first li:first-child span::after {
    content: "";
    position: absolute;
    border: 15px solid red;

    border-color: white transparent transparent;
    top: 50%;
    right: 10%;
}

.lists ul.first li:last-child span {
    padding: 18px 77px 18px 20px;
    background: white;
    color: white;
    /* border-radius: 96px 10px; */
    font-size: 40px;
    margin-top: 10px;
    position: relative;
    background-color: #2c2c2c;

}

.lists ul.first li:last-child span::after {
    content: "";
    position: absolute;
    border: 15px solid red;

    border-color: white transparent transparent;
    top: 40%;
    right: 10%;
}

.lists ul.first li div {
    overflow: hidden;
}

.lists ul.first li ul {
    margin-top: -350px;
    padding: 18px 77px 18px 20px;
    background: white;
    color: black;
    transition: 1s;
    font-size: 40px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 0 0 10px 10px;
}

.lists ul.first li div ul {
    text-align: center;
    padding: 20px;
    font-size: 30px;
    background-color: #2c2c2c;
}

.lists ul.first li div ul a {
    padding: 20px;
    background: #eee;
    text-decoration: none;
    display: block;
    color: black;
    border-radius: 20px;
    margin-bottom: 10px;
    position: relative;
}

.overflow {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
}

.more {
    background-color: transparent !important;
    border: none;
}

.sub {
    display: none;
}

.sub div {
    width: 50%;
    font-size: 24px;
    background: #2c2c2c;
    text-align: center;
    padding: 30px;
    color: white;
    border-radius: 20px;
    direction: rtl;
}

.sub a {
    text-decoration: none;
    color: #eee;
    display: block;
    padding: 10px;
    background: #ab7222;
    border-radius: 26px;
    margin: 10px 0;
    position: relative;
}

button.usbb:hover {
    background: #e10013;
}

.sub p:first-child {
    color: #feaa32;
    line-height: 3;
    font-size: 60px;
}

.sub p:last-of-type {
    margin: 30px;
}

p.color {
    color: #feaa32;
}

@media (max-width: 1400px) {
    section.text h1 {
        font-size: 110px;
        color: #feaa32;
    }

    .sub p:first-child {
        font-size: 60px;
    }
}

@media (max-width: 1320px) {
    section.text h1 {
        font-size: 100px;
        color: #feaa32;
    }


    div.body section {
        width: 70%;
    }
}

@media (max-width: 1000px) {
    section.text h1 {
        font-size: 100px;
        color: #feaa32;
    }

    div.body section {
        width: 80%;
    }

    .sub p:first-child {
        font-size: 45px;
    }
}

@media (max-width: 850px) {

    section.text h1 {
        font-size: 90px;
        color: #feaa32;

    }

    div.body section {
        width: 80%;
        align-items: center;
    }

    .sub p:first-child {
        font-size: 30px;
    }
}

@media (max-width:725px) {
    .sub div {

        font-size: 14px;


    }

    section.text h1 {
        font-size: 80px;
        color: #feaa32;
    }

    section.text span {
        font-size: 18px;
    }

    div.body section {
        width: 100%;
        align-items: center;
    }

    .sub p:first-child {
        font-size: 25px;
    }

}

@media (max-width:610px) {
    .sub div {
        font-size: 14px;
    }

    div.ponits {
        right: 60px;
    }

    .sub p:first-child {
        font-size: 18px;
        width: 100%;
    }
}

@media (max-width:585px) {
    section.text h1 {
        font-size: 45px;
        color: #feaa32;
    }

    section.text span {
        font-size: 16px;
    }

    div.buttons {
        flex-direction: column;

    }

    div.ponits {
        right: 0px;
    }

    .sub div {
        font-size: 14px;
        width: 100%;
    }

    /* div.buttons .btn-text {
        padding: 13px 11px;
    }*/
}

@media (max-width:405px) {
    .sub div {
        font-size: 14px;
        width: 100%;
    }

    section.text h1 {
        font-size: 40px;
        color: #feaa32;
    }



    div.buttons .btn-text {
        font-size: 14px;

    }
}

@media (max-width:360px) {
    section.text h1 {
        font-size: 26px;
        color: #feaa32;
    }
}

@media screen and (orientation: landscape) and(max-width: 1000px) {
    div.body {
        height: fit-content;
    }

    /* styles for screens in landscape orientation go here */
}

@keyframes write-text {
    from {
        width: 0;
    }

    50% {
        width: 70%;
    }

    to {
        width: 100%;
    }
}