
.header_bg_imge{
    
    
    background-size: cover; 
    background-repeat: no-repeat; 
    height: 600px;  
    border-radius: 10px;
    position: relative;
    top: 100px;
}

.header_bg_imge::before {
    content: '';
    position: absolute;
    top: 0; /* Align to the top */
    left: 0; /* Align to the left */
    right: 0; /* Align to the right */
    bottom: 0; /* Align to the bottom */
    background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
    border-radius: 10px; /* Match the container border-radius */
}


.fixed_nav_bar{
    position: fixed; /* Keeps the navbar fixed at the top */
    top: 0;
    z-index: 1000;
    width: 100%;
    display: flex; /* Flexbox layout */
    align-items: center; /* Center items vertically */
    justify-content: center; /* Center items horizontally */
    transition: background-color 0.5s ease;
}


.navbar-nav .nav-item {
    align-items: center;
    margin-right: 20px;
}

.opsition_of_nav_bar{
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-right: 120px;
    
}

.select_language{
    background: none;
    border: none;
    color: black;
    outline: none;
    margin-left: 70px;

}
.opten_lang{
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0);
    font-weight: bold;
}

.logo_2 {
    height: 50px;
    width: 120px;
    position: relative;
    margin-right: 10px;
}
.dis_h3{
    text-align: center; 
    color: white; 
    position: relative; 
    bottom: 100px; 
    right: 10px; 
    font-weight: bold; 
    font-size: 30px;
}
.dis_h1{
    text-align: center; 
    color: white; 
    position: relative; 
    bottom: 50px; 
    right: 10px; 
    font-weight: bold; 
    font-size: 50px;
}
.opsition_of_nav_bar{
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Center items vertically */
    margin-left: 20px; 
    /* Space from the logo */
}



/* ----------------------------------------------------------- */





.scrollable-buttons {
    display: flex;
    justify-content: flex-start; /* Align buttons to the start for better scrolling */
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px; /* Space between buttons */
    padding: 10px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    width: 100%; /* Ensure it takes up full width for scrolling */
    max-width: 100%; /* Prevent it from exceeding screen width */
    left: -30px;
}

/* Button Styles */
.btn {
    background-color: white; /* Background color as per the screenshot */
    border: 2px solid #e0e0e0; /* Border to match the design */
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 20px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    flex-shrink: 0; /* Prevent buttons from shrinking */
    white-space: nowrap; /* Ensure the text doesn't wrap */
    scroll-snap-align: start;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    min-width: 120px; /* Set a minimum width for the buttons */
}

/* Hover Effects for Buttons */
.btn:hover {
    background-color: #F47523;
    color: white;
    border-color: #F47523;
}

/* Scrollbar Styles */
.scrollable-buttons::-webkit-scrollbar {
    height: 6px;
}

.scrollable-buttons::-webkit-scrollbar-track {
    background: transparent;
}

.scrollable-buttons::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}
.btn-custom {
    background-color: #F47523;
    border: none;
}
/* ----------------------------------------------------------- */




/* section three */

.higth_of_section_three{
    background-color: #F47523; 
    border-radius: 10px; 
    height: 200px; 
    width: auto;
    margin-right: 20px; 
    margin: auto;
    position: relative; 
    top:70px;
    
}

.img_phone{
    position: relative; 
    left: 213px; 
    top: 10px;
}

.btn_phone{
    background-color: black; 
    color: white; 
    border-color: black; 
    position: relative;
    bottom: 9px;
   
}

/* -------------------------------------------------------------- */



.inresponsive{
    position: relative;
    top: 120px;
    right: 10px;
    align-items: center;

}




.card-custom {
    border-radius: 15px;
    overflow: hidden;
    background-color: rgb(250, 245, 240);
    border-color:rgb(250, 245, 240);
}

.card-img-overlay-custom {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 320px;
}

.btn-custom {
    background-color: #F47523;
    border: none;
}

.cared_img_2{
    height: 320px;
}


.card-custom {
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    color: white;
}

.span_section_3{
    position: relative; 
    left: 100px;
}

.card-body-custom {
    background-color: rgba(0, 0, 0, 0.6); /* Dark overlay on top of the image */
    border-radius: 15px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 330px;
}

.badge-popular {
    background-color: red;
    color: white;
    font-size: 0.9rem;
}
.button_of_secton_three{
    background-color: #F47523;
    border: none;
    z-index: 0;
    position: relative;
    top: 40px;
}
.btn-custom {
    background-color: #F47523;
    border: none;
    z-index: 0;
    position: relative;
    bottom: 25px;
}

.card-price {
    font-weight: bold;
    position: relative;
    bottom: 10px;
}

.card-text {
    color: lightgray;
}

.section3{
    position:relative; 
    top: 120px;
}

.carousel-item {
    padding: 20px;
}
.review-text {
    font-size: 16px;
    color: #555;
}
.quote-mark {
    font-size: 50px;
    color: #F47523;
}
.reviewer-name {
    font-weight: bold;
}
.review-img {
    max-width: 100px;
    border-radius: 10px;
    margin-top: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgb(207, 204, 204); /* Change the background color to gray */
    border-radius: 50%; /* Optional: Make the icon circular */
    width: 50px; /* Adjust the size */
    height: 50px;
}

.before_final{
    position: relative;
    top: 130px;
}


.carousel-container {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Hide scrollbar on Firefox */
    -ms-overflow-style: none; /* Hide scrollbar on IE and Edge */
}

.carousel-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar on Chrome, Safari, Opera */
}

/* Testimonial Card */
.testimonial-card {
    min-width: 50%; /* Make sure two cards are fully visible */
    flex-shrink: 0;
    margin-right: 20px;
    background-color: #f9f9f9;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    scroll-snap-align: start;
}

/* Image on the left */
.testimonial-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 20px;
    height: 250px;
}

/* Text content */
.testimonial-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-quote {
    font-size: 70px;
    color: #F47523;
}

.testimonial-author {
    font-weight: bold;
}

/* Arrow button styles */
.carousel-controls {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.carousel-controls button {
    padding: 10px;
    background-color: rgb(250, 245, 240);;
    border: none;
    cursor: pointer;
    margin: 0 10px;
    font-size: 50px;
}

.footer {
    background-color: #000; /* Black background */
    color: #fff; /* White text color */
    padding: 40px 0;
    width: 100%;
}
.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.footer-links {
    margin-bottom: 10px;
}
.footer-links a {
    color: #fff; /* White text for links */
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
}
.footer-links a:hover {
    color: #ccc; /* Hover effect */
}
.footer-social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}
.footer-social a {
    color: #fff;
    font-size: 20px;
}
.footer-social a:hover {
    color: #ccc;
}


.floating-icon {
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.floating-icon a {
    background-color: #F47523;
    /* or your preferred color */
    padding: 10px;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

.floating-icon a:hover {
    background-color: #F47523;
    /* hover effect */
}


@media (max-width: 768px) {
    .footer {
        text-align: center;
    }
}

.final_section{
    position: relative;
    top: 200px;
} 


@media (max-width: 990px) { /* Adjust breakpoint as needed */

    .header_bg_imge{
         
        background-size: cover; 
        background-repeat: no-repeat; 
        height: 600px;  
        border-radius: 10px;
    }
    
    .fixed_nav_bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px; /* Add some padding for spacing */
        background-color: white; /* If you want the navbar to have a background */
        width: 100%;
    }
    
    .nav_bar_icon{
        position: relative; 
        left: 210px; 
        background: none; 
        color: rgba(255, 255, 255, 0.947); 
        border: none;
    }
    .header_bg_imge::before {
        content: '';
        position: absolute;
        top: 0; /* Align to the top */
        left: 0; /* Align to the left */
        right: 0; /* Align to the right */
        bottom: 0; /* Align to the bottom */
        background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
        border-radius: 10px; /* Match the container border-radius */
    }
    .navbar-nav .nav-link {
        display: block;
        padding: 10px;
    }

    .position_btn_nav{
        position: relative; 
        left: 10px;
    }

    .icons_of_nav_bar{
        position: relative;
        top: 50px;
        right:100px;
        color: white;
    }

    .btn_icon_position{
        position: relative;
        right: 100px;
        
    }

   
    .select_language{
        position: relative; 
        top: 1px; 
        left: 290px;
        background: none; 
        border: none; 
        color: white; 
        outline: none;
        width: 50px;
       
    }

    
    /* Full page overlay for the navbar when expanded */
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9); /* Dark overlay with transparency */
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease;
        color: white;
    }

    .navbar-collapse.show {
        display: flex; /* Ensures the full page overlay appears */
    }

    /* Menu items styling inside the overlay */
    .navbar-nav .nav-item {
        margin: 15px 0;
        text-align: left;
    }
    
    .navbar-nav a {
        color: white;
        font-size: 24px;
        position: relative;
        left: 50px;
    }

    

    /* Hamburger icon */
    .navbar-toggler-icon {
        display: block;
        font-size: 30px;
        color: white;    
    }

    /* X icon for closing the menu */
    .close-icon {
        font-size: 30px;
        color: black;
        display: none;
        position: absolute; /* Make sure the icon is positioned */
        top: 20px; /* Position at the top-right corner of the screen */
        right: 20px;
        z-index: 10000; font-size: 30px;
        color: white;
        display: none;
    }

    /* Show hamburger when collapsed */
    .navbar-toggler.collapsed .navbar-toggler-icon {
        display: inline-block;
    }

    
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        display: none;
    }

    .navbar-toggler:not(.collapsed) .close-icon {
        display: inline-block; 
    }

    

    /* Adjust z-index to ensure the menu covers everything */
    body.no-scroll {
        overflow: hidden; /* Prevent scrolling when the menu is open */
    }
    /* --------------------------------------------------------------------- */
    

    .section_tow{
        position: relative;
        left: 15px;
        width: auto;
    }

    .position_of_section_tow{
        color: black; 
        position: relative; 
        top:30px; 
        right: 75px;
    }


    .higth_of_section_three{
        background-color: #F47523; 
        border-radius: 10px; 
        height: 350px; 
        width: auto;
        margin: auto; 
        position: relative; 
        top:70px;
        right: 1px;
        text-align: center;
    }
    
    .img_phone{
        position: relative;
        left: 323px; 
        top: 10px;
    }

    .text_phone1{
        position: relative; 
        top: 20px;
        width: 340px;
    }


    .text_phone2{
        position: relative; 
        bottom: 160px;
        width: 340px;
    }


    .btn_phone{
       
        position: relative;
        bottom: 40px;
        left: -165px;
        width: 340px;
    }
    
    .inresponsive{
       
        position: relative;
        top: 290px;
    }
    .section3{
        position:relative; 
        top: 250px;
    }
    .before_final{
        position: relative;
        top: 250px;
    }
    .final_section{
        position: relative;
        top: 300px;
    }
    .footer {
        text-align: center;
    }
    .icons_of_nav_bar,
    .ch_color_when_scroll,
    .select_language {
        color: white !important;
   
    }.position_card{
        
        margin-top: -250px;
    }
}

@media (max-width:820px) { /* Adjust breakpoint as needed */

    
    .header_bg_imge::before {
        content: '';
        position: absolute;
        top: 0; /* Align to the top */
        left: 0; /* Align to the left */
        right: 0; /* Align to the right */
        bottom: 0; /* Align to the bottom */
        background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
        border-radius: 10px; /* Match the container border-radius */
    }

    .btn_phone{
        position: relative;
        left: -160px;
    }
    .position_card{
        
        margin-top: -250px;
    }
   
}



@media (max-width:768px) { /* Adjust breakpoint as needed */

    
    .header_bg_imge::before {
        content: '';
        position: absolute;
        top: 0; /* Align to the top */
        left: 0; /* Align to the left */
        right: 0; /* Align to the right */
        bottom: 0; /* Align to the bottom */
        background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
        border-radius: 10px; /* Match the container border-radius */
    }
    .btn_phone{
        position: relative;
        left: -160px;
    }
    
   
}




@media (max-width: 575px) { /* Adjust breakpoint as needed */
    
    .header_bg_imge{
        
        background-size: cover; 
        background-repeat: no-repeat; 
        height: 600px;  
        border-radius: 10px;
        width: 455px;
    }

    .header_bg_imge::before {
        content: '';
        position: absolute;
        top: 0; /* Align to the top */
        left: 0; /* Align to the left */
        right: 0; /* Align to the right */
        bottom: 0; /* Align to the bottom */
        background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
        border-radius: 10px; /* Match the container border-radius */
    }
    
    .nav_bar_icon{
        position: relative; 
        left: 339px; 
        background: none; 
        color: rgb(250, 245, 240 , 0.1); 
        border: none;
    }


    .btn_icon_position{
        position: relative;
        left: -48px;
    }
    
    
    

    .opsition_of_nav_bar{
        position: relative; 
        left: 170px;
    }
   
    .navbar-nav .nav-link {
        display: block;
        padding: 10px;
    }

    .icons_of_nav_bar{
        position: relative;
        top: 50px;
        left:-120px;
    }
   
    .navbar-toggler {
        margin-top: 10px;
    }

    .select_language{
        position: relative; 
        top: 1px; 
        left: 80px;
        background: none; 
        border: none; 
        color: white; 
        outline: none;
        width: 50px;
       
    }

    
    /* Full page overlay for the navbar when expanded */
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9); /* Dark overlay with transparency */
        z-index: 9999;
        display: flex;
        justify-content: left;
        align-items: left;
        transition: all 0.3s ease;
    }

    .navbar-collapse.show {
        display: flex; /* Ensures the full page overlay appears */
    }

    /* Menu items styling inside the overlay */
    .navbar-nav .nav-item {
        margin: 15px 0;
        text-align: center;
    }

    .navbar-nav a {
        color: white;
        font-size: 24px;
        position: relative;
        left: -20px;
    }

    /* Hamburger icon */
    .navbar-toggler-icon {
        font-size: 30px;
        color: white;
        
    }

    /* X icon for closing the menu */
    .close-icon {
        font-size: 30px;
        color: black;
        display: none;
        position: absolute; /* Make sure the icon is positioned */
        top: 20px; /* Position at the top-right corner of the screen */
        right: 20px;
        z-index: 10000; font-size: 30px;
        color: white;
        display: none;
    }

    /* Show hamburger when collapsed */
    .navbar-toggler.collapsed .navbar-toggler-icon {
        display: inline-block;
    }

    
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        display: none;
    }

    .navbar-toggler:not(.collapsed) .close-icon {
        display: inline-block; 
    }

    

    /* Adjust z-index to ensure the menu covers everything */
    body.no-scroll {
        overflow: hidden; /* Prevent scrolling when the menu is open */
    }
    /* --------------------------------------------------------------------- */
    







    .section_tow{
        position: relative;
        left: 15px;
        width: auto;
    }

    .higth_of_section_three{
        background-color: #F47523; 
        border-radius: 10px; 
        height: 350px; 
        width: auto;
        margin: auto; 
        position: relative; 
        top:70px;
        left: 5px;
        text-align: center;
    }
    
    

    .text_phone1{
        position: relative; 
        top: 20px;
        left: 45px;

    }


    .text_phone2{
        position: relative; 
        bottom: 170px;
        left: 45px;

    }


    .btn_phone{
        background-color: black; 
        color: white; 
        border-color: black; 
        position: relative; 
        top: -50px;
        left: 0px;
    }



    .inresponsive{
        position: relative;
        right: 25px;
       width: auto;
    }


    .position_of_section_tow{
        color: black; 
        position: relative; 
        top:30px; 
        left: -120px;
    }



    .section_tow{
        height: 320px;
    }
    .img_phone{
        display: none;
    }
    .card_respose{
        width: 410px;
        position: relative;
        left: 55px;
    }
    .card_response2{
        width: 410px;
        position: relative;
        left: 55px;
    }

    .section3{
        position:relative; 
        top: 250px;
        right: 50px;
        width: 420px;
        margin: auto;
    }
    .span_section_3{
        position: relative; 
        left: 130px;
    }
    .span_section_btn{
        position: relative; 
        left: 50px;
    }
    .title_section_4{
        position: relative;
        left: 60px;
    }
    .before_final{
        position: relative;
        top: 200px;
        width: auto;
    }.final_section{
        width: 480px;
   }
   
}


@media (max-width:440px) { /* Adjust breakpoint as needed */

    .navbar-toggler{
        margin-left: 400px;
    }
    .header_bg_imge{
        
        background-size: cover; 
        width: 560px;
        background-repeat: no-repeat; 
        height: 600px;  
        position: relative;
        left: -10px;
        border: rgb(250, 245, 240);
        border-width: 20px;
        
    }

    .header_bg_imge::before {
        content: '';
        position: absolute;
        top: 0; /* Align to the top */
        left: 0; /* Align to the left */
        right: 0; /* Align to the right */
        bottom: 0; /* Align to the bottom */
        background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
        border-radius: 10px; /* Match the container border-radius */
    }

    .fixed_nav_bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px; /* Add some padding for spacing */
        width: 100%;
    }

    .btn_icon_position{
        position: relative;
        left: -130px;
    }

    .opsition_of_nav_bar{
        position: relative;
        bottom: 100px;
    }


    .icons_of_nav_bar{
        position: relative;
        top: 50px;
        left:-50px;
    }
   
    .navbar-toggler {
        margin-top: 10px;
    }

    .select_language{
        position: relative; 
        top: 100px; 
        left: 110px;
        background: none; 
        border: none; 
        color: white; 
        outline: none;
        width: 50px;
       
    }

    
    /* Full page overlay for the navbar when expanded */
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9); /* Dark overlay with transparency */
        z-index: 9999;
        display: flex;
        justify-content: left;
        align-items: left;
        transition: all 0.3s ease;
    }

    .navbar-collapse.show {
        display: flex; /* Ensures the full page overlay appears */
    }

    /* Menu items styling inside the overlay */
    .navbar-nav .nav-item {
        margin: 15px 0;
        text-align: left;
    }

    .navbar-nav a {
        color: white;
        font-size: 24px;
        position: relative;
        left: 50px;
    }

   

    /* Hamburger icon */
    .navbar-toggler-icon {
        font-size: 30px;
        color: white;
        
    }

    /* X icon for closing the menu */
    .close-icon {
        font-size: 30px;
        color: black;
        display: none;
        position: absolute; /* Make sure the icon is positioned */
        top: 20px; /* Position at the top-right corner of the screen */
        right: 20px;
        z-index: 10000; font-size: 30px;
        color: white;
        display: none;
    }

    /* Show hamburger when collapsed */
    .navbar-toggler.collapsed .navbar-toggler-icon {
        display: inline-block;
    }

    
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        display: none;
    }

    .navbar-toggler:not(.collapsed) .close-icon {
        display: inline-block; 
    }

    

    /* Adjust z-index to ensure the menu covers everything */
    body.no-scroll {
        overflow: hidden; /* Prevent scrolling when the menu is open */
    }
    /* --------------------------------------------------------------------- */
    

    .opten_lang{
        color: rgb(255, 255, 255); 
        background: rgba(0, 0, 0); 
        opacity: 0.5; 
        font-size: 9px;
        position: relative;
        text-align: center;
    }
    .dis_h3{
        text-align: center; 
        color: white; 
        position: relative; 
        bottom: 110px; 
        right: 10px; 
        font-weight: bold; 
        font-size: 30px;
    }
   .dis_h1{
        text-align: center; 
        color: white; 
        position: relative; 
        bottom: 110px; 
        right: 10px; 
        font-weight: bold; 
        font-size: 50px;
   }
 
   .button-section{
        position: relative;
        top: 30px;
        left: 25px;
   }
   
   .higth_of_section_three{
        width: 430px;
        position: relative;
        left: 58px;
   }

   .text_phone1{
    position: relative; 
    top: 20px;
    left: 25px;

    }
    .text_phone2{
        position: relative; 
        bottom: 170px;
        left: 25px;
    }
    .btn_phone{
        background-color: black; 
        color: white; 
        border-color: black; 
        position: relative; 
        top: -50px;
        left: -9px;
    }

  
   .section3{
        position: relative;
        left: 10px;
   }

  
   .final_section{
        width: 575px;
   }
 
}



@media (max-width:300px) { /* Adjust breakpoint as needed */

    .navbar-toggler{
        margin-left: 300px;
    }
    .header_bg_imge{
         
        background-size: cover; 
        width: 460px;
        background-repeat: no-repeat; 
        height: 600px;  
        position: relative;
        left: -1px;
          
    }

    .header_bg_imge::before {
        content: '';
        position: absolute;
        top: 0; /* Align to the top */
        left: 0; /* Align to the left */
        right: 0; /* Align to the right */
        bottom: 0; /* Align to the bottom */
        background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
        border-radius: 10px; /* Match the container border-radius */
    }

    .fixed_nav_bar {
        display: flex;
        align-items: center;
        top: 0;
        justify-content: space-between;
        padding: 10px 20px; /* Add some padding for spacing */
        width: 100%;
        border: rgb(250, 245, 240);
        border-width: 20px;
    }

    .btn_icon_position{
        position: relative;
        left: -130px;
    }

    .opsition_of_nav_bar{
        position: relative;
        bottom: 100px;
    }


    .icons_of_nav_bar{
        position: relative;
        top: 50px;
        left:-50px;
    }
   
    .navbar-toggler {
        margin-top: 10px;
    }

    .select_language{
        position: relative; 
        top: 100px; 
        left: 110px;
        background: none; 
        border: none; 
        color: white; 
        outline: none;
        width: 50px;
       
    }

    
    /* Full page overlay for the navbar when expanded */
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9); /* Dark overlay with transparency */
        z-index: 9999;
        display: flex;
        justify-content: left;
        align-items: left;
        transition: all 0.3s ease;
    }

    .navbar-collapse.show {
        display: flex; /* Ensures the full page overlay appears */
    }

    /* Menu items styling inside the overlay */
    .navbar-nav .nav-item {
        margin: 15px 0;
        text-align: left;
    }

    .navbar-nav a {
        color: white;
        font-size: 24px;
        position: relative;
        left: 50px;
    }

   

    /* Hamburger icon */
    .navbar-toggler-icon {
        font-size: 30px;
        color: white;
        
    }

    /* X icon for closing the menu */
    .close-icon {
        font-size: 30px;
        color: black;
        display: none;
        position: absolute; /* Make sure the icon is positioned */
        top: 20px; /* Position at the top-right corner of the screen */
        right: 20px;
        z-index: 10000; font-size: 30px;
        color: white;
        display: none;
    }

    /* Show hamburger when collapsed */
    .navbar-toggler.collapsed .navbar-toggler-icon {
        display: inline-block;
    }

    
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        display: none;
    }

    .navbar-toggler:not(.collapsed) .close-icon {
        display: inline-block; 
    }

    

    /* Adjust z-index to ensure the menu covers everything */
    body.no-scroll {
        overflow: hidden; /* Prevent scrolling when the menu is open */
    }
    /* --------------------------------------------------------------------- */
    

    .opten_lang{
        color: rgb(255, 255, 255); 
        background: rgba(0, 0, 0); 
        opacity: 0.5; 
        font-size: 9px;
        position: relative;
        text-align: center;
    }
    .dis_h3{
        text-align: center; 
        color: white; 
        position: relative; 
        bottom: 110px; 
        right: 10px; 
        font-weight: bold; 
        font-size: 30px;
    }
   .dis_h1{
        text-align: center; 
        color: white; 
        position: relative; 
        bottom: 110px; 
        right: 10px; 
        font-weight: bold; 
        font-size: 50px;
   }
  
   .position_of_section_tow{
        position: relative;
        left: 10px;
   }
   .higth_of_section_three{
        width: 430px;
        position: relative;
        margin-left: 30px;
   }

   .text_phone1{
    position: relative; 
    top: 20px;
    left: 25px;

    }
    .text_phone2{
        position: relative; 
        bottom: 170px;
        left: 25px;
    }
    .btn_phone{
        background-color: black; 
        color: white; 
        border-color: black; 
        position: relative; 
        top: -50px;
        left: 90px;
    }
   .inresponsive{
    position: relative;
    left: 10px;
   }

   .section3{
        position: relative;
        left: 25px;
   }

   .before_final{
        width: 530px;
        position: relative;
        left: 20px;
   }

   .final_section{
        width: 480px;
   }
   .higth_of_section_three{
    left: -3px;
    width: 390px;
   }
   .position_card{
    margin-left: -60px;
    margin-top: -250px;
   }
   

   
   
}


