/* // EN font */
@font-face {
    font-family: "mainfont";
    src: url('/Content/fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: "boldfont";
    src: url('/Content/fonts/Roboto-Bold.ttf');
}
:root {
    --main-font:mainFont;
    --bold-font:boldFont;
    --bs-primary: #9475B6;
    --bs-secondary:#00B5EF;
    --bs-third: #E4CCFF;
    --secondary-rgb:0, 181, 239;
    --bs-dark: #000000;
    --bs-gray: #A8A8A8;
}
body{overflow-x: hidden;}
body,*{ font-family: var(--main-font);}
.bold{ font-family: var(--bold-font);}
.top-bar{
    background: var(--bs-gray);
    height: 48px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
p{text-align: justify;}
.top-bar .list-group-item,
.social-links .list-group-item{background: none; border: none;}
.top-bar li a{ color: #fff; text-decoration: none;}
.contact-info a{ font-size: .8rem;}
.social-links li{ padding: 0 .2rem;}
.social-links a {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 25px;
    font-size: .9rem;
    text-align: center;
    border: 1px solid #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.social-links a:hover{ background: #fff; color: var(--bs-primary) !important;}
.navbar{ 
    padding: 0;
    background:#fff; 
    top: 48px;
    border-bottom: 2px solid var(--bs-primary);
    transition: all .3s ease-in-out;
}
.navbar-brand { position: relative; width: 150px;}
.navbar-brand:after{
    content: 'AL HENDAM EL TEBBY';
    position: absolute;
    bottom: -10px;
    right: -70px;
    background: #fff;
    color: var(--bs-primary);
    font-size: .6rem;
    padding: .1rem .5rem;
}
.navbar-brand img{ height: 77px;object-fit: contain;}
.navbar li{ margin: 0 1rem; height: 28px; line-height: 28px;}
.active-item{
    background: rgba(var(--secondary-rgb),.25);
    border-radius: .5rem .5rem 0 0;
    border-bottom: 2px solid var(--bs-secondary);
}
.navbar li a{
    padding:0 .9rem!important; 
    color:var(--bs-primary)!important;
    height: 100%;
}
.navbar li .lang-btn,.lang-btn{
    width: 35px;
    height: 35px !important;
    line-height: 32px !important;
    background: rgba(var(--secondary-rgb),.25);
    text-align: center;
    padding: 0 !important;
    color: var(--bs-primary);
    text-decoration: none;
}
.navbar li.lang-btn a{padding: 0 .1rem !important;}
.lang-btn:hover,.lang-btn:focus{color:var(--bs-secondary);}
.navbar-light .navbar-toggler,.navbar-light .navbar-toggler:focus{
    box-shadow: none;
    border: none;
    background: #fff;
    border-radius: 0;
}
/*main slider */
.main-slider .carousel{ box-shadow: 1px 0 5px #ccc; margin-bottom: 4rem;}
.main-slider .carousel .carousel-item {
    height: 550px;
    overflow: hidden;
    transition: -webkit-transform 1.5s ease;
    transition: transform 1.5s ease;
    transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}
.main-slider .carousel-inner img{ 
    width:54%;
    height: 540px;
    object-fit: cover;
    object-position: top;
    position: absolute;
    bottom: 0;
    right: 0;
}
.main-slider .carousel-caption{
    height: 200px;
    width: 350px;
    max-width: 100%;
    left: 8rem;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: start;
}
.main-slider .carousel-caption h1{ 
    color: var(--bs-dark); 
    font-size: 1.3rem;
    font-weight: bold;
    margin:0 0 .9rem 0;
}
.main-slider .carousel-caption p{
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    color: var(--bs-dark);
}
.main-slider .carousel-indicators{ bottom: -50px;}
.main-slider .carousel-indicators [data-bs-target]{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--bs-primary);
    opacity: 1;
}
.main-slider .carousel-indicators .active{ background: var(--bs-primary); }
.main-btn.btn-primary{ 
    border:none;
    background: var(--bs-primary);
    font-size: .9rem;
    height: 37px;
    min-width: 130px;
}
.main-title{
    color: var(--bs-primary);
    font-size: 1.2rem;
    margin-bottom: 2rem;
    font-family: var(--bold-font);
}
/* about us */
.go-store{
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    font-size: .8rem;
    color: var(--bs-dark);
    background: #F2E6FF;
    text-decoration: none;
    text-align: center;
    position: fixed;
    right: 3rem;
    bottom: 1.5rem;
    z-index: 100;
}
.go-store img{ 
    display: block;
    width: 45px;
    margin-top: 25px !important;
    margin-bottom: 5px !important;
    margin: auto;
}
.main-img img{
    width: 100%;
    height: 400px;
    object-fit: contain;
    object-position: center;
    transform: scaleX(-1);
}
/* services */
.our-services{ background: #F5F5F5;}
.services{ min-height:530px;}
.services .owl-item{
    padding-top: 40px;
    -webkit-transition: .6s all ease-in-out;
    -moz-transition: .6s all ease-in-out;
    transition: .6s all ease-in-out;
}
.services .item{ 
    background: #fff; 
    border-radius: 14px; 
    overflow: hidden;
    text-align: center;
}
.services .item img{
    width: 100%;
    height: 390px;
    object-fit: cover;
    object-position: top;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
}
.service-description h4{ 
    font-size: 1.1rem; 
    color: var(--bs-primary);
    margin-bottom: 1rem;
}
.service-description p{
    font-size: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
}
.service-description a{
    text-decoration: none;
    font-size: .8rem;
    margin-top: .7rem;
    display: inline-block;
    color: var(--bs-dark);
}
.service-description a>i{ 
    color: var(--orange);
    width:20px;
    height:20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: var(--bs-primary);
    background:var(--bs-third);
    transform: scaleX(-1);
}
.services .owl-item.active.center >div{ margin-top: -40px;}
.services .owl-item.active.center >div img{ height:390px;}
.owl-slider .owl-nav{
    position: absolute;
    top: -50px;
    left: 0;
    margin: 0;
}
.owl-slider.owl-carousel .owl-nav button.owl-prev,
.owl-slider.owl-carousel .owl-nav button.owl-next{
    margin: 0;
    width: 27px;
    height: 27px;
    line-height:23px;
    border-radius: 50%;
    background: var(--bs-third);
    color: var(--bs-primary);
    font-size: 1.8rem;
}
.owl-slider.owl-carousel .owl-nav button.owl-next{ margin: 0 .5rem;}
.owl-slider.owl-carousel .owl-nav button span{ 
    height: 27px;
    display: inline-block;
}
/* about us page */
.aboutus-content img{
    width: 60%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
/* contact us */
.contact-banner{ position: relative; box-shadow: 1px 0 5px #ccc;}
.contact-banner img{
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}
.contact-banner h3{
    position: absolute;
    left: 35%;
    text-align: center;
    top: 41%;
}
.contact-details{
    background: #FAF5FF;
    border-radius: 8px;
    box-shadow: 2px 2px 8px #ddd;
    position: relative;
    margin-top: -50px;
}
.contact-details h4{ font-size: 1rem; color: var(--bs-primary); }
.contact-details i{ font-size: 1.4rem; color: var(--bs-primary); }
.contact-details a{ 
    border: none;
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: var(--bs-primary);
}
.contact-details .social-links a:hover{background:var(--bs-primary) !important;}
.contact-details a i{ color: #fff; font-size: 1rem;}
.whats a{background: #25d366;}
.twitter a{background: #1da1f2;}
.snap a{background: #fffc00;}
.insta a{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.facebook a{background: #3b5998;}
/* footer */
.footer {
    position: relative;
    background: var(--bs-gray);
    border-top: 8px solid var(--bs-primary);
}
.footer-logo{ margin-top: 0;}
.footer-logo img{ width: 120px;}
.footer-list li{ 
    background: none; 
    border: none; 
    padding: .2rem 1rem;
}
.footer-list li a{ 
    text-decoration: none;
    color: #fff;
    font-size: .9rem;
}
.footer .contact-info p{ 
    color:#fff; 
    font-size: .9rem;
}
.footer .contact-info a{ color: #fff; text-decoration: none;}
.copy-right{ 
    color: #fff; 
    padding: 1rem;
    font-size: .85rem;
}
.copy-right a{
    color:#fff;
    text-decoration: none;
}
#services{ scroll-margin-top:80px ;}
/* responsive */
/* Large desktops and laptops */
@media (min-width: 1200px) {
    /* .latest-offers .container{ padding: 0 4rem;} */
}
/* Landscape tablets and medium desktops */
@media (min-width:  991.98px) and (max-width: 1199px) {
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .navbar li { font-size: 0.9rem; margin: 0 .7rem;}
    .main-slider .carousel .carousel-item,.main-slider .carousel-inner img{height: 380px;}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
    .top-bar .contact-info .list-group-horizontal{ display: block;}
    .top-bar .list-group-item{padding: .1rem!important; line-height: 18px;}
    .navbar li{ font-size: .9rem; width: 100%; margin-bottom: .5rem;}
    .contact-info a { font-size: 0.7rem; }
    .navbar-brand:after{display: none;}
    .main-slider .carousel .carousel-item,.main-slider .carousel-inner img{height: 300px;}
    .main-slider .carousel-caption { left: 2.5rem;text-align: initial;}
    .footer{ padding-top: 3rem;}
    .footer-list li {padding: .3rem 0;}
    .about-us{ padding-top: 0 !important;}
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .top-bar{ height: auto;}
    .top-bar .col-auto{ width: 100%;}
        .top-bar .social-links {
            justify-content: flex-start;
            margin-bottom: .2rem
        }
    .navbar-light .navbar-brand{ margin: 0 !important;}
    .main-title { font-size: 1.1rem;}
    .main-img img {height: 245px;}
    .about-us p,.aboutus-content p{ font-size: .9rem;}
    .services{ min-height:auto;}
    .services .owl-item{padding-top: 0;}
    .services .owl-item.active.center >div{ margin-top: 0;}
    .services .owl-item.active.center >div img,.services .item img{ height:220px;}
    .footer-logo{text-align: center;}
    .aboutus-content .main-title{ margin-bottom: 1rem !important;}
    .contact-details{ padding: 1rem !important;}
    .contact-details i {font-size: 1.2rem;}
    .contact-details p{ font-size: .9rem;}
    .go-store{ width: 75px; height: 75px; line-height: 55px;right: 2rem;}
    .go-store img{ margin: 20px auto !important; width: 40px;}
    .main-slider .carousel-item img{
        position: static;
        width: 100%;
    }
    .main-slider .carousel-caption {
        height: 100% !important;
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        height: auto;
        width: 100%;
        padding: 1rem;
        margin: 0;
        z-index: 0;
        background: rgba(255,255,255,.5) !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .main-slider .carousel-caption h1{ font-size: 1.1rem; margin-bottom: .5rem;}
    .main-slider .carousel-caption p{ margin: 0; font-size: .95rem;}
    .main-slider .main-btn.btn-primary {
        width: 130px;
    }
}
@media (max-width: 400px) {
}