@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700|Playfair+Display');
@import url('https//fonts.googleapis.com/css?family=Montserrat:400,700');

body {
    background: #f5f5f5;
    font-family: 'Cairo', 'Arial', sans-serif;
    font-style: normal;
    font-weight: 300;
    overflow-x: hidden;
}

html,
body {
    width: 100%;
    height: 100%;
}



h1,
h2 {
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
    font-family: 'Cairo', 'Arial', sans-serif;
}

h1 {
    color: #3d3d3f;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    line-height: normal;
}

h2 {
    color: #c93906;
    font-size: 35px;
    line-height: normal;
}



p {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    font-style: normal;
    font-family: 'Cairo', 'Arial', sans-serif;

}

.p-light {
    color: #878787;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    font-style: normal;
    font-family: 'Cairo', 'Arial', sans-serif;
}

strong {
    color: #000;
    font-weight: bold;
}

.copyright-text {
    color: #878787;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-style: normal;
    font-family: 'Cairo', 'Arial', sans-serif;
}


.orange {
    color: #c93906;
}




.rtl {
    direction: rtl;
    text-align: right;
}

hr {
    margin: 30px 0;
}

.container {
    max-width: 900px;
    margin: 40px auto;
    /* background: #fff; */
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700|Playfair+Display');
@import url('https//fonts.googleapis.com/css?family=Montserrat:400,700');


/*---------------------------------------
  Buttons               
-----------------------------------------*/

.arrow-btn i {
    background: #000000;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 32px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.arrow-btn i:hover {
    background: #c93906;
}



/*---------------------------------------
  General               
-----------------------------------------*/

html {
    -webkit-font-smoothing: antialiased;
}

a {
    color: #575757;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
    color: #000000;
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section-title {
    margin: 0;
    padding-bottom: 32px;
}

.parallax-section {
    background-attachment: fixed !important;
    background-size: cover !important;
}

#about,
#work,
#contact,
footer {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}


/*---------------------------------------
  Pre loader section              
-----------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.spinner {
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #000000;
    border-top-color: #f9f9f9;
    animation: spinner .9s linear infinite;
}

/* -----terms----- */
header {
    background-color: #000;
    color: #fff;
    padding: 20px 30px;
    text-align: center;
}

.main-content {
    padding: 30px 20px;
    max-width: 960px;
    margin: auto;
    background: #fff;
}

.f1 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #fff;
}

.f2 {
    font-size: 22px;
    margin-top: 40px;
}

.p-footer {
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}

.loader::before,
.loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite;
}

.loader::after {
    inset: 8px;
    transform: rotate3d(90, 90, 0, 180deg);
    border-color: #FF3D00;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    75%,
    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }
}

/*---------------------------------------
  Home section              
-----------------------------------------*/
#logo {
    position: absolute;
    top: 20px;
    right: -50%;
    background-color: #f5f5f5;
}

.bg-body-tertiary {

    color: #f5f5f5;
}

#home {
    background: url('../images/white-cube\ background.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75vh;
    text-align: center;
    position: relative;
    margin: 82px 12px 0 12px;
    overflow-x: hidden;

}

.home-wrapper {
    background: rgba(250, 250, 250, 0.8);
    padding: 32px 12px;
}

#arabic {
    font-family: 'Cairo', 'Arial', sans-serif;
    font-weight: 300;
    font-style: normal;
    direction: rtl;
    text-align: center;
}

#arabic h3 {
    font-size: 25px;
    color: #c93906;
    font-weight: bold;
    text-transform: uppercase;
}

.fa fa-angle-double-down {
    color: #c93906 !important;
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    #logo {
        right: 0;
        top: 10px;
        width: 100%;
        text-align: center;
    }

    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {

        font-family: 'Cairo', 'Arial', sans-serif;
    }
}



/* ----- buttons -------- */


.custom-btn {
    background-color: #000;
    border-radius: 30px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 24px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    width: 200px;
    max-width: 90%;
    /* يخلي الزر يصغر على الشاشات الصغيرة */
}

.custom-btn2 {
    background-color: #c93906;
    border-radius: 30px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 24px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    width: 200px;
    max-width: 90%;
}

.custom-btn2:hover {
    background-color: #000000 !important;
    color: #ffffff;
    /* تغيير اللون عند الهوفر */
}

.fa-person {
    color: #ffffff !important;
    padding-right: 5px;

}

.btn .fa-whatsapp {
    color: #ffffff !important;
    padding-right: 5px;

}

.sticky-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* مسافة بين الأزرار */
    position: fixed;
    top: 520px;
    right: 20px;
    z-index: 9999;

    /* المسافة من أعلى الصفحة */
}

.sticky-buttons button {
    width: 200px;
}

.sticky-buttons a {
    color: #ffffff;
}

.sticky-buttons button:hover {
    transform: scale(1.1);
    background-color: #c93906;
    color: #ffffff;
    /* تغيير اللون عند الهوفر */
}

.sticky-buttons a:hover {
    transform: scale(1.1);
    background-color: #c93906;
    color: #ffffff;
    /* تغيير اللون عند الهوفر */
}

@media (max-width: 768px) {
    .sticky-buttons {
        right: 10px;

        top: 75%;
    }

    .custom-btn {
        width: 160px;

        font-size: 14px;
        padding: 8px 12px;
    }

    .btn-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        position: fixed;
        top: 700px;

    }


}



@media (max-width: 480px) {

    .sticky-buttons {
        right: 5px;
    }

    .custom-btn {
        width: 140px;
        font-size: 12px;
        padding: 6px 10px;
    }

}

/*---------------------------------------
  About section              
-----------------------------------------*/

#about {
    padding-top: 100px;
}

#about .col-md-4 img {
    border-radius: 5px;
    margin-bottom: 28px;
}

#about .col-md-4 a {
    background: #e8e8e8;
    border-radius: 8px;
    color: #000000;
    padding: 6px 12px;
    display: inline-block;
    margin-bottom: 40px;
}

#about .col-md-4 a:hover {
    background: #000000;
    color: #ffffff;
}

#about .about-thumb {
    background: #ffffff;
    border-radius: 5px;
    padding: 42px 32px;
}

@media (max-width: 768px) {
    .about-img {
        padding: 32px 12px;
        width: 280px;
    }
}

/* @media (max-width: 480px) {
  .about-img {
    padding: 32px 12px;
    width: 100%;
  }

} */


/*---------------------------------------
  Work section              
-----------------------------------------*/



/*---------------------------------------
  speciality             
-----------------------------------------*/
#p-center {
    text-align: center;
    margin-top: 20px;
    padding: 0px 12px;
}




/*---------------------------------------
  Footer section              
-----------------------------------------*/

footer {
    background: #000000;
}

footer h4 {
    color: #f9f9f9;
}

footer a {
    color: #aaa;
}

footer a:hover {
    color: #fff;
}

footer .col-md-4 .support-cus:last-child {
    padding-top: 12px;
}

footer .col-md-4 .support-cus p {
    line-height: 20px;
}

footer .newsletter .form-control {
    box-shadow: none;
    transition: all 0.4s ease-in-out;
    margin-top: 16px;
    margin-bottom: 2px;
}

footer .newsletter .form-control:focus {
    border-bottom-color: #f2f2f2;
}

footer .newsletter input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0px;
}

footer .newsletter button {
    background: #f9f9f9;
    border: none;
    border-radius: 50px;
    font-weight: bold;
    height: 50px;
}

footer .newsletter button:hover {
    background: #c93906;
    color: #ffffff;
}

footer .dash-line {
    border-top: 1px solid #292929;
    margin-top: 62px;
    padding-bottom: 52px;
    position: relative;
}

.banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;



}

.sign-up {
    font-size: 16px;
    font-weight: bold;
}

input::placeholder {
    color: #878787 !important;
    font-size: 16px;
    font-weight: 300;
    opacity: 5;
}

.privacy-links {
    color: #878787;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-top: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.privacy-links a {
    color: #878787;
    margin: 0 10px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.privacy-links a:hover {
    color: #c93906;

}


/*---------------------------------------
  Social icon             
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    background: #f9f9f9;
    border-radius: 100%;
    color: #3d3d3f;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0px 6px 10px 6px;
}




.social-icon li a:hover {
    background: #c93906;
    color: #ffffff;
    transform: scale(1.1);
}


/*---------------------------------------
  Mobile Responsive styles              
-----------------------------------------*/

@media (max-width: 980px) {

    h1 {
        font-size: 30px;
    }

    #about .about-thumb {
        padding-left: 0px;
    }

    #work .work-thumb {
        margin-top: 25px;
    }

}

@media (max-width: 768px) {

    h1 {
        font-size: 27px;
    }

    h2 {
        font-size: 25px;
    }

    footer .col-md-4 {
        margin-bottom: 35px;
    }

    footer .col-md-6 {
        text-align: center;
    }

    footer .copyright-text {
        padding-bottom: 12px;
    }

}

@media (max-width: 580px) {

    h3 {
        font-size: 14px;

    }

    #about .about-thumb {
        padding: 22px 12px;
        margin-top: 0px;
    }

}

@media (max-width: 360px) {
    #home {
        height: 85vh;
    }

}