* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    color: white;
}

html {
    scroll-behavior: smooth;
}

.main .space {
    height: 0;
    width: 100%;
}

.main {
    width: 100%;
    background-image: linear-gradient(90deg, #14293b, #14293b, black, #14293b, #14293b, black, #14293b, #14293b, black, #14293b, #14293b, black);
    animation: back-color 10s linear infinite;
    transition: 0.3s;
    background-size: 800% 800%;
    border-right: .3em solid #3bff3b;
    border-left: .3em solid #3bff3b;
    border-radius: 0.5em;
}

@keyframes back-color {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }

}

.main .back {
    width: 100%;
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(10px);
    color: white;
    display: flex;
    justify-content: center;
    gap: 0.7em;
    padding: 0.3em;
    position: fixed;
    /* يخليها ثابتة */
    top: 0;
    /* يثبتها في أعلى الصفحة */
    left: 0;
    z-index: 100;
    animation: opcity 3s;
}

.main .back a {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    transition: 0.3s;
}

.main .back a:hover {
    color: #3bff3b;
    transform: scale(1.2);
}
.main .back i
{
    margin-top: 0.4em;
    padding-left: 0.5em;
}

.navbar-brand,
.nav-link,
.navbar-nav {
    color: white;
}

.main .first-section {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.main .first-section .cont {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.main .first-section .space {
    width: 100%;
    height: 20%;
}

.main .first-section .right {
    width: 50%;
    display: flex;
    justify-content: center;
    animation-name: animation;
    animation-duration: 1.5s;
}

.main .first-section .right img {
    width: 50%;
    transition: 0.3s;
    animation: animation ease 1s;
}

@keyframes animation {
    0% {
        opacity: .3;
        margin-left: 4em;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;

    }
}




.main .first-section .left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    animation: opcity ease 1s;
}

@keyframes opcity {
    0% {
        opacity: .1;
        margin-right: 4em;
    }

    100% {
        opacity: 1;
    }

}

.main .first-section .left h1,
.main .first-section .left h3 {
    text-align: center;
}

.main .first-section .left h1 {
    color: #3bff3b;
    font-weight: bold;
}

.main .first-section .left p {
    text-align: center;
}

.main .first-section .left .click {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0.8em;
}

.main .first-section .left .click .btn-1 {
    text-decoration: none;
    background-color: #3bff3b;
    padding: 0.7em 1.3em;
    border-radius: 0.5em;
    color: white;
    font-weight: bold;
    transition: 0.4s;
}

.main .first-section .left .click .btn-2 {
    text-decoration: none;
    background-color: black;
    padding: 0.7em 1.3em;
    border-radius: 0.5em;
    color: white;
    font-weight: bold;
    transition: 0.4s;

}

.main .first-section .left .click .btn-2:hover {
    background-color: #3bff3b;

}

.main .first-section .left .click .btn-1:hover {
    background-color: #14293b;
}

.main .second-secction {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4em;
}

.main .second-secction h2 {
    text-align: center;
    font-size: 3em;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #3bff3b;
}

.menu {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2em;
}

.menu .fnt {
    background-color: transparent;
    width: 12%;
    height: 20vh;
    border-radius: 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0px 0px 20px #3bff3b;
}
.main .second-secction .menu .pizza ,.drinks , .Sweet{
    transition: 0.4s;
}
.main .second-secction .menu .pizza:hover ,.drinks:hover , .Sweet:hover{
    box-shadow: 0px 0px 30px #3bff3b;
    transform: scale(1.1);
    cursor: pointer;
}
.menu .fnt i {
    font-size: 4.5em;
}

.menu .fnt h3 {
    text-align: center;
    font-weight: bold;
}

.main .third-section {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 0.5em;
}

.main .third-section h2 {
    text-align: center;
    letter-spacing: 0.1em;
    color: #3bff3b;
    font-weight: bold;
}

.carousel-inner {
    width: 70%;
    left: 15%;
}

.carousel-control-next {
    right: 12%;
}

.carousel-control-prev {
    left: 12%;
}

.main .space-3 {
    height: 10vh;
    width: 100%;
}

.main .fourth-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3em;
}

.main .fourth-section h2 {
    text-align: center;
    color: #3bff3b;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.main .fourth-section .cont {
    display: flex;
    justify-content: space-around;
    text-align: center;

}

.main .fourth-section .cont h4 {
    font-weight: bold;
    color: #3bff3b;
}

.main .fourth-section .cont .About {
    width: 20%;
    font-weight: bold;
}

.main .fifth-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3em;
}

.main .fifth-section h2 {
    text-align: center;
    color: #3bff3b;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.main .fifth-section .images {
    display: flex;
    justify-content: space-around;
}
.main .fifth-section .images img{
    transition: 0.5s;
}
.main .fifth-section .images img:hover{
    transform: scale(1.1);
}
.main .Sixth-section {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 4em;
}

.main .Sixth-section .left {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.main .Sixth-section .left h2 {
    color: #3bff3b;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.main .Sixth-section .left .social i {
    font-size: 2em;
    color: white;
    transition: 0.3s;

}

.main .Sixth-section .right {
    width: 40%;
}

.main .Sixth-section .left .social i:hover {
    color: #3bff3b;
    transform: scale(1.1);
}

.main .seventh-section {
    width: 100%;
    padding: 0em 2em;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.main .seventh-section h1 {
    font-weight: bold;
    color: #3bff3b;
}

.main .seventh-section .line {
    width: 100%;
    border: 0.1em solid white;

}

.main .seventh-section .first,
.main .seventh-section .second {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.main .seventh-section p {
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}

.main .seventh-section p span {
    color: #3bff3b;
    font-weight: bold;
}



/*phone style*/
@media (max-width: 599px) {
    .main .first-section .cont {
        flex-direction: column;
        gap: 0.3em;
    }

    .main .first-section .cont .left {
        width: 100%;
    }

    .main .first-section .cont .left h1 {
        font-size: 4em;
    }

    .main .first-section .cont .left h2 {
        font-size: 2.5em;
    }

    .main .first-section .cont .left p {
        flex-wrap: wrap;
    }

    .main .first-section .cont .click .btn-1,
    btn-2 {
        padding: 0.9em 1.7em;
    }

    .main .first-section .cont .right {
        width: 100%;
    }

    .main .first-section .cont .right img {
        width: 60%;
    }

    .menu {
        flex-direction: column;
        align-items: center;
    }

    .menu .fnt {
        width: 28%;
        height: 20vh;
    }

    .menu .fnt i {
        font-size: 3em;
    }

    .menu .fnt h3 {
        font-size: 1.2em;
    }

    .main .space-2 {
        height: 10vh;
    }

    .main .fourth-section .cont {
        flex-direction: column;
        gap: 4em;
        align-items: center;
    }

    .main .fourth-section .cont .About {
        width: 90%;
    }

    .main .fifth-section .images {
        flex-direction: column;
        gap: 4em;
        align-items: center;
    }

    .main .fifth-section .images img {
        width: 70%;
    }

    .main .Sixth-section {
        flex-direction: column;
        gap: 3em;
    }

    .main .Sixth-section .right {
        width: 90%;
    }

    .main .Sixth-section .right iframe {
        width: 100%;
        height: 40vh;
    }

    .main .seventh-section .first,
    .main .seventh-section .second {
        flex-direction: column;
        gap: 1em;
    }
}


/* Tablet styles */
@media (min-width: 600px) and (max-width: 1023px) {
    .main .first-section .cont {
        flex-direction: column;
        gap: 0.8em;
    }

    .main .first-section .cont .left {
        width: 100%;
    }

    .main .first-section .cont .left h1 {
        font-size: 4.5em;
    }

    .main .first-section .cont .left h2 {
        font-size: 3em;
    }

    .main .first-section .cont .left p {
        flex-wrap: wrap;
        font-size: 1.2em;
    }

    .main .first-section .cont .click .btn-1,
    btn-2 {
        padding: 0.9em 1.7em;
    }

    .main .first-section .cont .right {
        width: 90%;
    }

    .main .first-section .cont .right img {
        width: 30%;
    }

    .main .space-2 {
        height: 5vh;
    }

    .menu .fnt {
        height: 20vh;
        width: 16%;
    }

    .main .fourth-section .cont {
        flex-direction: column;
        gap: 4em;
        align-items: center;
    }

    .main .fourth-section .cont .About {
        width: 90%;
    }

    .main .Sixth-section {
        flex-direction: column;
        gap: 3em;
    }

    .main .Sixth-section .right {
        width: 80%;
    }

    .main .Sixth-section {
        flex-direction: column;
        gap: 3em;
    }

    .main .Sixth-section .right {
        width: 80%;
    }

}