
/* lets style that  */

/* fisrt we need fonts  */
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary-clr : #bf9343;
    --secondary-clr : #1a1a1a ;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#arabic-words{
    margin-bottom: 23px;
}

html {
    scroll-behavior: smooth;
}

/* .message {
    margin: 0px 0px 20px;
    padding: 12px 10px;
} */

li {
    list-style: none;
    font-family: "Poppins" , sans-serif;
}

ul , ol {
    margin: 0;
    padding: 0;
}

p , li {
    font-family: "Poppins" , sans-serif;
    font-size: 15px;
    color: rgb(54, 54, 54);
    line-height: 1.7;
    transition: .4s ease;
}

a{
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    transition: .4s ease;
}

h1, h2 , h3, h4, h5 , h6 {
    color: var(--primary-clr);
    line-height: 1.4;
    font-weight: bold;
    font-family: "Domine" , sans-serif;
    text-transform: capitalize;
    transition: .4s ease;
}

img {
    width: 100%;
    transition: .4s ease;
}

/* ====================== */

#seatcolour span{
    font-size: 18px;
    color: rgb(165, 125, 37);
}


.navbar .navbar-nav .nav-link {
    color: white;
    font-size: 16px;
    padding: 5px 20px !important;
}

.navbar .navbar-nav .nav-link:hover {
    background-color: var(--primary-clr);
    border-radius: 5px;
}

.nav-btn a {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: white;
    background-color: var(--primary-clr);
    gap: 10px;
    width: max-content;
}

.nav-btn a:hover {
    background-color: var(--secondary-clr);
}

.header {
    position: sticky;
    top: 0;
    width: 100%;
    background: var(--secondary-clr);
    z-index: 99;
}

.navbar-brand img {
    width: 120px;
    height: auto;
}


/* lets style  */

.banner-sec {
    background-image: url(imgs/banner-bg.jpg);
    position: relative;
    padding: 160px 0;
    background-size: cover;
}

.banner-content h6 {
    color: var(--primary-clr);
    font-size: 20px;
}

.banner-content h2 {
    font-size: 48px;
    color: white;
}

.banner-content p {
    color: white;
}

/* lets style  */

.about-img img {
    width: 85%;
    filter: drop-shadow(2px 2px 1px rgb(0, 0, 0));
}

p.title-p {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-clr);
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

p.title-p img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

h2.title-h {
    color: var(--secondary-clr);
    font-size: 38px;
}


.service-sec {
    background: #f1f1f1;
}

.service-box {
    width: 96%;
    margin-bottom: 40px;
}

.ser-img {
    width: 130px;
    margin: auto;
}

.ser-text {
    padding: 100px 30px 30px 30px;
    background-color: white;
    border-radius: 0px 57px 0 0;
}

.ser-img img {
    margin-bottom: -82px;
}

.ser-arr a {
    background-color: var(--primary-clr);
    color: white;
    padding: 8px 20px;
    border-radius: 6px;
    margin-top: 10px;
}

/* style that  */

.bg-sec {
    background: rgb(3, 17, 30);
}

.bg-sec p {
    color: white;
}

/* lets style  */

.nav-tabs {
    gap: 10px;
    border: none !important;
}

.nav-tabs .nav-item  .nav-link {
    width: auto;
    background-color: white;
    color: #000;
    border-radius: 30px;
    padding: 10px 30px;
    border: 2px solid var(--primary-clr);
    margin-bottom: 20px;
}

.nav-tabs .nav-item  .nav-link.active  {
    background-color: var(--primary-clr);
    color: white;
}

.service-tab {
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    max-width: 100%;
    margin: auto;
    transition: .4s ease;
}

.service-tab h4 {
    color: var(--primary-clr);
    font-size: 18px;
}

.service-tab:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.service-tab .ser-img  img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

p.price {
    margin: 0;
}

/* lets style  */

.testimonial-sec {
    background-image: url(imgs/bg-1.jpg);
    background-size: cover;
    background-color: #f3f3f3;
}

.test-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.testimonial-box {
    padding: 40px 30px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

.test-txt p {
    margin: 15px 0 0;
}

.ts-img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 100%;
}

.test-info span {
    color: var(--secondary-clr);
    font-weight: 600;
}

/* lets style  */

.form-banner {
    width: 100%;
    border-radius: 10px;
    padding: 20px;
}

.form-banner input {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 10px;
    border: none;
    background: white;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
    font-family: sans-serif;
    border: 1px solid #747474;
}

input[type="submit"] {
    background: var(--secondary-clr);
    color: white;
}

/* lets style  */

.blog-blog {
    width: 100%;
    margin: auto;
    position: relative;
    background-color: white;
    margin-bottom: 20px;
}

.blog-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.date {
    color: #000;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.blog-sec {
    background-color: #f3f3f3;
}

.blog-txt {
    padding: 0 10px 10px;
}

.blog-txt h3 {
    font-size: 20px;
    margin: 12px 0;
}

a.blog-arr {
    width: 50px;
    height: 50px;
    display: grid;
    place-content: center;
    background-color: var(--primary-clr);
    color: white;
    font-size: 20px;
    border-radius: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50% , -50%) rotate(320deg);
}

.blog-read a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--secondary-clr);
    font-weight: 600;
}

.blog-read a i {
    width: 20px;
    height: 20px;
    background-color: var(--primary-clr);
    display: grid;
    place-content: center;
    color: white;
    border-radius: 100%;
    font-size: 12px;
    transition: 0.4s ease;
}

.blog-read a:hover i {
    transform: translateX(10px);
}

.blog-blog:hover img {
    transform: scale(1.1);
}

.blog-img {
    overflow: hidden;
}

/* lets style  */

footer {
    background-image: url(imgs/footer-bg.jpg);
    position: relative;
    background-size: cover;
    padding: 60px 0 0;
    background-color: var(--secondary-clr);
}

.footer img {
    width: 150px;
    height: auto;
}

footer a , footer p {
    color: white;
}

footer h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: white;
}

.footer-links li a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.cont-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.cont-flex i {
    background-color: var(--primary-clr);
    width: 40px;
    height:40px;
    display: grid;
    place-content: center;
    border-radius: 100%;
    color: var(--secondary-clr);
}

.cont-flex>div {
    width: 75%;
}

.cont-flex span {
    display: block;
    color: white;
    font-size: 17px;
    font-weight: 600;
}

.copyrights {
    padding: 15px 0;
    text-align: center;
    border-top: 2px solid #fff;
    margin-top: 15px;
}

footer::before {
    position: absolute;
    content: "";
    background-image: url(imgs/footer-img.png);
    width: 200px;
    height: 200px;
    top: 0;
    object-fit: contain;
    display: none;
}

button.navbar-toggler {
    background: #ededed;
    padding: 9px;
}

/* Parallax Section Styles */
.parallax-section {
    position: relative;
    background-image: url('imgs/homepage-1.jpg'); 
    /* background-attachment: fixed;   */
    background-size: cover;
    background-position: center center;
    height: 97vh;  
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.parallax-section h2 {
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 0.6px 0.6px 1px rgb(0, 0, 0);
    -webkit-text-stroke: 2px 2px 2px black;
    text-stroke: 2px 2px 2px black;
}

.parallax-section p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #f4f4f4;
    text-shadow: 2px 2px 3px black;
}

/* Optional content styling */
#about {
    padding: 50px;
    background-color: #f4f4f4;
}


@media only screen and (max-width : 991px) {

    button.navbar-toggler {
        order: 3;
    }

    .service-tab {
        margin-bottom: 25px;
    }

    .testimonial-box {
        margin-bottom: 25px;
    }

    .blog-txt {
        padding: 0 10px 10px;
    }

}

@media only screen and (max-width : 575px) {

    .banner-sec {
        padding: 60px 0;
        background-position: center;
    }

    .banner-content h2 {
        font-size: 35px;
        width: 64%;
    }

    .banner-content p {
        display: none;
    }

    h2.title-h {
        font-size: 28px;
    }

    .nav-btn.float-end {
        float: left !important;
    }

    .nav-tabs {
        margin-bottom: 20px;
        gap: 10px;
    }

    .footer img {
        width: 120px;
    }
}