@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;700&display=swap);

.mont-font,
body,
html {
    font-family: Montserrat
}

.drop-cats-item a,
.text-blue {
    color: #1e1c1e !important
}

.category-item,
.fixed-image {
    background-repeat: no-repeat
}

body,
html {
    overflow-x: hidden;
    position: relative;
    background-color: #eceef0;
    text-transform: capitalize !important
}

body {
    padding-top: 100px
}

.fixed-top-2 {
    position: absolute;
    top: 50px;
    left: 0
}

.drop-cats,
.navbar-brand {
    left: 50%;
    transform: translateX(-50%)
}

.drop-cats {
    position: fixed;
    top: 90px
}

.drop-cats-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.drop-cats-item img {
    display: block;
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 5px;
    border: thin solid grey
}

.drop-cats-item.brand img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 5px;
    border: thin solid grey
}

.drop-cats-item a {
    text-align: center
}

.cairo-font {
    font-family: Cairo
}

a,
a:hover {
    text-decoration: none
}

.text-black {
    color: #444
}

.text-grey {
    color: grey
}

.bg-blue {
    background-color: #1e1c1e
}

.bg-green {
    background-color: #27a350
}

.nav-link:hover,
.text-red {
    color: #b5963b
}

.bg-red {
    background-color: #b5963b
}

.bg-light {
    background-color: #eceef0
}

.bg-white {
    background-color: #fff
}

.bg-grey {
    background-color: #2b2828
}

.nav-link,
.text-white,
footer .social-links a {
    color: #fff
}

.f-bold,
.product-card-advanced h5,
.product-card-advanced.hoverd h5,
.product-card-simple h5,
.product-card-simple.hoverd h5 {
    font-weight: 700
}

.banner-item .caption h2,
.f-bolder,
.second-nav li.active a,
.underline-text,
footer ul {
    font-weight: bolder
}

.text-lth {
    text-decoration: line-through
}

.radius-10 {
    border-radius: 10px
}

.radius-20,
.radius-50 {
    border-radius: 50px
}

.radius-30 {
    border-radius: 30px
}

.radius-40 {
    border-radius: 40px
}

.navbar-brand {
    position: absolute
}

.dropdown-menu {
    min-width: 2rem !important;
    padding: 1rem
}

.fixed-blue-rect,
.fixed-red-rect {
    padding: 0;
    height: 50%;
    width: 50px;
    z-index: 3
}

.dropdown-menu li a {
    color: #1e1c1e;
    text-align: center
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0
}

.banner-item {
    position: relative;
    height: 400px;
    background-color: #e6e6e6
}

.banner-item .banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 350px;
    background: linear-gradient(to right, #111435, #1f2244, #393d69);
    animation: 10s ease-in-out infinite alternate-reverse animated-bg
}

.banner-item .full-image {
    max-height: 350px;
    object-fit: cover
}

.banner-item .floating-image {
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 2
}

.banner-item .caption {
    position: absolute;
    top: 30%;
    left: 40%;
    z-index: 2;
    color: #fff;
    text-transform: uppercase
}

.banner-item .caption h2 {
    font-size: 40px;
    text-shadow: -1px -1px 5px #fff;
    animation: 1s ease-in-out infinite alternate-reverse glowing
}

@keyframes glowing {
    from {
        text-shadow: -1px -1px 5px #1e1c1e
    }

    to {
        text-shadow: 2px -1px 10px #fff
    }
}

@keyframes floating {
    from {
        top: -20px
    }

    to {
        top: 0
    }
}

.banner-item .caption p {
    font-size: 40px;
    font-weight: medium
}

.banner-item .caption .button-link a {
    background: 0 0;
    border: thin solid #1e1c1e;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    transition: .2s cubic-bezier(.075, .82, .165, 1)
}

.banner-item .caption .button-link a:hover {
    background: #fff;
    border: thin solid #1e1c1e;
    text-decoration: none;
    color: #1e1c1e;
    padding: 10px 30px;
    border-radius: 20px
}

.fixed-container {
    position: relative;
    height: 600px;
    width: 100%
}

.fixed-container::after,
.fixed-image {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.fixed-image {
    background-size: contain;
    background-attachment: fixed;
    background-position: center center;
    z-index: 1;
    padding: 0
}

.fixed-container::after {
    content: "";
    background: linear-gradient(to top, #111436b0, #13173f0a);
    z-index: 2
}

.fixed-container .caption {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    text-align: center
}

.fixed-container .caption h5 {
    color: #fff;
    font-weight: 700;
    font-size: xx-large
}

.fixed-container .caption a {
    color: #fff;
    font-weight: 700;
    transition: .3s
}

.fixed-container .caption a.bg-blue:hover {
    color: #fff;
    background-color: transparent;
    border: 3px solid #1e1c1e
}

.fixed-container .caption a.bg-red:hover {
    color: #fff;
    background-color: transparent;
    border: 3px solid #b5963b
}

.fixed-red-rect {
    position: absolute;
    background-color: #b5963b;
    bottom: 0;
    right: 0
}

.fixed-blue-rect,
.underline-text::after {
    background-color: #1e1c1e;
    position: absolute;
    left: 0
}

.fixed-blue-rect {
    top: 0
}

.second-nav li {
    transition: .2s ease-in
}

.second-nav .dropdown-menu {
    max-height: 300px;
    max-width: 500px;
    padding: 10px;
    overflow-y: scroll;
    overflow-x: hidden
}

.second-nav .dropdown-menu::-webkit-scrollbar {
    width: 5px
}

.second-nav .dropdown-menu::-webkit-scrollbar-track {
    background-color: #fff
}

.second-nav .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #b5963b
}

.second-nav li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 8px;
    text-decoration: none
}

.second-nav li:hover {
    min-width: 100px;
    background-color: #b5963b
}

.fa-2x {
    font-size: 1.7rem
}

.underline-text {
    position: relative;
    margin-bottom: 30px;
    font-size: x-large
}

.underline-text::after {
    content: "";
    height: 10px;
    width: 100%;
    border-radius: 5px;
    top: 40px
}

.product-card-simple {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    position: relative;
    transition: .5s ease-out
}

.product-card-advanced,
.product-card-simple.hoverd {
    flex-direction: column;
    margin-top: 10px;
    text-align: center
}

.product-card-advanced .buy,
.product-card-simple .buy {
    position: relative;
    opacity: 0;
    display: none;
    left: 50%;
    transition: .5s ease-out
}

.product-card-advanced .buy .fa,
.product-card-simple .buy .fa {
    color: #b1b1b9;
    font-size: x-large
}

.product-card-advanced .buy .fa-shopping-cart:hover,
.product-card-simple .buy .fa-shopping-cart:hover {
    color: #1e1c1e
}

.product-card-advanced .buy .fa-heart-o:hover,
.product-card-simple .buy .fa-heart-o:hover {
    color: #cf3058
}

.product-card-advanced .buy .fa-whatsapp:hover,
.product-card-simple .buy .fa-whatsapp:hover {
    color: #54a544
}

.product-card-advanced .product-img,
.product-card-simple img {
    transition: .5s ease-in-out;
    height: 130px;
    min-height: 130px
}

.product-card-advanced p,
.product-card-simple p {
    margin-bottom: 2px
}

.product-card-advanced h6,
.product-card-simple h6 {
    font-weight: 700;
    font-size: large;
    color: #1e1c1e;
    margin-top: 2px
}

.product-card-simple.hoverd {
    display: flex;
    padding: 5px
}

.product-card-advanced.hoverd .buy,
.product-card-simple.hoverd .buy {
    position: relative;
    opacity: 1;
    left: 0;
    visibility: visible;
    display: block
}

.product-card-simple.hoverd img {
    transition: .2s ease-in-out;
    height: 150px;
    min-height: 150px
}

.product-card-advanced.hoverd p,
.product-card-simple.hoverd p {
    margin-bottom: 2px;
    display: none
}

.product-card-advanced.hoverd h6,
.product-card-simple.hoverd h6 {
    font-weight: 700;
    color: #1e1c1e;
    margin-top: 2px;
    display: none
}

.product-card-advanced {
    background-color: #fff;
    display: flex;
    padding: 10px;
    position: relative;
    box-shadow: 1px .5px 5px 5px rgba(221, 221, 221, .24)
}

.product-card-advanced .new-sign {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 80px;
    height: 80px
}

.product-card-advanced .disscount-sign {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 5px;
    background-color: #b5963b;
    color: #fff;
    font-weight: bolder
}

.product-card-advanced .old-price {
    font-size: small;
    text-decoration: line-through;
    color: #a11818
}

.product-card-advanced.hoverd {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 5px 5px 30px;
    margin-top: 10px
}

.product-card-advanced.hoverd::after {
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    background-color: #a3a3a3
}

.product-card-advanced.hoverd .product-img {
    height: 150px;
    min-height: 150px
}

footer {
    padding: 5% 5% 2%;
    color: #fff;
    background-color: #1e1c1e
}

footer .social-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

footer ul {
    list-style: none
}

footer ul li a {
    font-weight: 400;
    color: #fff;
    transition: .2s ease-in-out
}

footer ul li a:hover {
    margin-left: 10px;
    color: #fff
}

@media only screen and (max-width:480px) {
    .banner-item {
        position: relative;
        height: 300px;
        background-color: #e6e6e6
    }

    .banner-item .banner-bg {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 250px;
        background: linear-gradient(to right, #111435, #1f2244, #393d69);
        animation: 10s ease-in-out infinite alternate-reverse animated-bg
    }

    @keyframes animated-bg {

        0%,
        100% {
            background-position: 0 50%
        }

        50% {
            background-position: 100% 50%
        }
    }

    .banner-item .full-image {
        max-height: 300px;
        height: 300px;
        object-fit: cover
    }

    .banner-item .floating-image {
        max-height: 200px;
        position: absolute;
        top: 30%;
        left: 2%;
        z-index: 2
    }

    .banner-item .caption {
        position: absolute;
        top: 30%;
        left: 50%;
        z-index: 2;
        color: #fff;
        text-transform: uppercase;

    }
    .banner-item .caption h1{    font-size: large;}

    .banner-item .caption h2 {
        font-size: 25px;
        font-weight: bolder;
        text-shadow: -1px -1px 5px #fff;
        animation: 1s ease-in-out infinite alternate-reverse glowing
    }

    .banner-item .caption p {
        font-size: 20px;
        font-weight: medium
    }

    .banner-item .caption .button-link a {
        background: 0 0;
        border: thin solid #1e1c1e;
        text-decoration: none;
        color: #fff;
        padding: 5px 15px;
        font-size: 15px;
        border-radius: 10px;
        transition: .2s cubic-bezier(.075, .82, .165, 1)
    }

    .banner-item .caption .button-link a:hover {
        background: #fff;
        border: thin solid #1e1c1e;
        text-decoration: none;
        color: #1e1c1e;
        padding: 5px 15px;
        border-radius: 10px
    }

    .underline-text {
        position: relative;
        margin-bottom: 30px;
        font-weight: bolder;
        font-size: large
    }

    .underline-text::after {
        content: "";
        height: 5px;
        width: 100%;
        background-color: #1e1c1e;
        border-radius: 5px;
        position: absolute;
        top: 30px;
        left: 0
    }
}

.search-nav.oppend {
    left: 0
}

.search-nav {
    height: 100%;
    width: 400px;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: -400px;
    background-color: #111;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px
}

.search-nav::-webkit-scrollbar {
    width: 10px;
    background-color: #fff
}

.search-nav.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #1e1c1e
}

.search-nav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: .3s
}

.search-nav .content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    display: flex;
    flex-direction: row
}

.search-nav a:hover {
    color: #f1f1f1
}

.search-nav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px
}

@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 15px
    }

    .sidenav a {
        font-size: 18px
    }
}

.category-item {
    height: 300px;
    overflow-y: hidden;
    background-size: cover;
    background-position: center;
    animation: 15s ease-in-out infinite alternate-reverse animated-bg;
    transition: .2s ease-in-out
}

.category-item:hover {
    filter: grayscale(100%)
}

@keyframes animated-bg {

    0%,
    100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    from {
        background-position: center
    }

    to {
        background-position: right
    }
}

.title-text {
    font-size: xx-large;
    color: #000;
    text-transform: uppercase
}

.swiper {
    width: 100%
}

.brands-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.banners-swiper,
.brands-swiper {
    width: 100%;
    overflow-x: hidden
}

.brand-slide {
    height: 300;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center
}

.brand-slide img {
    width: auto;
    height: 150px;
    max-height: 250px;
    object-fit: contain
}

.brand-slide p {
    align-self: flex-end
}

.product-grid6,
.product-grid6 .product-image6 {
    overflow: hidden;
    border-radius: 30px;
    padding: 2%;
}

.product-grid6 {
    text-align: center;
    position: relative;
    transition: all .5s ease 0s
}

.product-grid6:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3)
}

.product-grid6 .product-image6 a {
    display: block
}

.product-grid6 .product-image6 img {
    transition: all .5s ease 0s
}

.product-grid6:hover .product-image6 img {
    transform: scale(1.1)
}

.product-grid6 .product-content {
    padding: 12px 12px 15px;
    transition: all .5s ease 0s
}

.product-grid6:hover .product-content {
    opacity: 0
}

.product-grid6 .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all .3s ease 0s
}

.product-grid6 .price {
    font-size: 18px;
    font-weight: 600;
    color: #2D358E;
    background: white;
    padding: 3px;
    border-radius: 10px;
}

.product-grid6 .price span {
    color: #8a8a8a;
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 7px;
    display: inline-block
}

.product-grid6 .social {
    background-color: #2D358E;
    width: 80%;
    padding: 3px;
    border-radius: 10px;
    ;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: -50%;
    left: 50%;
    z-index: 1;
    transition: all .5s ease 0s
}

.product-grid6:hover .social {
    opacity: 1;
    bottom: 20px
}

.product-grid6 .social li {
    display: inline-block
}

.product-grid6 .social li a {
    color: white;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    width: 30px;
    margin: 0 7px;
    border: 1px solid #909090;
    border-radius: 50px;
    display: block;
    position: relative;
    transition: all .3s ease-in-out
}

.product-grid6 .social li a:hover {
    color: #9870df;
    background-color: white;
    width: 50px
}

.product-grid6 .social li a:after,
.product-grid6 .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #2e86de;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px
}

.product-grid6 .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1
}

.product-grid6 .social li a:hover:after,
.product-grid6 .social li a:hover:before {
    opacity: 1
}

.product-image6 .isnew {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px;
    ;
    background-color: red;
    border-radius: 10px;
    color: white;
    z-index: 9999;
}.medium{
    font-size: medium;
  }

  header{
    position: relative;
    width: 100%;
    height: 500px;
}
header img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
header .caption{
    width: 80%;
    position: absolute;
    top:70%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 2;
}
header .overlay{
    width: 100%;
    height: 400px;
    position: absolute;
    bottom:0;
    left:0;
    background-image: linear-gradient(to top,black,rgba(0, 0, 0, 0.534),rgba(0, 0, 0, 0));
    z-index: 1;
}
header .caption h1{
    color: rgb(224, 195, 107);
    font-size: 2rem;
    font-weight: bolder;
/*     text-shadow: #b5963b 1px 2px 5px; */
}
header .caption h2{
    color: white;
    font-size: 1.5rem;
    margin-top: 2rem;
}
.bg-black{
    background: #111 !important;
}
.text-black{
    color: #111 !important;
}
.bg-gold{
    background: rgb(192, 169, 99)
}
.text-gold{
    color: rgb(224, 195, 107)
}


@media screen and (max-width: 480px) {
    header .caption{
        width: 80%;
        position: absolute;
        top:65%;
        left:50%;
        transform: translate(-50%,-50%);
        text-align: center;
        z-index: 2;
    }
    header .caption h1{
        color: rgb(224, 195, 107);
        font-size: 1.2rem;
        font-weight: bolder;
    /*     text-shadow: #b5963b 1px 2px 5px; */
    }
    header .caption h2{
        color: white;
        font-size: .9rem;
        margin-top: 1.5rem;
    }
  }


  .medium{
    font-size: medium;
  }
  .large{
    font-size: large;
  }
.small{
    font-size: small;
}




/* PRODUCTS */
.image-gallery{
    border-radius: 20px;
    position: relative;
}
.image-gallery .main-container {
    border-radius: 10px;
    background-color: white;
    width: 90%;
    min-height: 350px;
    max-height: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.image-gallery .main-image {
    width: auto;
    margin: auto;
    display: block;
    min-height: 320px;
    max-height: 380px;
    position: relative;
    background-color: white;
}
.image-gallery .thumbs{
   display: flex;
   flex-direction: row;
   overflow-x: scroll;
   scrollbar-width: none;
   width: 80%;
}
.image-gallery .thumbs::-webkit-scrollbar{
    display: none;
}
.thumb-item{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
    margin-right: 10px;
    border: thin solid rgba(128, 128, 128, 0.479);
}
.currency{
    font-size: smaller;
}
.brand-image{
    border-radius: 50%;
    width: 75px;
    height: 75px;
    background-color: white;
    object-fit: contain;
}
.details-box{
border: thin rgb(59, 59, 59) solid;
position: relative;
padding: 20px;
}
.details-header{
position: absolute;
top: -12px;
font-weight: bold;
left: 10px;
background-color: #eceef0;
padding: 3px;
font-size:medium;
}
@media only screen and(max-width:450px) {
    .image-gallery .main-image{
        width: 100%;
    }
}
/* PRODUCTS */
