html {
    scroll-behavior: smooth;
  }

.font-style {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.add-icon {
    cursor: pointer;
    color: #e27f00;
    transition: all 0.5s;
}

.add-icon:hover >* {
    color: darkmagenta;
}

.add-icon:hover {
    color: darkmagenta;
}

.add-icon-bg {
    color: azure;
    background-color: #d5961dba;
    ;
}

.add-icon-bg:hover {
    color: #e27f00;
    background-color: transparent;
    ;
}

.edit-icon {
    cursor: pointer;
    color: #e27f00;
    transition: all 0.5s;
}

.edit-icon:hover {
    color: darkmagenta;
}

.map-container-2 {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container-2 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.title-dec::after
{
    position: relative;
    left: 1rem;
    bottom: 0.5rem;
    display: inline-table;
    content: "";
    width: 1rem;
    height: 0.3vw;
    background-color: #d5961dba;
}

.title-dec::before
{
    position: relative;
    right: 1rem;
    bottom: 0.5rem;
    display: inline-table;
    content: "";
    width: 1rem;
    height: 0.3vw;
    background-color: #d5961dba;
}

.card
{
    border: none !important;
}

.card-body{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.card-img-top{
    width: 110% !important;
    position: relative;
    left: -4%;
    border-radius: 2%;
    box-shadow: 7px 6px 8px 0px rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition-duration: 0.5s;
}

.card-img-top:hover{
    transition-duration: 0.5s;
    transform: scale(1.1);
}

.med-card
{
    margin-bottom: 1.5rem !important;
}

.more {
    display: none;
    transition-delay: 1s;
}

.more-style
{
    display: flex;
    justify-content: center;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .row .med-card  {
        margin-right: 7rem !important;
    }

}

@media only screen and (max-width: 766px) {
    .row .med-card  {
        margin-right: 0 !important;
    }

}
  

/* Navbar */

.nav-item-style {
    background-color: #e27f00;
    color: white !important;
    border-radius: 40%;
    box-shadow: 0px 6px 6px #69585899;
    transition-duration: all 1s;

}

.navbar-nav li {
    margin-top: 0 !important;
}

.nav-item-style-h{
    padding-top: 13px !important ;
}
.nav-item-style-h:hover {
    /* background-color: #e27f00;
    color: white !important;
    border-radius: 40%;
    box-shadow: 0px 6px 6px #69585899 */
    border-top: 1px solid #e27f00;
    transition-duration: all 1s;
}

@media only screen and (max-width: 750px) {
    .nav-link {
        text-align: center !important;
    }
    .nav-item-style-h:hover {
        background-color: transparent;
        color: black !important;
        border-radius: 0%;
        box-shadow: 0px 6px 6px #69585899;
    }

    .lang-style
    {
        text-align: center !important;
        margin: 0;
    }

    .lang-style a{
        text-align: center !important;
    }
}

@media only screen and (max-width: 767px) {
    .med-card
    {
        margin-bottom: 1.5rem !important;
        justify-content: center !important;
    }

    .dis-card
    {
        display: flex;
    }
}

.dropdown-toggle
{
    margin-top: 4px;
}

/*  */

/* Social Media in welcome page */

.linkedin-style svg
{
    position: fixed;
    right: 0;
    top: 60vh;
    /* width: 35px; */
    /* background-color: red; */
    z-index: 999;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 40% 0% 0% 0%;
    font-size: 37px;
    color: #0077b5;
    transition-duration: 0.5s;

}

.facebook-style svg
{
    border-radius: 40% 0% 0% 0%;
    font-size: 37px;
    color: #3d6ad6;
    transition-duration: 0.5s;
}

.facebook-style svg:hover
{
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.linkedin-style svg:hover
{
    transform: scale(1.1);
    transition-duration: 0.5s;

}

/*  */

/* Catalogue */
.catalogue-icon
{
    position: fixed;
    right: 0;
    top: 50%;
    height: 35px;
    width: 35px;
    /* background-color: red; */
    z-index: 999;
    cursor: pointer;
    background-color: #d5961dba;
    box-sizing: border-box;
    border-radius: 40% 0% 0% 0%;
}

.catalogue-icon img
{
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    /* color: #e27f00;
    box-shadow: 0px 0px 1px 2px #e7b15d47; */
}

.catalogue-parent
{
    position: fixed;
    /* left: 43%; */
    /* top: 12%; */
    z-index: 999;
    cursor: pointer;
    display: none;
}

.catalogue-parent img
{
    width: 10rem;
    height: 32rem;

}

.next-catalogue
{
    position: relative;
    left: 4%;
    top: 0;
    font-size: 22px;
}

.back-catalogue
{
    position: relative;
    right: 106%;
    top: 0;
    font-size: 22px;
}

.catalogue-window
{
    height: 36rem;
    width: 20rem;
    background-color: rgb(197, 197, 197);
    position: fixed;
    top: -500%;
    transition-duration: 2s;
    border: 1px solid #e27f00;
    box-shadow: 1px 9px 9px 4px rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}



/*  */


/* Header Image */

.header-img {
    width: 100%;
    height: auto;
    max-height: 250px;
    border-bottom: 4px solid #d5961dba;
    display: inline;
    /* max-height: 95vh; */
}

.pos-image {
    position: relative;
}

.text-header-img-product {
    font-size: 44px;
    color: whitesmoke;
    position: relative;
    bottom: 35%;
}

.header-title-product
{
    width: 292px;
    height: 45px;
    background-color: #d5961dba;
}

.header-title-product::after
{
    content: "";
    display: inline-table;
    width: 32px;
    height: 46px;
    background-color: #f8f9fa;
    position: relative;
    left: 19px;
    top: -4.5px;
    color: #fff;
    transform: skewx(-35deg);
}

.header-title-product-ar
{
    width: 292px;
    height: 45px;
    background-color: #d5961dba;
}

.header-title-product-ar::after
{
    content: "";
    display: inline-table;
    width: 30px;
    height: 46px;
    background-color: #f8f9fa;
    position: relative;
    left: -32px;
    top: 0px;
    color: #fff;
    transform: skewx(30deg);
}

/* About US */
.about-section
{
    background-size: cover;
    background-image: url("../images/spiningRoom2.jpg");
    height: 490px;
    width: 100%;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.about-section::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
}

.decore-split {
    position: relative;
    background-color: rgb(226, 177, 88);
}

.decore-split::before {
    position: absolute;
    content: "";
    width: 100%;
    background-color: rgb(226, 177, 88);
    height: 7rem;
    top: -7rem;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: 0;
}

.title-section__light h2 {
    color: #fff;
    font-size: 5rem;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.title-section__light p {
    color: #fff;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 992px) {
    .title-section__light p{
        font-size: 0.9rem !important;
    }

}

@media only screen and (max-width: 530px) {
    .decore-split::before {
        height: 4rem;
        top: -4rem;
    }
}

@media only screen and (max-width: 770px) {
    .title-section__light h2  {
        font-size: 3.5rem !important;
    }
    .title-section__light p{
        font-size: 0.8rem !important;
    }

}

@media only screen and (max-width: 467px) {
    .title-section__light p{
        font-size: 0.75rem !important;
    }

}

@media only screen and (max-width: 467px) {
    .title-section__light p{
        font-size: 0.65rem !important;
    }
}



.title-section__light h2


/* Contact US */

.text-header-img-contact {
    position: absolute;
    top: 3vw;
    left: -14%;
    z-index: 1;
    font-size: 2.5vw;
    color: whitesmoke;
}

.text-header-img-contact::before {
    position: relative;
    left: 14.5vw;
    bottom: -0.2vw;
    display: inline-table;
    content: "";
    width: 15vw;
    height: 1.2vw;
    background-color: #d5961dba;
    z-index: -1;
    transform: skew(-35deg);
}

.text-header-img-contact::after {
    position: relative;
    right: 14.4vw;
    top: -1.0vw;
    display: inline-table;
    content: "";
    width: 15vw;
    height: 1.2vw;
    background-color: #d5961dba;
    z-index: -1;
    transform: skew(35deg);
}

.title-style {
    display: inline-table;
    width: 100%;
    height: 1.2vw;
    background-color: #d5961dba;
    transform: skew(-35deg);
}

/* Search Product User */

.input-group
{
    width: 80%;
    margin: auto;
}

  .input-group.md-form.form-sm.form-2 input {
    border: 1px solid #d5961dba;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .input-group-text {
    border: 1px solid #d5961dba;
    background-color: #d5961dba;
    color: #fff;
  }

/* Catalogue */

.text-header-img-catalogue {
    font-size: 44px;
    color: whitesmoke;
    position: relative;
    bottom: 30%;
}

.header-title-catalogue
{
    width: 292px;
    height: 45px;
    background-color: #d5961dba;
}

.header-title-catalogue::after
{
    content: "";
    display: inline-table;
    width: 58px;
    height: 46px;
    background-color: #f8f9fa;
    position: relative;
    left: 19px;
    top: -4.5px;
    color: #fff;
    transform: skewx(-35deg);
}

.header-title-catalogue-ar
{
    width: 292px;
    height: 45px;
    background-color: #d5961dba;
}

.header-title-catalogue-ar::after
{
    content: "";
    display: inline-table;
    width: 90px;
    height: 46px;
    background-color: #f8f9fa;
    position: relative;
    left: -35px;
    top: 0px;
    color: #fff;
    transform: skewx(30deg);
}

.img-responsive {
    width: 100%;
    height: auto;
    max-height: 600px;
    /* max-height: 95vh; */
}


.select2-container .select2-selection--single{
    height:34px !important;
}
.select2-container--default .select2-selection--single{
         border: 1px solid #ccc !important; 
     border-radius: 0px !important; 
}

/* Footer Contact US */
.f-contact-font label , .f-contact-font i
{
    color: #ffffff;
}

/* Table Style */
thead tr th
{
    border: 1px solid black;
    background-color: #d5961dba;
    color: white;
    font-size: 13px;
}

tbody tr td , tbody tr th
{
    font-size: 13px;
}

tbody tr td , tbody tr th
{
    border: 1px solid #d5961dba;
}

.page-item.active .page-link
{
    background-color: #d5961dba !important;
    border-color: #d5961dba !important;
    color: white !important;
}

.page-link:focus, .page-link:hover {
    color: #d5961dba !important;
}
.page-link{
    color: #d5961dba !important;
}

table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::after
{
    color: white !important;
}

/* Bootsrap Style */
.dropdown-item.active, .dropdown-item:active {
    background-color: #d5961dba !important;
  }

/* Arrow (See More) Style */

#myBtn {
    width: 50px;
    height: 6vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }
  
  .arrow {
    width: 1vw;
    height: 1vw;
    border: 9.5px solid;
    border-color: #d5961dba transparent transparent #d5961dba;
    transform: rotate(-135deg);
  }
  
  
  .arrowSliding {
    position: absolute;
    -webkit-animation: slide 3s linear infinite; 
            animation: slide 3s linear infinite;
  }
  
  .delay1 {
    -webkit-animation-delay: 1s; 
      animation-delay: 1s;
  }
  .delay2 {
    -webkit-animation-delay: 2s; 
      animation-delay: 2s;
  }
  .delay3 {
    -webkit-animation-delay: 3s; 
      animation-delay: 3s;
  }
  
  @-webkit-keyframes slide {
    0% { opacity:0; transform: translateY(-18px); } 
    20% { opacity:1; transform: translateY(-12px); }  
    80% { opacity:1; transform: translateY(12px); }   
    100% { opacity:0; transform: translateY(18px); }  

  }
  @keyframes slide {
    0% { opacity:0; transform: translateY(-18px); } 
    20% { opacity:1; transform: translateY(-12px); }  
    80% { opacity:1; transform: translateY(12px); }   
    100% { opacity:0; transform: translateY(18px); }  
  }

  .arrow2 {
    width: 1vw;
    height: 1vw;
    border: 9.5px solid;
    border-color: #d5961dba transparent transparent #d5961dba;
    transform: rotate(45deg);
  }

  .arrowSliding2 {
    position: absolute;
    -webkit-animation: slide2 3s linear infinite; 
            animation: slide2 3s linear infinite;
  }

   
  .delay4 {
    -webkit-animation-delay: 3s; 
      animation-delay: 3s;
  }
  .delay5 {
    -webkit-animation-delay: 2s; 
      animation-delay: 2s;
  }
  .delay6 {
    -webkit-animation-delay: 1s; 
      animation-delay: 1s;
  }
  
  @-webkit-keyframes slide2 {
    0% { opacity:0; transform: translateY(18px); }  
    20% { opacity:1; transform: translateY(12px); }   
    80% { opacity:1; transform: translateY(-12px); }  
    100% { opacity:0; transform: translateY(-18px); } 


  }
  @keyframes slide2 {
    0% { opacity:0; transform: translateY(18px); } 
    20% { opacity:1; transform: translateY(12px); }    
    80% { opacity:1; transform: translateY(-12px); }  
    100% { opacity:0; transform: translateY(-18px); } 
  }
  
