@font-face {
    font-family: Cairo;
    src: url("../font/Cairo-VariableFont_slnt\,wght.ttf");
}
*{
    font-family: Cairo;
list-style: none;
    margin: 0%;
    padding: 0%;
    /* direction: rtl; */
}
@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
    list-style: none;
}
header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #f7f8f8;
}
header .nav{
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    padding: 10px;
    transition: all .50s ease;
}
.navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 10px 0px;
}

.navbar a{
    color: #061a5e;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 5px 0;
    margin: 0px 30px ;
    transition: all .50s ease ;
}
.navbar a:hover{
    color: #ffbe00;
}
.navbar a.active{
    color: #ffbe00;
}
.main{
    display: flex;
    align-items: center;
}
.main a{
    margin-right: 25px;
    margin-left: 10px;
    color:#061a5e;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all .50s ease;
}
.user{
    display: flex;
    align-items: center;
}
.user i{
    color: #061a5e;
    font-size: 28px;
    margin-right: 7px;
}
.main a:hover{
    color: #ffbe00;
}
#menu-icon{
    font-size: 30px;
    color: #061a5e;
    cursor: pointer;
    z-index: 10001;
    display: none;
}
@media (max-width:1280px) {
    header .nav{
        padding: 14px 2%;
        transition: .2s;
    }
    .navbar a{
        padding: 5px 0;
        margin: 0px 20px;
    }
}
@media (max-width:1090px){
    #menu-icon{
        display: block;
        margin-left: 20px;
    }
    .logo{
        justify-content: center;
    }
    .navbar{
        position: absolute;
        top: 100%;
        right: -100%;
        width: 100%;
        height: 35vh;
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        border-radius: 10px;
        transition: all.50s ease;
    }
    .navbar a{
        display: block;
        margin: 12px 0;
        padding: 0px 25px ;
        transition: all .50s ease;
    }
    .navbar a:hover{
        color:#ffbe00;
        transform: translateY(5px);
    }
    
    .navbar.open{
        right: 2%;
    }
}
.search-box{
    padding: 20px;
}
.category-search-input {
    padding-left: 0;
    padding-right: 25px;
    border-radius: 50%;
    padding-left: 25px;
    height: 100%;
    width: 100%;
    border: 0;
    font-size: 14px;
    border-radius: 50px;
    background: #f7f8f8;
}
.sr-only, .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.category-search-input-wrap {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    position: relative;
    background: #f7f8f8;
    border-radius: 50px;
}
.category-search-spinner {
    border: 4px solid rgba(0, 168, 222, 0.35);
    border-top-color: rgba(0, 168, 222, 0.875);
    border-radius: 100%;
    height: 24px;
    width: 24px;
    -webkit-animation: rot 0.8s infinite linear;
    animation: rot 0.8s infinite linear;
    position: absolute;
    right: 10px;
    top: 7px;
    opacity: 0;
    -webkit-transition: opacity 0.18s ease;
    transition: opacity 0.18s ease;
}
button.category-search-btn {
    background-color: #259bea;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 100%;
    flex: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
    border: 0;
    cursor: pointer;
    justify-content: center;}

.category-search-form {
    display: flex;
    align-items: center;
    height: 40px;
    position: relative;
    background-color: #f7f8f8;
    border-radius: 50px;
}
.marquee-container {
    width: 100%;
    height: 45px;
    overflow: hidden;
    position: relative;
    background-color: #001047;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.marquee-content {
    position: absolute;
    top: 0;
    width: 100%;
    transition: top 1s ease;
}
.marquee-text {
    margin: 0;
    padding: 0;
}


footer{
    /* position: absolute;
    bottom: 0;
    right: 0;
    left: 0; */
    margin-bottom: -200px;

}
footer ul li {
    padding: 5px 0px ;
}
footer ul{
    margin: 0;
}
footer ul li a  {

    color: #061a5e;
}

footer h3{
    font-size: 16px;
    font-weight: bold;
    color: #0a4166;
}
footer h3::after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background-color: #0a4166;
    margin: 8px 0 0;
    /* border-bottom: 1px black solid ; */

}
footer .site-logo a{
    font-size: 28px;
    font-weight: bold;
    color: #0a4166;
}
footer p{
    color: #061a5e;
}
footer .footer-info{
    background-color: #ffbe00;
}
footer .footer-info p{
    font-size: 25px;
}

footer .social-info{
    display: flex;
}

footer .social-info li  {

    display: inline-flex;

    align-items: center;

    justify-content: center;
    width: 34px;
    height: 34px;
    font-size: 14px;
    text-align: center;
    color: #666;
    border: 2px solid #dddddd;
    border-radius: 50%;
    margin-left: 10px;
}

footer .bottom-bar{
    display: none;
    background-color: #eee;
    position: fixed;
    bottom: 0;
    width: 100%;
    justify-content: space-between;
    text-align: center;
    /* margin-top: 20em; */
    /* max-width: 30em; */
    left: 0;
    right: 0;
    border-radius: 20px 20px 0 0;
}
footer .icon{
    font-size: 1.5em;
    padding: .5em;
    margin: .5em;

    margin-top: 0;
    transition: .5s ease-in-out;
    border-radius: 100%;
    border: 7px solid #eee;
}
footer .active{
    transform: scale(1.25) translateY(-1em);
    background: linear-gradient(135deg, #23f,#6589ff);
    border: 7px solid #dcdcdc;
    color: white;
}

h2.payment{
    font-size: 15px;
}
.product-img{
    width: 500px;
    padding-bottom: 30px;
}
@media (max-width:1200px) {

    .product-img{
        width: 400px;
        padding-right: 30px;
    }


}

@media (max-width:995px) {
    .section-heading-2{
margin-top: 0px;
    }
    .form {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* margin-right: 100px; */

    }
    .form  #productTd{
        /* display: flex;
        align-items: center;
        justify-content: space-between; */
        width: 100px;
        /* margin-right: 100px; */

    }
    .logo{
        width: 200px;
        
    }
    .login{
        display: none;
    }
    .register{
        padding-right: 0px;
        word-spacing: 0px;
        /* font-size: 50px; */
    }
    #menu-icon{
        padding-right: 5px;
    }
    
 footer .bottom-bar{
        display: block;
    }
    footer .footer-copyrights{
        display: none;
    }
    nav .icons{
        margin-top: 0px;
    }
    footer .footer-info{
       
        margin-bottom: -200px;
        background-color: #ffffff;
    } 

    .cart-choice{
        flex-direction: column;
    }

    h2.payment{
        font-size: 15px;
    }
}



/* @media  (min-width: 900px) {
    nav .icons{
        margin-top: -50px;
    }
    nav .navbar-brand img{
        padding-left: 0px;
    }
    nav .list{
        margin: 0px 60px 0px 0px;
    }
}

@media (min-width:1199px){
    nav .icons{
        margin-top: 20px;
    }
    nav .list{
        margin: 20px 60px 0px 0px;
    }
} */



/* main section */
section{
    margin: 200px 0px;
}
.section-heading{
    margin:  50px;
    text-align: center;
}
.section-heading .section-title{
    display: inline-block;
    margin-bottom: 20px;
    color: #000;
    position: relative;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;


}
.section-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    background: #1679bb;
    opacity: 0.6;
    bottom: -2px;
    left: 0;
    right: 0;
    z-index: -1;
    /* border: #001047 solid 2px; */
}
.section-subtitle {
    text-align: center;
    margin: 0;
    font-size: 1.6rem;
}


.card {
  position: relative;
  width: 250px;
  height: 540px;
  background: #191919;
  border-radius: 20px;
  overflow: hidden;
  margin: 20px;
}

.card::before {
  content: "";
  position: absolute;
  top: -50%;
  left:0%;
  width: 100%;
  height: 100%;
  background: #ffce00;
  transform: skewY(345deg);
  transition: 0.5s;
}

.card:hover::before {
  top: -70%;
  transform: skewY(390deg);
}

.card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 600;
  font-size: 6em;
  color: rgba(0, 0, 0, 0.1);
}

.card .imgBox {
  position: relative;
  width: 100%;
  
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  z-index: 1;
}

/*
.card .imgBox img {
    max-width: 100%;

    transition: .5s;
}

.card:hover .imgBox img {
    max-width: 50%;

}
*/
.card .contentBox {
  position: relative;
  padding:  10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  z-index: 2;
}

.card .contentBox h3 {
  font-size: 18px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.card .contentBox a{
    color: white;
}

.card .contentBox .price {
  font-size: 24px;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
}
.card .contentBox .price small{
    text-decoration: line-through;
    padding-left: 5px;
}

.card .contentBox .buy {
  position: relative;
  top: 100px;
  opacity: 0;
  padding: 10px 30px;
  margin-top: 15px;
  color: #000000;
  text-decoration: none;
  background: #ffce00;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.5s;
}

.card:hover .contentBox .buy {
  top: 5px;
  opacity: 1;
}

.mouse {
  height: 250px;
  width: auto;
}

.card-categories{
    position: relative;
  width: 350px;
  /* height: 500px; */
  background: #191919;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px;
  padding: 80px 0px 20px 80px;
  /* text-align: ; */
}


.block-item-md {
    padding-bottom: 54.69462%;
}

.block-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative;
    height: 0;
    overflow: hidden;
}
.block-item::before {
    background-color: rgba(0, 22, 94, 0.25);
}

.block-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(43 44 44 / 40%);
}
.block-item-content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.block-item-content {
    padding: 30px;
    color: #fff;
}
.block-item-title {
    font-size: 26px;
    margin: 0;
    line-height: normal;
    letter-spacing: -0.01em;
    font-weight: 600;
}
.btn-block-item {
    margin-top: 15px;
}

.btn-sm {
    padding: 9px 22px;
    font-size: 14px;
}
.btn-block-item {
    margin-top: 15px;
}

.btn-sm {
    padding: 9px 22px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: #1c67a5;
}
.btn-sm:hover{
    color: #ffce00;
    background-color: #061a5e;
}

/* hero */

.hero{
    text-align: center;
    position: relative;

    display: flex;

    align-items: start;
    padding: 200px 0 200px;
    background-color: hsl(258, 29%, 16%);

    color: #fff;
    height: 300px;
}
.hero-content {
    position: relative;
    z-index: 15;
    text-align: center;
}
.hero-title {
    color: inherit;
    margin: 0;
    font-size: 42px;
    font-weight: 600;
}
/* @media (min-width: 992px) {
    .hero-content {
        width: 50%;
    }
} */

/* contact us */

.spad {
	/* padding-top: 100px; */
	padding-bottom: 100px;
}

/*---------------------
  Contact
-----------------------*/

.contact {
	/* padding-top: 80px; */
	padding-bottom: 50px;
    margin: 100px 0px 0px 0px;
}

.contact__widget {
	margin-bottom: 30px;
}

.contact__widget span {
	font-size: 36px;
	color: #7fad39;
}

.contact__widget h4 {
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 6px;
	margin-top: 18px;
}

.contact__widget p {
	color: #666666;
	margin-bottom: 0;
}

/*---------------------
  Contact Form
-----------------------*/

.contact__form__title {
	margin-bottom: 50px;
	text-align: center;
}

.contact__form__title h2 {
	color: #1c1c1c;
	font-weight: 700;
}

.contact-form {
	padding-top: 80px;
	padding-bottom: 80px;
}

.contact-form form input {
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #6f6f6f;
	padding-right: 20px;
	margin-bottom: 30px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
}

.contact-form form input::placeholder {
	color: #6f6f6f;
}

.contact-form form textarea {
	width: 100%;
	height: 150px;
	font-size: 16px;
	color: #6f6f6f;
	padding-right: 20px;
	margin-bottom: 24px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	padding-top: 12px;
	resize: none;
}

.contact-form form textarea::placeholder {
	color: #6f6f6f;
}

.contact-form form button {
	font-size: 18px;
	letter-spacing: 2px;
}

.site-btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
	padding: 13px 30px 12px;
	background: #7fad39;
	border: none;
}
.cart-choice{
display: flex; gap: 10px; justify-content: center; }


