/*--------------------------------------------------------------
# General
#ED472B
#1200FF
#F9F9FF
--------------------------------------------------------------*/

.color1 {
    color: #ED472B;
}

.color2 {
    color: #1200FF;
}

.color3 {
    color: #F9F9FF;
}

@font-face {
    font-family: "frutiger";
    src: local("frutiger"), url("../fonts/frutiger-lt-arabic-cufonfonts/FrutigerLTArabic65Bold.ttf") format("truetype");
     font-display: swap;
}

@font-face {
    font-family: "frutiger55";
    src: local("frutiger"), url("../fonts/frutiger-lt-arabic-cufonfonts/FrutigerLTArabic55Roman.ttf") format("truetype");
     font-display: swap;
}

@font-face {
    font-family: "frutiger45";
    src: local("frutiger"), url("../fonts/frutiger-lt-arabic-cufonfonts/FrutigerLTArabic45Light.ttf") format("truetype");
     font-display: swap;
}

@font-face {
    font-family: "frutiger75";
    src: local("frutiger"), url("../fonts/frutiger-lt-arabic-cufonfonts/frutigerltarabic75black.ttf") format("truetype");
     font-display: swap;
}

@font-face {
    font-family: "alamrai";
    src: local("alamrai"), url("../fonts/almarai-cufonfonts/Almarai-Bold.ttf") format("truetype");
     font-display: swap;
}

@font-face {
    font-family: "alamrai20";
    src: local("alamrai"), url("../fonts/almarai-cufonfonts/Almarai-Regular.ttf") format("truetype");
     font-display: swap;
}

@font-face {
    font-family: "arialRounded";
    src: local("arialRounded"), url("../fonts/arial-rounded-mt-bold/ARLRDBD.ttf") format("truetype");
     font-display: swap;
}

body {
    font-family: "frutiger";
    color: #444444;
    background-color: #F9F9FF;
}

a {
    color: #ef6603;
    text-decoration: none;
}

a:hover {
    color: #fc8129;
    text-decoration: none;
}


/*h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}*/


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #ED472B;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #e75035;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  /*  height: 70px;*/
    height: 120px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background-color: #fff;
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}


/*--------------------------------------------------------------
select
---------------------------------------------------------------*/

#header select {
    border: 0;
    color: #ED472B;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation
*/

.navbar {
    padding: 0;
}

.navbar ul {
   /* margin: 0;*/
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px 7px 15px;
    margin-left: 5px;
    font-size: 14px;
    color: #777E90;
    white-space: nowrap;
    transition: 0.3s;
    border-radius: 50px;
}

.navbar a i,
.navbar a:focus i {
    font-size: 20px;
    line-height: 0;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    /*background: #ef6603;*/
    color: #ED472B
}


/*.navbar .dropdown {
    display: inline-block;
    margin-left: 20px;
    padding: 10px;
}*/

.navbar .glyphicon-bell {
    font-size: 1.5rem;
}

.navbar .notifications {
    min-width: 420px;
}

.navbar .dropdown ul {
    display: none;
}

.navbar .dropdown .show {
    display: inherit;
}

#dLabel {
    display: flex !important;
}

.navbar .notifications ul {
    margin: 0;
    display: inherit;
}

.navbar .notifications-wrapper {
    overflow: auto;
    max-height: 250px;
}

.navbar .menu-title {
    color: #ED472B;
    font-size: 1.2rem;
    display: inline-block;
}

.navbar .glyphicon-circle-arrow-right {
    margin-left: 10px;
}

.navbar .notification-heading,
.navbar .notification-footer {
    padding: 2px 10px;
}

.navbar .dropdown-menu.divider {
    margin: 5px 0;
}

.navbar .item-title {
    font-size: 1.2rem;
    color: #000;
}

.navbar .notifications a.content {
    text-decoration: none;
    background: #ccc;
    display: inline;
    padding: 0;
    margin: 0 !important;
}

.navbar .notification-item {
    padding: 10px;
    margin: 5px;
    background: #ddd;
    border-radius: 4px;
}


/*.navbar .dropdown ul,*/

.filterDropdown ul {
    display: block;
    position: absolute;
    left: 5px;
    top: calc(100% + 30px);
    margin: 5px 0 0 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 15px;
}


/*.navbar .dropdown ul li,*/

.filterDropdown ul li {
    min-width: 200px;
}


/*.navbar .dropdown ul a,*/

.filterDropdown ul a {
    padding: 10px 20px;
    color: #2a2c39;
    margin: 0 5px;
    font-size: 14px;
}


/*.navbar .dropdown ul a i,*/

.filterDropdown ul a i {
    font-size: 12px;
}


/*.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a,*/

.filterDropdown ul a:hover,
.filterDropdown ul .active:hover,
.filterDropdown ul li:hover>a {
    color: #ED472B;
}


/*.navbar .dropdown:hover>ul,*/

.filterDropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}


/*.navbar .dropdown .dropdown ul,*/

.filterDropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}


/*.navbar .dropdown .dropdown:hover>ul,*/

.filterDropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    /*.navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }*/
}

@media (max-width: 1200px) {
    .navbar a i,
    .navbar a:focus i {
        font-size: 15px;
    }
    .navbar a,
    .navbar a:focus {
        font-size: 10px;
    }
    #header .logo img {
        max-height: 20px;
    }
}


/**
* Mobile Navigation
*/

.mobile-nav-toggle {
    color: #777E90;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
    #header .container {
        justify-content: space-between !important;
    }
    #header select {
        margin-right: 20px;
        margin-left: 11px;
    }
    .navbar .item-title {
        font-size: 0.8rem !important;
    }
}

.navbar-mobile {
    position: fixed !important;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    transition: 0.3s;
    z-index: 999;
    width: 300px;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}


/*.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}*/

[dir=rtl] .navbar-mobile ul {
    display: block;
    position: absolute;
    width: 300px;
    height: 100%;
    top: 0;
    right: 0;
    /* bottom: 15px; */
    /* left: 15px; */
    padding: 10px 0;
    /* border-radius: 10px; */
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

[dir=ltr] .navbar-mobile ul {
    display: block;
    position: absolute;
    width: 300px;
    height: 100%;
    top: 0;
    /*right: 0;*/
    /* bottom: 15px; */
    left: 0px;
    padding: 10px 0;
    /* border-radius: 10px; */
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a {
    padding: 10px 20px;
    margin: 5px;
    font-size: 15px;
    color: #777E90;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #ED472B;
}

.navbar-mobile .getstarted {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #fff;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    max-width: 1200px;
    /*margin-right: 100px !important;
    margin-left: 100px!important;*/
    margin-right: 15px !important;
    margin-left: 15px !important;
    margin-top: 100px;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 0;
    border-radius: 25px;
}

#hero img {
    object-fit: cover;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    height: 70vh;
    padding-top: 60px;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-width: 950px) {
    #hero .carousel-container {
        height: 40vh;
    }
}

@media (max-width: 500px) {
    #hero .carousel-container {
        height: 25vh;
    }
}


/*--------------------------------------------------------------
# Second Section
----------------------------------------------------------------*/

#Second {
    background-color: #FCFCFD;
    /*width: 100%;
    height: 500px;*/
}

#Second h3 {
    margin-top: 30%;
    margin-bottom: 8%;
    font-size: 1.2rem;
    font-family: "frutiger";
    color: #ED472B;
}

#Second h2 {
    font-size: 1.9rem;
    font-weight: lighter;
    font-family: "frutiger55";
    color: #000;
}

#Second p {
    font-size: 1.2rem;
    font-family: "frutiger55";
    color: #000;
}

#Second .button {
    width: 40%;
}

#Second .button:hover {
    transform: scale(1.01);
    box-shadow: 0 2px 29px 0 #ED472B;
}

#Second .white-background {
    height: 144px;
    /* background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
    position: relative;
    bottom: -67px;
}

[dir=rtl] .items-container {
    position: relative;
    /*left: -300px;*/
    width: 120%;
    height: 400px;
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

[dir=ltr] .items-container {
    position: relative;
    /*left: -300px;*/
    width: 120%;
    height: 480px;
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

[dir=rtl] .gradient {
    width: 100%;
    height: 100%;
    background: #0018ff!important;
}

[dir=ltr] .gradient {
    width: 100%;
    height: 100%;
    background: #0018ff!important;
}

.item1 {
    width: 102%;
    max-width: 180px;
    height: 180px;
    margin-bottom: 10%;
    animation-name: stretch;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    /*animation-delay: 1s !important;*/
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

.item1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.item2 {
    width: 102%;
    max-width: 180px;
    height: 180px;
    margin-bottom: 10%;
    /*margin-top: 50%;*/
    animation-name: stretch2;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    /*animation-delay: 2s !important;*/
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

.item2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

@keyframes stretch {
    0% {
        transform: scale(0.9);
        /* background-color: red;
        border-radius: 100%;*/
    }
    100% {
        transform: scale(1.01);
        /* background-color: yellow;*/
    }
}

@keyframes stretch2 {
    0% {
        transform: scale(1.01);
        /* background-color: red;
        border-radius: 100%;*/
    }
    100% {
        transform: scale(0.9);
        /* background-color: yellow;*/
    }
}

@media (max-width: 1190px) {
    .items-container {
        width: 150% !important;
        height: 300px !important;
    }
    .item1 {
        height: 150px;
    }
    .item2 {
        height: 150px;
    }
}

@media (max-width: 992px) {
    [dir=rtl] .gradient {
        background: radial-gradient(at 0% 350px, #ED472B99 2%, #FCFCFD 30%), url('../../assets/img/noise.svg');
    }
    [dir=ltr] .gradient {
        background: radial-gradient(at 100% 350px, #ED472B99 2%, #FCFCFD 30%), url('../../assets/img/noise.svg');
    }
    #Second h3 {
        margin-top: 0;
    }
}

@media (max-width: 500px) {
    #Second h3 {
        font-size: 0.9rem;
        margin-top: 0;
    }
    #Second h2 {
        font-size: 1.6rem;
    }
    #Second p {
        font-size: 0.9rem;
    }
}

@media (max-width: 390px) {
    #Second {
        background-color: #FCFCFD;
    }
    #Second h3 {
        font-size: 0.7rem;
        margin-top: 0;
    }
    #Second h2 {
        font-size: 1.1rem;
    }
    #Second p {
        font-size: 0.7rem;
    }
    #Second .button {
        width: 30%;
    }
}


/*--------------------------------------------------------------
#Third Section ,Sixth Section
----------------------------------------------------------------*/

#Third .card-body h5,
#Sixth .card-body h5 {
    font-size: 1rem;
}

#Third .card-body,
#Sixth .card-body {
    padding: 0;
    padding-top: 1rem;
}

#Third .card,
#Sixth .card {
    background-color: transparent;
    transition: transform 0.5s ease;
    /*box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);*/
    border-radius: 20px;
    border: 0;
    margin-bottom: 1.5em;
    /*height: 20rem;*/
}

#Third .card:hover,
#Sixth .card:hover {
    transform: scale(1.01) !important;
    transition-duration: 0ms !important;
    /*box-shadow: 0 20px 20px 0 rgba(22, 22, 26, 0.18);*/
}

#Third .card img,
#Sixth .card img {
    /* transition: transform 0.2s ease;*/
    width: 100%;
    height: 300px;
    border-radius: 15px;
    border: 0;
    margin-bottom: 1.5em;
    object-fit: cover;
}

#Third .bg-image,
#Sixth .bg-image {
    width: 100%;
    height: 100%;
    margin-bottom: 2%;
}

@media (max-width: 575px) {
    #Third .card,
    #Sixth .card {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
    #Third .card img,
    #Sixth .card img {
        height: 200px;
    }
}


/*--------------------------------------------------------------
#Fourth Section
----------------------------------------------------------------*/

#Fourth {
    background-color: #FCFCFD;
    background-size: 50%;
    background-position-x: 150%;
    background-position-y: -300px;
    background-repeat: no-repeat;
}

#Fourth .card-body h5 {
    font-size: 0.7rem;
    color: #000;
}

#Fourth .show-more h5 {
    font-size: 0.9rem;
    color: rgb(49, 49, 49);
}

#Fourth .card-body h6 {
    font-size: 0.9rem;
    color: #777E90;
}

#Fourth .card-body {
    padding: 0;
    padding-top: 1rem;
}

#Fourth .card {
    background-color: transparent;
    transition: transform 0.5s ease;
    /*box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);*/
    border-radius: 20px;
    border: 0;
    margin-bottom: 1.5em;
    /*height: 20rem;*/
}

#Fourth .bg-image:hover {
    transform: scale(1.01) !important;
    transition-duration: 0ms !important;
    background-color: #ef660322;
    box-shadow: 0 10px 10px 0 rgba(22, 22, 26, 0.18);
}

#Fourth .card img {
    /* transition: transform 0.2s ease;*/
    width: 80%;
    margin: 9%;
    border: 0;
    /* margin-bottom: 1.5em;*/
    object-fit: cover;
    border-radius: 25px;
}

#Fourth .bg-image {
    border: 2px solid #ef6603 !important;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    /* margin-bottom: 2%;*/
}

#Fourth .white-background {
    height: 144px;
    /* background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 50%);
    position: relative;
    bottom: 100px;
}

@media (max-width: 316px) {
    #Fourth .bg-image {
        height: 50px;
    }
}


/*--------------------------------------------------------------
#Fifth Section
----------------------------------------------------------------*/

#Fifth {
    background-color: #FCFCFD;
    background-size: 50%;
    background-position-x: -55%;
    background-position-y: center;
    background-repeat: no-repeat;
}

#Fifth .card-body h5 {
    font-size: 1.2rem;
    color: #000;
}

#Fifth .card-body h6 {
    font-size: 0.9rem;
    color: #777E90;
}


/*#Fifth .card-body {
    padding: 0;
    padding-top: 1rem;
}*/

#Fifth .card {
    transition: transform 0.5s ease;
    box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
    border-radius: 20px;
    border: 0;
    margin-bottom: 1.5em;
    /*height: 20rem;*/
}

#Fifth .card:hover {
    transform: scale(1.01) !important;
    transition-duration: 0ms !important;
    box-shadow: 0 20px 20px 0 rgba(22, 22, 26, 0.18);
}

#Fifth .card img {
    /* transition: transform 0.2s ease;*/
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 3%;
    width: 94%;
    height: 150px;
    border-radius: 15px;
    border: 0;
    margin-bottom: 1.5em;
    object-fit: cover;
}

#Fifth .bg-image {
    width: 100%;
    height: 100%;
    margin-bottom: 2%;
}

@media (max-width: 575px) {
    #Fifth .card {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.section-title h3 {
    color: #ED472B;
    font-size: 1.3rem;
    font-family: "frutiger75";
}

.section-title h4 {
    color: #777E90;
    font-size: 1.2rem;
}

.section-title a:hover {
    text-decoration: underline 2px #777E90;
    text-underline-offset: 10px;
}

.pagination a {
    color: rgb(184 189 205);
    background-color: rgba(22, 22, 26, 0.0);
    border: none;
}

.pagination a:hover {
    color: rgb(6 7 20);
    text-decoration: underline;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #ED472B;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(0, 0, 0);
}


/*///////////////////////////////*/

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #fd9042;
    margin: 4px 10px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #2a2c39;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #fff;
    color: #14151c;
    /*font-size: 14px;*/
    text-align: start;
    padding-top: 18px;
    padding-bottom: 18px;
 /*   height: 100%;*/
}

#footer .logo {
    margin-bottom: 30px;
}

#footer h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #14151c;
    position: relative;
    padding: 0;
    margin: 0 0 15px 0;
}

#footer h2 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #14151c;
    position: relative;
    padding: 0;
    margin: 0 0 15px 0;
}

#footer p {
    color: #686868;
    font-family: "frutiger55";
    font-size: 0.9rem;
    padding: 0;
    margin: 0 0 15px 0;
}

#footer p:hover,
#footer a h2:hover {
    color: #ED472B;
}

#footer .button:hover {
    transform: scale(1.01);
    box-shadow: 0 2px 29px 0 #a3a3a3;
}

.mobile-active {
    display: none !important;
}

.mobile-inactive {
    display: block !important;
}

@media (max-width: 992px) {
    #footer h3 {
        text-align: center;
        font-size: 1.3rem;
        line-height: 1.3rem;
    }
    #footer p {
        font-size: 0.8rem;
        line-height: 1rem;
    }
    #footer h2 {
        font-size: 0.8rem;
        line-height: 1rem;
    }
    #footer .logo {
        justify-content: center;
    }
    .mobile-active {
        display: block !important;
    }
    .mobile-inactive {
        display: none !important;
    }
}

@media (max-width: 350px) {
    #footer h3 {
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    #footer p {
        font-size: 0.6rem;
        line-height: 1rem;
    }
    #footer h2 {
        font-size: 0.6rem;
        line-height: 1rem;
    }
    #footer .logo {
        justify-content: center;
    }
}


/******product page********/


/*--------------------------------------------------------------
#  First Section
--------------------------------------------------------------*/

#ProductFirst .card {
    border: 0;
}

#ProductFirst h2 {
    color: #000;
    font-size: 2.2rem;
}

#ProductFirst span {
    color: #777777;
    font-size: 0.7rem;
}

#ProductFirst h4 {
    color: #777777;
    font-size: 0.9rem;
    line-height: 1.6em;
}

#ProductFirst h3 {
    color: #fff;
    font-size: 1.1rem;
    margin-top: 5px;
}

#ProductFirst i {
    color: #FFB300;
}

#ProductFirst .price {
    background-color: transparent;
    color: #ED472B;
    border: 2px solid #ED472B;
    border-radius: 7px;
}

#ProductFirst .views {
    background-color: transparent;
    border: 2px solid #a0a0a0;
    border-radius: 5px;
    margin-right: 10px;
    margin-left: 10px;
}

#ProductFirst .price span,
#ProductFirst .views span {
    padding: 10px;
}

#ProductFirst .star {
    width: 50%;
    align-items: center;
}

#ProductFirst .star span {
    margin: 10px 0;
    font-size: 1rem;
}

#ProductFirst .select {
    background-color: #eee;
    border-radius: 5px;
    border: none;
    color: #777777;
    max-width: 100%;
    font-size: 0.9rem;
    padding: 3px 10px;
}

#ProductFirst .select:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    background-color: #18d26e;
    border-color: rgb(255, 0, 0) transparent transparent transparent;
    position: absolute;
    top: 9px;
    right: 200px;
}

#ProductFirst .add {
    margin-top: 4%;
    background-color: #ED472B;
    width: 250px;
    border-radius: 25px;
    text-align: center;
    padding: 5px 1px;
}

#ProductFirst .add:hover {
    background-color: #ff2600;
}

#ProductFirst .card .style1 img {
    /* transition: transform 0.2s ease;*/
    width: 100%;
    height: 120px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 1.3rem;
    object-fit: cover;
}

#ProductFirst .card img {
    /* transition: transform 0.2s ease;*/
    width: 100%;
    height: 400px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 1.5em;
    object-fit: cover;
}

#ProductFirst .card img:hover {
    opacity: 0.7;
}

#ProductFirst .bg-image {
    width: 100%;
    margin-bottom: 2%;
}

#ProductFirst .description {
    width: 75%;
}

@media (max-width: 992px) {
    #ProductFirst .card {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (max-width: 750px) {
    #ProductFirst .card .style1 img {
        height: 86px;
        border-radius: 10px;
    }
    #ProductFirst .card img {
        /* transition: transform 0.2s ease;*/
        height: 300px;
    }
    #ProductFirst .star {
        width: 75% !important;
    }
}

@media (max-width: 400px) {
    #ProductFirst .card .style1 img {
        height: 53px;
        border-radius: 10px;
    }
    #ProductFirst .card img {
        /* transition: transform 0.2s ease;*/
        height: 200px;
    }
    #ProductFirst h2 {
        font-size: 1.3rem;
    }
    #ProductFirst span {
        font-size: 0.5rem;
    }
    #ProductFirst h4 {
        font-size: 0.6rem;
    }
    #ProductFirst .star {
        width: 100% !important;
    }
    #ProductFirst .description {
        width: 100%;
    }
    #ProductFirst .price-views {
        width: 100%;
        justify-content: center!important;
        flex-direction: column!important;
    }
    #ProductFirst .price {
        border-radius: 7px;
    }
    #ProductFirst .views {
        margin: 0px;
        margin-top: 10px;
    }
}


/*--------------------------------------------------------------
#  Second Section
--------------------------------------------------------------*/

#ProductSecond .card-body h5 {
    font-size: 1rem;
}

#ProductSecond .card-body {
    padding: 0;
    padding-top: 1rem;
}

#ProductSecond .card {
    background-color: transparent;
    transition: transform 0.5s ease;
    /*box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);*/
    border-radius: 20px;
    border: 0;
    margin-bottom: 1.5em;
    /*height: 20rem;*/
}

#ProductSecond .card:hover {
    transform: scale(1.01) !important;
    transition-duration: 0ms !important;
    /*box-shadow: 0 20px 20px 0 rgba(22, 22, 26, 0.18);*/
}

#ProductSecond .card img {
    /* transition: transform 0.2s ease;*/
    width: 100%;
    height: 300px;
    border-radius: 15px;
    border: 0;
    margin-bottom: 1.5em;
    object-fit: cover;
}

#ProductSecond .bg-image {
    width: 100%;
    height: 100%;
    margin-bottom: 2%;
}

@media (max-width: 575px) {
    #ProductSecond .card {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
    #ProductSecond .card img {
        height: 200px;
    }
}


/******New Order page********/


/*--------------------------------------------------------------
#  NewOrderFirst Section
--------------------------------------------------------------*/

#NewOrderFirst span {
    color: #777777;
    font-size: 0.7rem;
}

#NewOrderFirst h4 {
    color: #000000;
    font-size: 0.9rem;
    line-height: 1.6em;
}

#NewOrderFirst h3 {
    color: #ffffff;
    font-size: 1.1rem;
    margin-top: 5px;
}

#NewOrderFirst h2 {
    font-size: 1.6rem;
}

#NewOrderFirst i {
    color: #ED472B;
}

#NewOrderFirst .add {
    margin-top: 4%;
    background-color: #ED472B;
    width: 200px;
    border-radius: 25px;
    text-align: center;
    padding: 5px 1px;
}

#NewOrderFirst .add:hover {
    background-color: #ff2600;
}

#NewOrderFirst img {
    width: 100%;
    height: 70px;
    border-radius: 5px;
    border: 0;
    object-fit: cover;
}

#NewOrderFirst .text-on-pannel {
    background: #FCFCFD;
    height: auto;
    padding: 3px 5px;
    position: absolute;
    margin-top: -15px;
    border-radius: 8px;
}

#NewOrderFirst .panel {
    background-color: transparent;
}

#NewOrderFirst .panel-body {
    border: 2px solid #ED472B;
    border-radius: 15px;
}

#NewOrderFirst .card {
    padding: 2%;
    height: 100%;
    margin: 2%;
    background-color: #F9F9FF;
    border-radius: 15px;
    border: 0;
    box-shadow: 0 5px 10px 0 rgba(22, 22, 26, 0.18);
}

#NewOrderFirst .delete h4 {
    color: #ED472B !important;
}

#NewOrderFirst .delete h4:hover {
    color: #000 !important;
}

@media (max-width: 992px) and (min-width: 450px) {
    #NewOrderFirst img {
        height: 100px;
    }
}

@media (max-width: 400px) {
    #NewOrderFirst h2 {
        font-size: 1.3rem;
    }
    #NewOrderFirst span {
        font-size: 0.5rem;
    }
    #NewOrderFirst h4 {
        font-size: 0.6rem;
    }
}


/******My Orders page********/


/*--------------------------------------------------------------
#  MyOrdersFirst Section
--------------------------------------------------------------*/

#MyOrdersFirst span {
    color: #777777;
    font-size: 0.7rem;
}

#MyOrdersFirst h4 {
    color: #000000;
    font-size: 0.9rem;
    line-height: 1.6em;
}

#MyOrdersFirst h3 {
    color: #ffffff;
    font-size: 1.1rem;
    margin-top: 5px;
}

#MyOrdersFirst h2 {
    font-size: 1.6rem;
}

#MyOrdersFirst i {
    color: #ED472B;
}

#MyOrdersFirst .state {
    margin-top: 30%;
    height: 25px;
    width: 100%;
    background-color: #ffbc00;
    border-radius: 5px
}

#MyOrdersFirst .scrollmenu1 {
    white-space: nowrap;
    margin-bottom: 5%;
    scrollbar-width: thin;
    scrollbar-color: rgb(32 126 189) rgb(240, 240, 240);
}

#MyOrdersFirst .scrollmenu1 .w3-button {
    color: #777E90;
    background-color: transparent;
    font-size: 1rem;
    padding: 1% 2%;
    text-decoration: underline 2px #777E90;
    text-underline-offset: 10px;
}

#MyOrdersFirst .scrollmenu1 .w3-button:hover,
#MyOrdersFirst .scrollmenu1 .w3-active {
    color: #000;
}

#MyOrdersFirst .card {
    background-color: #fff;
    border: 0;
    border-radius: 15px;
}

#MyOrdersFirst .card:hover {
    box-shadow: 0 20px 20px 0 rgba(22, 22, 26, 0.18);
}

@media (max-width: 575px) {
    #MyOrdersFirst .state {
        margin-top: 0;
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
    }
}

@media (max-width: 400px) {
    #MyOrdersFirst h2 {
        font-size: 1.3rem;
    }
    #MyOrdersFirst span {
        font-size: 0.5rem;
    }
    #MyOrdersFirst h4 {
        font-size: 0.6rem;
    }
}


/******Confirm Order  page********/


/*--------------------------------------------------------------
#  ConfirmOrderFirst Section
--------------------------------------------------------------*/

#ConfirmOrderFirst span {
    color: #777777;
    font-size: 0.7rem;
}

#ConfirmOrderFirst h4 {
    color: #000000;
    font-size: 0.9rem;
    line-height: 1.6em;
}

#ConfirmOrderFirst h3 {
    color: #ffffff;
    font-size: 1.1rem;
    margin-top: 5px;
}

#ConfirmOrderFirst h2 {
    font-size: 1.6rem;
}

#ConfirmOrderFirst i {
    color: #ED472B;
}

#ConfirmOrderFirst .confirm {
    margin-top: 4%;
    background-color: #ED472B;
    width: 200px;
    border-radius: 25px;
    text-align: center;
    padding: 5px 1px;
}

#ConfirmOrderFirst .confirm:hover {
    box-shadow: 0 2px 29px 0 #ED472B;
}

#ConfirmOrderFirst .activate {
    background-color: #ffffff;
    width: 100px;
    height: 35px;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 5px;
    text-align: center;
    padding: 5px 1px;
}

#ConfirmOrderFirst .activate:hover {
    box-shadow: 0 20px 20px 0 rgba(99, 99, 99, 0.18);
}

#ConfirmOrderFirst img {
    width: 100%;
    height: 70px;
    border-radius: 5px;
    border: 0;
    object-fit: cover;
}

#ConfirmOrderFirst .card {
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 2px 29px 0 #dddddd;
}

#ConfirmOrderFirst input {
    width: 75%;
    background-color: transparent;
    border: 1px solid #555555 !important;
    border-radius: 5px;
    box-shadow: inset 0 2px 2px 0 rgba(22, 22, 26, 0.18);
}

#ConfirmOrderFirst select {
    width: 75%;
    background-color: transparent;
    border: 1px solid #555555 !important;
    border-radius: 5px;
    box-shadow: inset 0 2px 2px 0 rgba(22, 22, 26, 0.18);
    height: 40px;
}

#ConfirmOrderFirst .card-container {
    margin: 40px;
    margin-top: 20px;
    justify-content: center;
}

#ConfirmOrderFirst .card2container {
    width: 40%;
}

#ConfirmOrderFirst .code-input {
    width: 50%;
}

@media (max-width: 992px) and (min-width: 450px) {
    #ConfirmOrderFirst img {
        height: 100px;
    }
}

@media (max-width: 775px) {
    #ConfirmOrderFirst input {
        width: 100%;
    }
    #ConfirmOrderFirst select {
        width: 100%;
    }
}

@media (max-width: 575px) {
    #ConfirmOrderFirst .card2container {
        width: 70%;
    }
    .confirmDiv {
        justify-content: center !important;
    }
}

@media (max-width: 400px) {
    #ConfirmOrderFirst h2 {
        font-size: 1.3rem;
    }
    #ConfirmOrderFirst span {
        font-size: 0.5rem;
    }
    #ConfirmOrderFirst h4 {
        font-size: 0.6rem;
    }
    #ConfirmOrderFirst .card-container {
        margin: 20px;
        margin-top: 10px;
        justify-content: center;
    }
    #ConfirmOrderFirst .activate {
        width: 50px;
        height: 30px;
    }
    #ConfirmOrderFirst .code-input {
        width: 100px;
        height: 30px;
    }
}


/****** Store  page********/


/*--------------------------------------------------------------
#  StoreHero Section
--------------------------------------------------------------*/

#StoreHero {
    margin-top: 70px;
    position: relative;
    padding: 0;
}

#StoreHero img {
    object-fit: cover;
    width: 100%;
}

#StoreHero .section-title p {
    font-size: 0.9rem;
    color: #777777;
}

#StoreHero .section-title {
    width: 50%;
}

@media (max-width: 900px) {
    #StoreHero .section-title {
        width: 80%;
    }
}


/*--------------------------------------------------------------
#  StoreSecond Section
--------------------------------------------------------------*/

#StoreSecond .card-body h5 {
    font-size: 0.7rem;
    color: #000;
}

#StoreSecond .show-more h5 {
    font-size: 0.9rem;
    color: rgb(49, 49, 49);
}

#StoreSecond .card-body h6 {
    font-size: 0.9rem;
    color: #777E90;
}

#StoreSecond .card-body {
    padding: 0;
    padding-top: 1rem;
}

#StoreSecond .card {
    background-color: transparent;
    transition: transform 0.5s ease;
    /*box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);*/
    border-radius: 20px;
    border: 0;
    margin-bottom: 1.5em;
    /*height: 20rem;*/
}

#StoreSecond .bg-image:hover {
    transform: scale(1.01) !important;
    transition-duration: 0ms !important;
    background-color: #ef660322;
    box-shadow: 0 10px 10px 0 rgba(22, 22, 26, 0.18);
}

#StoreSecond .active1 {
    background-color: #ef660322 !important;
}

#StoreSecond .card img {
    /* transition: transform 0.2s ease;*/
    width: 80%;
    margin: 9%;
    border: 0;
    /* margin-bottom: 1.5em;*/
    object-fit: cover;
    border-radius: 25px;
}

#StoreSecond .bg-image {
    background-color: #fff;
    border: 2px solid #ED472B !important;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    /* margin-bottom: 2%;*/
}

#StoreSecond .scrollmenu .w3-button1 {
    padding: 1% 2%;
    width: auto;
    height: 100px;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
}

#StoreSecond .scrollmenu {
    background-color: rgb(249 249 249);
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #ED472B rgb(240, 240, 240);
}


/*--------------------------------------------------------------
#  StoreThird Section
--------------------------------------------------------------*/

#StoreThird .card-body h5 {
    font-size: 1rem;
}

#StoreThird .card-body {
    padding: 0;
    padding-top: 1rem;
}

#StoreThird .card {
    background-color: transparent;
    transition: transform 0.5s ease;
    /*box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);*/
    border-radius: 20px;
    border: 0;
    margin-bottom: 1.5em;
    /*height: 20rem;*/
}

#StoreThird .card:hover {
    transform: scale(1.01) !important;
    transition-duration: 0ms !important;
    /*box-shadow: 0 20px 20px 0 rgba(22, 22, 26, 0.18);*/
}

#StoreThird .card img {
    /* transition: transform 0.2s ease;*/
    width: 100%;
    height: 250px;
    border-radius: 15px;
    border: 0;
    margin-bottom: 1.5em;
    object-fit: cover;
}

#StoreThird .bg-image {
    width: 100%;
    height: 100%;
    margin-bottom: 2%;
}

#StoreThird .container {
    width: 55%;
}

@media (max-width: 800px) {
    #StoreThird .container {
        width: 80%;
    }
}

@media (max-width: 375px) {
    #StoreThird .card img {
        height: 200px;
    }
}


/****** Stores  page********/


/*--------------------------------------------------------------
#  StoreHero Section
--------------------------------------------------------------*/

#SroresHero .card-body h5 {
    font-size: 1.2rem;
    color: #000;
}

#SroresHero .card-body h6 {
    font-size: 0.9rem;
    color: #777E90;
}

#SroresHero .card {
    transition: transform 0.5s ease;
    box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
    border-radius: 20px;
    border: 0;
    margin-bottom: 1.5em;
    /*height: 20rem;*/
}

#SroresHero .card:hover {
    transform: scale(1.01) !important;
    transition-duration: 0ms !important;
    box-shadow: 0 20px 20px 0 rgba(22, 22, 26, 0.18);
}

#SroresHero .card img {
    /* transition: transform 0.2s ease;*/
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 3%;
    width: 94%;
    height: 150px;
    border-radius: 15px;
    border: 0;
    margin-bottom: 1.5em;
    object-fit: cover;
}

#SroresHero .bg-image {
    width: 100%;
    height: 100%;
    margin-bottom: 2%;
}

@media (max-width: 575px) {
    #SroresHero .card {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}


/****** Categories  page********/


/*--------------------------------------------------------------
#  categoriesFirst Section
--------------------------------------------------------------*/

#categoriesFirst .card-body h5 {
    font-size: 0.7rem;
    color: #000;
}

#categoriesFirst .show-more h5 {
    font-size: 0.9rem;
    color: rgb(49, 49, 49);
}

#categoriesFirst .card-body h6 {
    font-size: 0.9rem;
    color: #777E90;
}

#categoriesFirst .card-body {
    padding: 0;
    padding-top: 1rem;
}

#categoriesFirst .card {
    background-color: transparent;
    transition: transform 0.5s ease;
    /*box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);*/
    border-radius: 20px;
    border: 0;
    margin-bottom: 1.5em;
    /*height: 20rem;*/
}

#categoriesFirst .bg-image:hover {
    transform: scale(1.01) !important;
    transition-duration: 0ms !important;
    background-color: #ef660322;
    box-shadow: 0 10px 10px 0 rgba(22, 22, 26, 0.18);
}

#categoriesFirst .card img {
    /* transition: transform 0.2s ease;*/
    width: 80%;
    margin: 9%;
    border: 0;
    /* margin-bottom: 1.5em;*/
    object-fit: cover;
    border-radius: 25px;
}

#categoriesFirst .bg-image {
    border: 2px solid #ef6603 !important;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    /* margin-bottom: 2%;*/
}

#categoriesFirst .white-background {
    height: 144px;
    /* background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 50%);
    position: relative;
    bottom: 100px;
}

@media (max-width: 316px) {
    #categoriesFirst .bg-image {
        height: 50px;
    }
}
